Comment on Managing your Script
Code-
CROSSOVER( RSI(Close,14), SMA(CLOSE,9) )
Indicator crossover is not possible in nest plus but the code will work.
Code-
CROSSOVER( RSI(Close,14), SMA(CLOSE,9) )
Indicator crossover is not possible in nest plus but the code will work.