If (DoubleMA(7, NinjaTrader.Indicator.MAV+MAType.EMA, 20, NinjaTrader.Indicator.MAV+MAType.EMA).TrendPlot[0] == 1)
but the property from the indicator is this:
private NinjaTrader.Indicator.MAV.MAType mA1Type = NinjaTrader.Indicator.MAV.MAType.EMA;
The wizard added "+" token instead of "." token and therefore the strategy will not compile unless I unlock the script and replace the tokens in all 3 conditons in the strategy, which defeats the purpose of trying to stay inside the wizard. Is this a known issue and has it been addressed in v7?
Thanks

Comment