Hi Tradingest:

You need to use , NEW, instead of ,0, if you want another row of indicators. If you use ,0, they will all be in the same row.

Example:

plot("SMA",SMA(series(priceClose()),20),NEW,BLACK);

Last edited by OptimusPrime; 01/01/19 04:15.

Thanks so much,

OptimusPrime