Luigi, Here is the indicator that I believe is being used in the lowest window of fig 7
Karczewski Bands stdh2:= Mov(C,252,E)+2*(Stdev(C,21)); stdh1:= Mov(C,252,E)+1*(Stdev(C,21)); Mov(C,252,E); stdl1:= Mov(C,252,E)-1*(Stdev(C,21)); stdl2:= Mov(C,252,E)-2*(Stdev(C,21)); stdh2; stdh1; stdhl1; stdl2; This article originally appeared in TASC in 1995. Since that time there have been countless changes in the way people think about trading. The article does have some good ideas though. You might consider this as a starting point, especially in light of its longterm look back timeframe. Preston --- In [email protected], "magiclaas" <l.polledri@...> wrote: > > thankyou very much for your answer and kindness, unfortunately > the result we have plotting once bollinger bands, once st dev bands it is not > as the fig.7 of the article shows... > > the bands move in a different way.. > > are you able to create a template very close to fig 7 of the article that is > the chart good for analisys and trading? > > anyway thank you very much again > Luigi > > --- In [email protected], "luigi polledri" <l.polledri@> wrote: > > > > Hi, > > > > i need a help in order to built a metastock template as shown in the fig > > n 7 of the article attached.. > > > > > > > > My specific problem is about to build the st dev bands in the window of > > indicator and those in the window of Sp500 > > > > > > > > Thank you for your help > > > > > > > > Luigi > > >
