I connected to Market Replay Connection, hit "play", opened chart, chose ES 06-15, made sure the chart is updating, added my very simple strategy (all it does is Print() and Alert()) , made sure it's enabled, even tried setting CalculateOnBarClose to false. Still, the only alerts and prints I am getting are from Initialize(), never from OnBarUpdate(). It seems that OnBarUpdate() is never called. None of the other strategies seem to produce any visible result either. Same strategies do work in backtest. What am I doing wrong?
Thank you

Comment