I'm trying to build a strategy with strategy builder , in my strategy i wanna use "Volume Delta" indicator to get delta close of candle number one
but when i try to run my script this message popup on script output:
'Volume Delta' tried to load additional data. All data must first be loaded by the hosting NinjaScript in its configure state. Attempted to load 6E 09-23 Globex: 1 Tick
can u tell me what is the problem and how should i handle it please?
(i used calculate on each tick)
thanks

Comment