I have a problem. I am creating a simulation and data are pouring in my logic.
With OnEachTick the data is added to ervery transactions.
But its the same with OnBarClose, why the data is not inserted in the bar once the last trade is done?
Is there a way the data is added in the bar only when the last bar is formed?
TY

Comment