I'm trying to put some logic with the order flow cumulative delta in a strategy but i have an error when having this logic in the code:
MAX(OrderFlowCumulativeDelta(Close, NinjaTrader.NinjaScript.Indicators.CumulativeDelta Type.BidAsk, NinjaTrader.NinjaScript.Indicators.CumulativeDelta Period.Session, 0), 14)[0];
the error in the output windows says:
'OrderFlowCumulativeDelta' tried to load additional data. All data must first be loaded by the hosting NinjaScript in its configure state. Attempted to load MES JUN25 Globex: 1 Tick
What am i missing?
Thanks for the support
Chris
Comment