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

EA is based on indicator CCIT3_Simple_v_2-01 and CCIT3_noReCalc_v_3-01. Buy position is opened when the zero line is crossed upwards, while sell position is opened when the zero line is crossed downwards. Indicator values ​​for determining the signal are taken from the previous bar.

  1. CCIT3_Simple_v_2-01 - the modified indicator CCIT3 1.01, its calculation basis depends on CCI indicator with a ratio calculated from the beginning of history. The indicator has a limit for the number of calculated bars (Max_bars_calc).
  2. CCIT3_noReCalc_v_3-01 - simplified CCIT3_Simple_v_2-01 - its calculation equation does not consider the ratio recalculated at each bar from the beginning of history. It also has a limit for the number of calculated bars (Max_bars_calc).

no_increaselot_gbpusd_2004 - result since 2004 GBPUSD without increasing lots, the initial lot 1.0.Testing was done at the DC Alpari-Demo, by all ticks .



increaselot_gbpusd_2004 - used increase of lots. The limit for the maximum lot = 50.0. Testing was done at the DC Alpari-Demo, by all ticks.


The same increase of lots. The limit to the maximum lot = 500.0. Testing was done at the DC MetaQuotes-Demo, by all ticks.


Tips:

All parameters of the Expert Advisor (except indicator settings) are not used in case of 0. The function for setting the maximum allowable volume lot has been implemented into the Expert Advisor in case the limit (by the lot volume) of your dealing center has been exceeded. Basic parameters of the settings:

  • SL/TP - placed after opening a position.
  • N_modify_sltp - the number of times to set sl/tp at unsuccessful attempt.
  • trail SL - activated when the profit position >= 0.
  • Max_drawdown - the EA has lot increasing option, which depends on the deposit/max.drawdown ratio.
  • Trade_overturn - reversing the position when changing the signal. If false order will be closed only by sl/tp/trail.
  • use_Simple_CCIT3 - signals are taken from the indicator CCIT3_Simple_v_2-01.
  • use_noReCalc_CCIT3 - signals are taken from the indicator CCIT3_noReCalc_v_3-01.

The Expert Advisor can work with one of the selected indicators, which shows good trading results, they can also be used as a filter or a confirmation signal.

This Expert Advisor can be a good starting point for creation of a complex trading robot.

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

Moving Average: 3-Pole Butterworth Filter Moving Average: 3-Pole Butterworth Filter

Moving Average: 3-Pole Butterworth Filter. The indicator is based on the code of Witold Wozniak.

ClosePosition ClosePosition

The script is designed for closing open positions.

RVI-Crossover_Alert RVI-Crossover_Alert

The simplest semaphore indicator having alerts and providing the possibility to send signals to a mailbox and a smartphone.

RSI-Crossover_Alert RSI-Crossover_Alert

The simplest semaphore indicator having alerts and providing the possibility to send signals to a mailbox and a smartphone.