Metastock Indicator Formula |
Bollinger Band Width 2 |
MetaStock v6 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 |
Formula: |
"Band Width" = BBandTop(C, 70, E , 2) - BBandBot(C, 70, E , 2) |
|
|