please, I would know if like with ATM, I could have an strategy that uses a stop order to open a position and at the same bar two exit instructions one with the profit and one with the stoploss, that means that the strategy must throw 3 orders on the next bar, one for entry and two for the exit, but this is the important, the strategy is throwing the 2 exits waiting the order entry gets in the market.
Is this possible? perhaps I must overwrite any method used to manage the entries? do you have any thread example or code example to do this?
thankyou!

Comment