I am trying to work with tight limit orders (Close[0]+0.00005) and sometimes price moves too much in my direction that I get a message that limit order was placed "in the money". Is there a way to let NT know that it should assume in such cases a market order.
For example:
Close[1] = 1.0000
ExitLongLimit order sent at 1.00005
and next bar Open[0]=1.0001, so my limit order is ignored, which is not good since it is in my direction.
What is the best way to solve this problem?
Thank you,
Sergey.

Comment