Pages

Subscribe:

Wednesday, August 31, 2011

Bollinger Band MetasStock Formulas

Bollinger Band MetasStock Formulas

Bollinger Band Components
BandWidth1: BBandTop(CLOSE, 20, S, 2) - BBandBot(CLOSE, 20, S, 2)
%b: (CLOSE - BBandBot(CLOSE, 20, S, 2)) / Fml( "BandWidth1")


Bollinger Bands Metastock Formulas applied in Money Flow Index indicator

BandWidthMFI: BBandTop(MFI(14), 20, S, 2) – BBandBot(MFI(14), 20, S, 2)
%bMFI: (MFI(17) – BBandBot(MFI(17), 20, S, 2)) / Fml(“BandWidthMFI”)



Accum/Distribution

BandWidthAD: BBandTop(AD(), 17, S, 2) – BBandBot(AD(), 17, S, 2)
%bAD: (AD() – BBandBot(AD(), 17, S, 2)) / Fml(“BandWidthAD”)

Bollinger Bands Metastock Formulas applied in Chaiken AccumDistr Oscillator

BandWidthADO: BBandTop(CO(), 20, S, 2) – BBandBot(CO(), 20, S, 2)
%bADO: (ADO() – BBandBot(ADO(), 20, S, 2)) / Fml(“BandWidthADO”)

Intraday Momentum Index

BandWidthIMI: BBandTop(IMI(17), 17, S, 2) – BBandBot(IMI(17), 17, S, 2)
%bIMI: (IMI(17) – BBandBot(IMI(17), 17, S, 2)) / Fml(“BandWidthIMI”)

Bollinger Bands Metastock Formulas applied in Volume indicator

BandWidthVol: BBandTop(VOLUME, 27, S, 2) – BBandBot(VOLUME, 27, S, 2)
%bVol: (VOLUME – BBandBot(VOLUME, 27, S, 2)) / Fml(“BandWidthVol”)

RSI

BandWidthRSI: BBandTop(RSI(CLOSE, 17), 17, S, 2) – BBandBot(RSI(CLOSE, 17), S, 2)
%bRSI: (RSI(CLOSE,17) – BBandBot(RSI, 17) 17, S, 2)) / Fml(“BandWidthRSI”)

---
Chande Momentum Oscillator

BandWidthCMO: BBandTop(CMO(CLOSE, 20) – BBandBot(CMO(CLOSE, 20), 20, S, 2)
%bCMO: (CMO(CLOSE, 20) – BBandBot(CMO(CLOSE, 20), 20, S, 2)) / Fml(“BandWidthCMO”)


other posts
- Best Settings For Macd In Forex
- Cci Indicator Best Settings
- Forex Macd Crossover Еа
- Macd Indicators Settings Sensitivity
- Camarilla Custom Indicator

0 comments:

Post a Comment