거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

Double smoothed Wilders EMA - MetaTrader 5용 지표

조회수:
9322
평가:
(18)
게시됨:
2019.01.10 19:35
업데이트됨:
2019.01.10 21:06
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Theory :

Welles Wilder was frequently using one "special" case of EMA (Exponential Moving Average) that is due to that fact (that he used it) sometimes called Wilder's EMA. The difference from EMA is the following :

EMA formula = price today * K + EMA yesterday * (1-K) where K = 2 / (N+1)

Wilder EMA formula = price today * K + EMA yesterday (1-K) where K =1/N

Where N = the number of periods.


One more property that is not visible from the above formulas is that the Wilder's EMA is equal (value wise) to Smoothed Moving Average (SMMA) even though the calculation is different.This version is adding double smoothing to Wilder's EMA in order to make it "faster" (it is more responsive to market prices than the original) and is still keeping very smooth values

Usage :

It can be used as any regular moving average


PS:

A comparison of DS Wilder's EMA (colored line) and SMMA (gray line)


TRIX (fast EMA) TRIX (fast EMA)

TRIX (using fast EMA for calculation)

MACD of RSI adaptive EMA - with floating levels MACD of RSI adaptive EMA - with floating levels

MACD of RSI adaptive EMA - with floating levels

Simple Server Clock Simple Server Clock

A very simple, efficient and non-obtrusive clock for your Chart. KISS compliant! :)

RSI with double smoothed Wilders EMA RSI with double smoothed Wilders EMA

RSI with double smoothed Wilders EMA