The DMIndex indicator's "Smooth" input parameter is hidden in the NinjaTrader user interface via the use of the "[Browsable(false)]" attribute.
Should the "Smooth" input parameter really be hidden?
Also, there is a comment above the "Smooth" input parameter in the DMIndex source code that seems to attempt to explain why the input parameter is hidden, but it seems wrong to me. It says the following:
Value[0] = RSI(rsiPeriod, Smooth)[0];
I also noticed that the official help page for this indicator at https://ninjatrader.com/support/help...ex_dmindex.htm makes it sound like "Smooth" input parameter is a normal input parameter, which also makes me wonder why it is hidden in the NinjaTrader user interface.
Thanks,
EquityTrader

Comment