In my strategy I do market orders using EnterLong(), EnterShort()... where the entry price is supposed to be Close[0],
but in reality, and I understand why (latency, queue etc) the real effective price of entry can be quite different.
Is there a way to configure that if the difference is X, then don't execute the order?
I work with few ticks of profit so this this is a problem for me, if only I can avoid those orders with very different prices, it would help me.
thanks,
Pablo.

Comment