private NinjaTrader.Indicator.ADX _indicator = new NinjaTrader.Indicator.ADX();
I just discovered while debugging, that every time OnBarUpdate() is called in any strategy, ADX.OnBarUpdate() is also called. Does this serve any useful purpose, or is it just unnecessary computing overhead?

Comment