Print("OnExecution: MarketPosition " + execution.MarketPosition + ", Name " + execution.Name + ", OrderName " + execution.Order.Name + ", Time " + execution.Time);
It says something like object instance null.
But all of those should be accessable in OnExecution right?
This is in market replay. Something more odd is that in fast replay 500x the bar at 22:55 has
((Bars.FirstBarOfSession == true) && (Bars.SessionBreak == true) && (FirstTickOfBar == true))

Comment