if I write :
Add(EMA(Momentum(momLen), 3));
The chart tab after running the Backtest looks really bad. I cant adjust it anyhow (it seems that NT is trying to plot the indicator on the same panel as the price itself).
I think Panel parameter is needed in Add method, firstly to avoid this problem, secondly it is handy to be able to superimpose things as you want it.

Comment