MACD indicator Formula
MACD = EMA(Close)period1 - EMA(Close)period2
Signal Line = EMA(MACD)period3
where
period1 = standard settings are 12 bars
period2 = standard 26 bars
perid3 = standard 9 bars
The following are the steps to calculate MACD
1. Calculate the 12-days EMA of closing price
2. Calculate the 26-days EMA of closing price
3. MACD = 12-days EMA - 26-days EMA
4. Signal Line = 9-days EMA of MACD
Formula for EMA
EMA = (SC X (CP - PE)) + PE
SC = Smoothing Constant (Number of days)
CP = Current Price
PE = Previous EMA
MACD = EMA(Close)period1 - EMA(Close)period2
Signal Line = EMA(MACD)period3
where
period1 = standard settings are 12 bars
period2 = standard 26 bars
perid3 = standard 9 bars
The following are the steps to calculate MACD
1. Calculate the 12-days EMA of closing price
2. Calculate the 26-days EMA of closing price
3. MACD = 12-days EMA - 26-days EMA
4. Signal Line = 9-days EMA of MACD
Formula for EMA
EMA = (SC X (CP - PE)) + PE
SC = Smoothing Constant (Number of days)
CP = Current Price
PE = Previous EMA
কোন মন্তব্য নেই:
একটি মন্তব্য পোস্ট করুন