I developed a little bar counter in the builder. It counts the bars from the beginning of the session until the end of the session. For example in the RTH futures, it counts the first bar of the session as "1" and continues until "90" when the session ends, and restarts each session. The problem is that only on the very first day in the series, the first bar is a null and the second bar is a 1 and so on. The first bar on the first day in the backtest always gets skipped. How can I remedy that?
thanks,
David

Comment