Folks, it's not clear to me how each method of analyzing a strategy (Strategy Analyzer vs Playback connection OnBar, OnPriceChange, OnEachTick) will enter a bar?
Say on close of bar one at 100, I execute EnterLong().. The next bar starts at 99, and closes at 102. What will each of these modes: Strategy Analyser, Playback connection OnBar, OnPriceChange, OnEachTick, at what price will I enter at on bar two at EnterLong()?
Thanks.

Comment