I have a system running at 15 minute intervals. Where a market already has an open trade and the conditions are in place for a new position the trade seems to go into a Pending Status. These trades stay there until they can be opened. Is there a way to stop them from going into pending.
I am able to cancel these order manually but I would prefer them not to use Pending at all
I have DEFPARAM CumulateOrders = false and to open a trade my code uses IF NOT LongOnMarket
Any help will be appreciated