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

Choppy market index as described by Daniel Fernandez in August 2011 Trading Strategies magazine article "Tackling trending and ranging markets with CMI"

The Choppy Market Index:

The CMI is a simple indicator that gauges whether the  market has behaved in a choppy (non-directional) manner  or a trending (directional) manner. The indicator calculates  the difference between the most recent bar’s close and the  close  n  bars ago and then divides this value by the difference between the highest high and lowest low over these  n bars. This value is then multiplied by 100 to give us a nor - malized value between zero and 100:

CMI    =  ((ABS(C[0]-C[n]))/(H[n]-L[n]))*100

Where 

  • ABS =  absolute  value

  • C[0]  =  most recent close

  • C[n]  =  close n bars ago

  • H[n]  =  highest high  of past n bars

  • L[n]  =  lowest low of  past n bars

Recommendations:

Range strategy rules:
1.  Enter a long when the 10-bar SMA of the 60-bar CMI is below 40 and the difference between the current bar’s close and the close 20 bars ago is negative.
2.  Enter a short when the 10-bar SMA of the 60-bar CMI is below 40 and the difference between the current bar’s close and the close and the close 20 bars ago is positive.
3.  Exit trades when the CMI moves above 50.
Trend strategy rules
1.  Enter a long when the 10-bar SMA of the 60-bar CMI is above 60 and the difference between the current bar’s close and the close 20 bars ago is positive.
2.  Enter a short when the 10-bar SMA of the 60-bar CMI is above 60 and the difference between the current bar’s close and the close 20 bars ago is negative.
3.  Exit trades when the CMI moves below 50.


Elder Impulse System Elder Impulse System

Impulse System for the price bars

Smooth ATR Smooth ATR

Smooth ATR