PureBytes Links
Trading Reference Links
|
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 amibroker@xxxxxxxxxxxxxxx, "stocks_bobby" <stocks_bobby@xxx>
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
>
Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.16.4/615 - Release Date: 1/3/2007 1:34 PM
|