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

Consensus of Five signal indicator. The indicator is based on the readings of five indicators: ADX, DMI, CCI, MACD and Stochastic.

DMI, CCI, MACD and Stochastic indicator directions (or only of some of them) should match for generating a direction signal, while the value of ADX indicator is used as a trend filter (either a trend is present or not) and affects simultaneously all four indicators DMI, CCI, MACD and Stochastic (or only some of them). If indicators display direction, while ADX is located in a non-trend area, direction signals are not generated.

The indicator has twenty-one input parameters:

  • Use ADX as trend filter - use ADX as a trend filter (Yes/No)
  • Use DMI - use DMI (Yes/No)
  • Use CCI - use CCI (Yes/No)
  • Use MACD - use MACD (Yes/No)
  • Use Stochastic - use Stochastic (Yes/No)
  • ADX period - ADX calculation period
  • ADX entry level - ADX position entry level
  • ADX exit level - ADX position exit level
  • DMI period - DMI calculation period
  • CCI period - CCI calculation period
  • CCI Buy level - CCI Buy position entry level
  • CCI Sell level - CCI Sell position entry level
  • MACD fast EMA period - fast EMA MACD calculation period
  • MACD slow EMA period - slow EMA MACD calculation period
  • MACD Buy level - MACD Buy position entry level
  • MACD Sell level - MACD Sell position entry level
  • Stochastic %K period - K Stochastic line calculation period
  • Stochastic %D period - D Stochastic line calculation period
  • Stochastic slowing - Stochastic slowing period
  • Stochastic overbought - Stochastic overbought level
  • Stochastic oversold - Stochastic oversold level

MACD signal line calculation period is 1, Stochastic price field is Low/High

Fig. 1. All indicators + ADX filter


Fig. 2. All indicators without ADX filter


Fig. 3. CCI + MACD + Stochastic without ADX filter


Fig. 4. MACD + Stochastic without ADX filter


Fig. 5. DMI with ADX filter


Fig. 6. DMI without ADX filter


Fig. 7. CCI without ADX filter


Fig. 8. MACD without ADX filter


Fig. 9. Stochactic without ADX filter



Fig. 10. Stochactic without ADX filter + Stochastic oscillator


MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/22983

RSI_X20 RSI_X20

Twenty RSI indicators in a single window.

Tengri Tengri

The Expert Advisor applies iMA (Moving Average, MA), iRSI (Relative Strength Index, RSI) and Silence indicators. Martingale.

Time_Bar_Custom Time_Bar_Custom

The indicator plots one vertical line per day in a specified moment of time

Time_Candle_Custom Time_Candle_Custom

The indicator paints a candle in color corresponding to its direction once per day at a specified time