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

MacdPatternTraderv04. Double peak. From 200 - 1900. - MetaTrader 4용 expert

조회수:
15668
평가:
(2)
게시됨:
2008.07.17 07:08
업데이트됨:
2016.03.29 13:36
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The implementation of MACD pattern Double Peak/Double Trough.


The original trading strategy is available here.

The Expert Advisor was written to check the efficiency of the trading strategy described by the author. The obtained results and the EA description are available in Issue 19 of our journal. You can download the journal from our website.


A Short Description of the Strategy:

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


The search for a buying signal
1. The MACD histogram must form the minimum below -0.0045;
2. Once the minimum below -0,0045 has been formed, the histogram must form a higher minimum below -0.0045;
3. The stop order is placed below the last local minimum by 10 points;
4. The first target for 30% of the position is closed when the value of the price is above the 21-period exponential average;
5. The second target for the half of the position is closed when the price reaches the value between 89-period simple moving average and 365-period exponential average;
6. The third target for the remaining volume of the position is closed when the price reaches the level of price resistance.




The search for a selling signal
1. The MACD histogram must form the maximum above 0.0045;
2. Once a maximum above 0.0045 is formed, the histogram must form a lower maximum above 0.0045;
3. The stop order is placed above the last local maximum by 10 points;
4. The first target for 30% of the position is closed when the value of the price is below the 21-period exponential average;
5. The second target for the half of the position is closed when the price reaches the value between 89-period simple moving average and 365-period exponential average.
6. The third target for the remaining volume of the position is closed when the price reaches the level of price resistance.

Testing the EA with standard parameters:

After the optimization of parameters:

Good results were obtained at forward testing and at smaller timeframes.

The suggested EA is programmed with the default pattern parameters, you can download the expanded version of the EA with modifiable and optimizable parameters and also with the adaptive levels of calculation of TakeProfit and StopLoss from the issue of our journal.

!!! Note that different brokers have different quoting mechanisms, so the results of working with the parameters provided by us can differ from each other.


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

VoltyChannel_Stop_v2.1 VoltyChannel_Stop_v2.1

Another version of indicator VoltyChannel_Stop.

gazonkos gazonkos

EA named "gazonkos" produces small profits, but does it often.

MoR MoR

The indicator MoR.

RSI to File RSI to File

An example of the script that writes the values of the RSI indicator to a CSV file.