The following formula is for: * bars since * a close * crossing above * a 50 period exponential moving average calculated on the close.
BarsSince(Cross(C,Mov(C,50,E))) Read the manual! Regards Stuart --- In [email protected], "rsatrading" <rsatrading@...> wrote: > > Hi > > Does anyone know how to scan in explorer the following: > > How many days ago did the Closing price cross the 50day moving average line? > > I would like the explorer to give me the following: > > Share Days > ABC 23 days ago > CDE 15 days ago > Etc. > > Would love some help with this. > > Rsatrading. >
