problem at creating series

Posted By: tuuPaul

problem at creating series - 03/14/19 02:13

hello, how to create series that multiply every elements of HuvisagchEma by 100.


vars Une = series(priceClose());
vars HuvisagchEma = series(EMA(Une,400));
Posted By: Petra

Re: problem at creating series - 03/14/19 07:20

vars By100 = series(100*HuvisagchEma[0]);
© 2024 lite-C Forums