- I open a short order at 1,34 (EURUSD). When this order gets executed I sent a SLOrder at 1,35 (signal name SL1).
- When the previous order is still active I open a new short order at 1,33. When this order gets executed I sent a SLOrder at 1,34 (signal name SL2).
Then, with the two short orders opened, as price reaches the 1,34 level, a SL order gets executed.
The problem is that the SLorder executed is the one I named SL1 that was supposed to execute at 1,35. This fact makes the back test useless.
I would like close instead of FIFO, close with the LIFO method.
Is this posible?

Comment