Let me repeat, using the "CrossAbove" or "CrossBelow" commands are a non-starter. I will not consider implementing them in the strategy due to slippage, so don't even go there.
The problem:
The trade is active long (due to the same problem but for the purpose of visual illustration let us concentrate on the exit).
The indicator has calculated the value of 1103.13 for the exit long stop limit value.
The market dropped to 1103.25 and triggered the stop and exited the trade despite never touching 1103.13, thus kicking me out of a trade that would have made a decent amount of money.
Yes I know that NQ (the financial instrument) trades only in quarter points, but since it never touched 1103.13, let alone 1103.00 the order should not have occured.

How can I adjust the strategy to not execute such trade until it physically touches the order level? Is this a question of setting an offset of .0125 (assuming a Ninjatrader half tick rounding)? I never really understood how "offset" was supposed to work.

This problem is not unique to this indicator or strategy. The same issue arises from the Parabolic SAR.
Any thoughts or suggestions on how to address this in the strategy?



Comment