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

MacdPatternTraderv01. +300 points monthly - MetaTrader 4용 expert

조회수:
18328
평가:
(9)
게시됨:
2008.06.15 10:51
업데이트됨:
2014.04.21 14:52
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

You can find the original trading strategy here.

The EA was written in order to check the efficiency of trading strategy described in the link. The obtained results and the EA parameters can be found in the latest issue of our magazine.

Short Description of the EA Algorithm:

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

Buying Signal
1. MACD histogram must take a value below -0.0045.
2. After a maximum below -0.0045 has been formed, the histogram must grow above -0.0045 and form a minimum, after which you should buy.
3. A stop order is placed 10 points below the latest local minimum.
4. The first target for 30% of positions is closed, if the price value exceeds that of 21-period exponential average.
5. The second target for a half of all positions is closed as soon as the price reaches a value between the 89-period SMA and the 365-period EMA.
6. The third target for the resting positions is closed as soon as the price reaches the price support level.


Selling Signal
1. MACD histogram must take a value above 0.0045.
2. After a minimum above 0.0045 has been formed, the histogram must fall below 0.0045 and form a maximum, after which you should sell.
3. A stop order is placed 10 points above the latest local maximum.
4. The first target for 30% of positions is closed, if the price value is below 21-period exponential average.
5. The second target for a half of all positions is closed as soon as the price reaches a value between the 89-period SMA and the 365-period EMA.
6. The third target for the resting positions is closed as soon as the price reaches the price resistance level.


The EA tested with standard parameters:

After parameters optimization:

You can find a full analysis with forward testing in our magazine.


P.S.: All possible variables of the strategy are represented as external variables. Experimenting with parameters, you can find good ones for intraday charts. It is not necessary to test on ticks. Please contact us, if you have any ideas or questions about the Expert Advisor.

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

Kloss_ Kloss_

Previously uploaded Expert Advisor Kloss specially revised for optimization

ZH_Functions_Tools_1 ZH_Functions_Tools_1

A set of function tools.

Price and Volume Trend - PVT Price and Volume Trend - PVT

Indicator Price and Volume Trend (PVT), like On Balance Volume (OBV), represents the cumulative sum of trade volumes calculated considering close price changes.

MVV_LinearRegression MVV_LinearRegression

The standard linear regression channel and support/resistance levels.