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

EMA variation - MetaTrader 5용 지표

조회수:
5697
평가:
(14)
게시됨:
2018.11.27 14:56
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Theory :

Exponential moving average (EMA) is one of the most used ways of smoothing / filtering data. By its nature it is a first-order infinite impulse response filter that applies weighting factors which decrease exponentially. The weighting for each older data decreases exponentially, never reaching zero. Because of one characteristic that is less know (it depends only on a previous data - no older data needed for calculation) it is perfect for all sorts of adjustments / combinations / variations (most of the adaptive averages are calculated using some sort of ema)

This version :

It is doing 2 things :

  • it is adding "speed" (the higher the "speed" the "faster" the ema - without changing the ema period). Speed can be set as fractional value
  • it is adding implicit smoothing - hence the same period ema is less smooth that this indicator even when they are producing similar values (the values can never be exactly the same)

Usage :

You can use it as any average type indicator

Comparison of this indicator ("speed" set to 1.8 which produces results similar to "regular" ema) and regular ema (gray line). As it can be seen, the slope of this one is smoother

Trade signal based on simple Bollinger bands Trade signal based on simple Bollinger bands

This is the trading signal of Bollinger Bands. The expert code for this strategy is automatically generated by the MQL 5 wizard.

Momentum ratio oscillator Momentum ratio oscillator

Momentum ratio oscillator

EMA variation ribbon EMA variation ribbon

EMA variation ribbon

Deviation scaled MA levels Deviation scaled MA levels

Deviation scaled MA with self adjusting levels