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

The implementation of the MACD pattern Trend continuation - MetaTrader 4용 expert

조회수:
14509
평가:
(7)
게시됨:
2008.07.25 07:11
업데이트됨:
2016.11.22 07:32
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The implementation of the MACD pattern "Trend continuation".

The EA was written in order to check the efficiency of the trading strategy described by the author. The received results and the description of the EA parameters is available in the 20th issue of the magazine. The magazine can be downloaded from our website http://www.fortrader.ru

Short description of the strategy:

  1. Time frame: H4;
  2. Symbol: EURUSD;
  3. Volume: 0.1 lot
  4. Indicators: ЕMA7, EMA21, EMA359, SMA89. MACD 5,13,1.

Searching for buy signal:

  1. The MACD histogram must form a High above 0.0015;
  2. Once a Low is formed above 0.0015, the histogram must go below -0.0005 and reverse with a value greater than 0,0005 without going below zero;
  3. The stop loss is placed 10 points below the last local minimum;
  4. The first target for the 30% position is closed at a price value higher than the 21-period Exponential Moving Average;
  5. The second target for half of the positions is closed when the price reaches a value between the 89-period Simple Moving Average and 365-period Exponential Moving Average.
  6. The third target for the remaining volume of the positions is closed when the price reaches a resistance level.

Searching for sell signal:

  1. The MACD histogram must form a High above -0.0015;
  2. Once a High is formed above -0.0015, the histogram must take a value higher than -0,0005 and reverse downwards with a value lower than -0,0005 without going above zero;
  3. The stop loss is placed 10 points above the last local maximum;
  4. The first target for the 30% position is closed at a price value lower than the 21-period Exponential Moving Average;
  5. The second target for half of the positions is closed when the price reaches a value between the 89-period Simple Moving Average and 365-period Exponential Moving Average.
  6. The third target for the remaining volume of the positions is closed when the price reaches a resistance level.

Testing of the Expert Advisor using the standard parameters:

After optimization outside the optimization area:

When working on future, good results were received on the smaller timeframes as well.

The offered EA has hard-coded default pattern parameters. The extended version of the EA can be downloaded in the issue of our journal. It comes with the ability to change and optimize the parameters, and with adaptive levels for calculating the take profit and stop loss.

!!! Note that different brokers have different quote properties and the results based on the given parameters may differ.

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

sell zone fibs sell zone fibs

The indicator "sell zone fibs".

Orders management Orders management

The library contains the functions that ease the writing of EAs.

OzFx Signals v1.7 OzFx Signals v1.7

The indicator OzFx Signals v1.7.

MA Channels MA Channels

It displays Fibo levels of the price channel created on the moving avrage.