Upon further inspection, I noticed that in the NinjaScript Editor, the type of OrderFlowVWAP is Strategy.OrderFlowVWAP, but in Visual Studio, the type switches to NinjaTrader.NinjaScript.Indicators.OrderFlowVWAP.
All of my indicators, whether they are from NinjaTrader or custom, always show up with a namespace of Strategy.[IndicatorType], except for OrderFlowIndicator.
I prefer developing in Visual Studio, is there any reason why OrderFlowVWAP doesn't show up as Strategy.OrderFlowVWAP like every other indicator?
I have attached a few screenshots to show what I'm talking about, and I'm using Visual Studio 2022 v17.4.4 and NinjaTrader 8.0.27.1 64-bit
Thanks!

Comment