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

Recursive Moving Average - MetaTrader 4용 지표

조회수:
8152
평가:
(23)
게시됨:
업데이트됨:
RecursiveMA.mq4 (10.05 KB) 조회
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Recursive Moving Average calls itself a number of times in order to reach the appropriate smoothing. For  instance DEMA and TEMA indicators are recursive exponential moving averages.  The goal is to remove the loop limit while still running fast. In addition a trigger line provides the trading signal.

Parameters define:

  • regular period
  • number of iterations: the higher the smoother
  • smoothing method: exponential or smoothing only in order to keep it fast
  • optional drawing of an arrow at signal




It sports two features_

  • the trigger line: it  equals average sum of smoothing iterations, the crossing of both lines signals a trade
  • Optional drawing of arrow at signal.

As a rule of thumb, parameters should not overwhelm the chart with signals. This version handles open bar prices only.




    MA Angle MA Angle

    Not sure if anyone need this. Just showing the angle of the MA of current and adjacent candle.

    Adaptive momentum oscillator idea from David Varadi. Adaptive momentum oscillator idea from David Varadi.

    Adaptive momentum oscillator idea from David Varadi.

    Simple Slope Oscillator Normalized with symbol overlay for MT4 Simple Slope Oscillator Normalized with symbol overlay for MT4

    Simple Slope Oscillator Normalized with symbol overlay for MT4

    Chaikin Oscillator smoothed for MT4 Chaikin Oscillator smoothed for MT4

    Chaikin Oscillator with smoothing option.