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

SignalCCI BuyOrSell - MetaTrader 5용 라이브러리

조회수:
3614
평가:
(21)
게시됨:
2018.03.01 09:21
\MQL5\Include\Expert\Signal\ \MQL5\Experts\
CCI_TRADER.mq5 (14.52 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The module of trading signals "SignalCCI BuyOrSell.mqh" on the basis of the CCI indicator signal module only generates one type of signals: the price is above LevelUP or the price is below LevelDOWN (by default LevelUP is equal to +100.0, LevelDOWN is equal to -100.0).

SignalCCI BuyOrSell

Signals may be reversed by turning on the 'Reverse' parameter:

SignalCCI BuyOrSell Reverse


Signal Module parameters

  • PeriodCCI - CCI averaging period;
  • Applied - price type;
  • LevelUP - the value of the upper level;
  • LevelDOWN - the value of the lower level;
  • Reverse - signal reversal.

The signal can be used for creating Expert Advisors using the MQL4/MQL5 Wizard. To select this signal, search by Signals of oscilator 'Commodity Channel Index Buy or Sell':

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

Reversal Reversal

The indicator displays trade opening signals based on the author's 'Reversal' trading system.

Starter_v6mod Starter_v6mod

A trading system based on the 'EMAAngle' and 'Laguerre RSI with Laguerre filter' indicators.

Boa_ZigZag_Arrows_Duplex Boa_ZigZag_Arrows_Duplex

Two Boa_ZigZag indicators with different periods, which appear as arrows on one chart.

Support_and_Resistance_HTF Support_and_Resistance_HTF

The Support_and_Resistance indicator with the possibility to change the indicator timeframe in input parameters.