I notice an issue in NT where I set an order to fill if price meets a certain value,
and sometimes the order is filled before that value is reached i.e. in midair!
E.g. in screenshot above (ignore all the indicator decorations) look at 21st.
The position is enetered in midair at 1473.50!
Ok, on the 20th, a limit order was set to trigger the next day if price hit value 'myEntry' which was 1473.50
myEntry = 1473.50
EnterLongLimit(1, myEntry, sigName);
So why did order get filled?
Any help would be very much appreciated.
Thank-you!

Comment