If your mean PREV is the bar one day agao, then replace all PREV with Ref(C,-1)
--- In [email protected], "loshude8888" <[EMAIL PROTECTED]> wrote: > > Dear Members, > Plz reply. > > Lokesh > > > --- In [email protected], "loshude8888" <shublok@> wrote: > > > > Dear Members, > > > > Following is a METASTOCK indicator, how can we write this > indicator > > into AFL? > > > > If((C*.97)>PREV,C*.97,If((C*1.03)<PREV,C*1.03,PREV)) > > > > Thanks in advance. > > > > Regards, > > Lokesh > > >
