거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
당사 팬 페이지에 가입하십시오
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Choppy Market Index - MetaTrader 5용 지표
- 게시자:
- Alexey Topounov
- 조회수:
- 18468
- 평가:
- 게시됨:
- 2012.08.02 09:56
- 업데이트됨:
- 2016.11.22 07:32
- 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
Real author:
Daniel Fernandez
Indicator values are in the range 0-100. The greater is the indicator value, the greater is the market stability, so the more likely we have trend. The smaller is the indicator value - the less probable the trend is.
Calculation formula:
CMI = ((ABS(Close[0]-Close[n]))/(MaxHigh[n]-MinLow[n]))*100
Where:
- ABS - absolute value
- Close[0] - last close
- Close[n] - close N bars ago
- MaxHigh[n] - maximal value of High for the N bars period
- MinLow[n] - minimal value of Low for the N bars period
Tips:
Trading on unstable market:
- Buy, when moving average (blue line) of the CMI indicator is below 40 and the histogram is red.
- Sell when moving average (blue line) of the CMI indicator is below 40 and the histogram is green.
- Close positions when CMI histogram is above 50.
Trading on trend market:
- Buy when moving average is above 60 and the histogram is green.
- Sell when moving average is above 60 and the histogram is red.
- Close positions, when CMI histogram is below 50.
This indicator can be used as a filter in trend trading strategies.
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/942
Monitoring Spread
Tools for monitoring spread of currency pairs
Weather VaneThis indicator calculates last average price for a symbol and determines the trend direction, so it can be a signal to commit a trade operation.