I place an Entry Stop one tick above the price high of the bar.
Sometimes the bars gaps higher.and my next bar opens above the stop, then retrace and then continues higher.
Because of it the order gets rejected and the strategy terminates.
What's the correct approach to avoid the strategy to terminate prematurely leaving a stop entry one tick above the high.?
I use Managed approach. Should I move to unmanaged or ATM or the result would be the same?
And a major question: If I get an order Rejection or Unable to change order and I'll be able to catch the error with OnOrderUpdate() what is the correct way to handle it so the strategy won't terminate prematurely? One has to move to unmanaged approach for it?
On a separate note, setting Calculate On each tick, is it exactly equivalent to use a one tick bar chart ?
Thank you
Gio

Comment