Hi all,
I'm new to coding so forgive my ignorance.
Does anyone know what to write for the exponential moving average? I know:
mavg = data[context.msft].mavg(4)
Would be the 4 day moving average... But is it simple, weighted or exponential?
Thanks in advance,