I think that too many problem there with your range charts - as I read many other old topics.
Could you please explain me why the entry position arrow is pointing to the basic range bar that I rely on to open a position however, the exact price level is pointed to the opening of the next bar?
How can I handle this?
P.S. The Indicator is that I use is for pointing imbalances. To completely rely on an imbalance it is set to draw a plot on the close of the bar. Because prior that - the imbalance may be corrected by additional volume. So the indicator is working on OnBarClose, but my strategy overwrite it to OnEachTick. I handle this in my strategy by check (IsFirstTickOfBar) to read the bar before and the imbalance that is one bar later and then execute a position opening.
Any ideas are welcome

Comment