Please I'm creating an Strategy and I'm not having the expected behavior. Could ypu please give me some guidance?
When my strategy is triggered, I use the method EnterShortLimit to enter Short Limit at 4418.50 if the market hits that price. Otherwise I have a logic to cancel the order and do something different.
However, the Strategy Analyzer is executing the Order in the current Price (4419.00). I would like to keep an Order Opened until the Limit Price is reached. Am I doing something wrong?
Thank you in advance.

Comment