BTop = BBandTop(Close, 15,1.75); BBot = BBandBot(Close, 15,1.75); Pct_b = ((C - BBot) / (BTop - BBot)) * 100 < 0;
here's the formula. when %b is below 0 it is below the lower bollinger band and if it's above 100 it's above the top bollinger band. --- In [email protected], "stocks_bobby" <[EMAIL PROTECTED]> wrote: > > Dear Members, > > Can anyone help me in making an explorer for > Amibroker,where it finds the scrips- > Buy=price has crossed the lower bollinger > band and then comes inside. > Sell=Where price has crossed the Upper bollinger and > then come inside for a sell. > > Price Filed=Close > Periods=15 > Width of Bollinger=1.75 > > I would be highly in debted >
