[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bollinger Bands



PureBytes Links

Trading Reference Links

Greetings All,

Metastock 6.0 does not appear to provide an
indicator which shows the width of Bollinger
Bands, so I have concocted a simple one to suit my
own needs:

"Band Width" = BBandTop(C, 70, E , 2) -
BBandBot(C, 70, E , 2)

As a next step, I would like to devise an
indicator which tells me how the current value of
"Band Width" relates to the overall range of Band
Widths for a specified period, or, since my
interest is commodities, the life of the contract
- in other words all data loaded.  Where, on a
percentage basis, does it fall?

Can you point the way?

Best regards,
Philip