"Methods that generate orders to enter a position will be ignored if:
- A position is open and an order submitted by a set method (SetStopLoss() for example) is active and the order is used to open a position in the opposite direction"
Questions:
1. What is an ACTIVE order?
2. Does it mean that when stop loss is working I cannot reverse the position by issuing an order in opposite direction?
For instance, I have SetStopLoss() set in Initialize(), I am in Long position (meaning SetStopLoss is active?) and I would like to enter Short. Will I get a rejection/null order?
Thank you
Comment