I modified the code like this.

vars ma = series(GSMOOTH(Close[0],ma[0],Slowalfa));
vars maf=series(GSMOOTH(Close[0],maf[0],Fastalfa));

But it says this.
'ma' undeclared identifier

Why this occur? I defined a type of vars before ma.


Last edited by SFF; 02/13/13 12:59.