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

DSL Chande momentum oscillator - smoothed - MetaTrader 5용 지표

조회수:
5350
평가:
(15)
게시됨:
2018.10.08 17:34
업데이트됨:
2019.01.29 13:32
Dsl - CMO 2.mq5 (10.93 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Basics:

The Chande Momentum Oscillator is a technical momentum indicator invented by Tushar Chande. Chande introduced the indicator in his 1994 book "The New Technical Trader". It is created by calculating the difference between the sum of all recent gains and the sum of all recent losses and then dividing the result by the sum of all price movement over the period.

The Chande Momentum Oscillator formula is:

CMO = 100 x ((Su – Sd) / (Su + Sd))

where:

  • Su - sum of gains.
  • Sd - sum of losses.

This version:

Usually CMO is used compared to static levels (usually levels -50 and +50), but that approach lacks flexibility and often lags. This version changes that by adding Discontinued Signal Lines instead of using static levels for trends. Also, since the "raw" CMO is far from being smooth and tends to produce too much signals, smoothing is added. The smoothing used is used on prices prior to being used in calculations and that way the lag is minimal, while the produced results are now eliminating a lot of false signals that exist in the raw calculation.

PS: to get the "raw" CMO, set the smoothing period to <= 1.

Heiken ashi smoothed - zone trade Heiken ashi smoothed - zone trade

Heiken ashi smoothed - zone trade

BB stops JMA - multiple stops BB stops JMA - multiple stops

BB stops JMA - multiple stops

VHF adaptive ADXm VHF adaptive ADXm

VHF (Vertical Horizontal Filter) adaptive ADXm

VHF adaptive VMA VHF adaptive VMA

VHF adaptive VMA