I am using FirstTickOfBar
I Want to know if ema is crossabove close.
I just found case, when first tick of bar is above ema, but when i am cheking buy/sel logic and bar is closing its not over ema, and its giving me false signal.
This is one reason Ninja should also have LastTickOfBar,
I can't now use crossabove or below methods. Or can I is There some way. ???
This happen if price gaps "in this case 2 ticks" from real close, and try to use crossabove/below function same time when using firsttickofbar and calculate on bar close=false

Comment