거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
3490
평가:
(12)
게시됨:
2018.04.13 12:53
Dsl - CMO.mq5 (6.71 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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.

Usually CMO is used compared to static levels (usually levels -50 and +50), but that approach lacks flexibility and often lags. This version attempt to change that by adding Discontinued Signal Lines instead of using static levels for trends.

Schaff Trend Cycle - TEMA Schaff Trend Cycle - TEMA

Unlike the original Schaff Trend Cycle, this version is using TEMA MACD for calculation, which makes it "faster" in determining (even compared to DEMA version) the trend changes and thus producing signals a few bars earlier.

Schaff Trend Cycle - DEMA Schaff Trend Cycle - DEMA

Unlike the original Schaff Trend Cycle, this version is using DEMA MACD for calculation, which makes it "faster" in determining the trend changes and thus producing signals a few bars earlier (which can be significant in "scalping" systems).

Dsl - CMO bars Dsl - CMO bars

Chande Momentum Oscillator with added Discontinued Signal Lines instead of using static levels for trends displayed on the main chart as bars (if the current chart style is bars or line) or candles (it is done automatically).

Congestion index Congestion index

The Congestion Index attempts to identify the market's character by dividing the actual percentage that the market has changed in the past x days by the extreme range.