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

The strategy underlying this EA is based on the indicator of MA.

A detailed article about the system testing is available in the issue of our magazine from 28.04.2008: You can discuss and suggest some elaborations for it on our forum at: http://fortrader.ru/forum/viewtopic.php?t=74

Description:

Trading strategy algorithm:

1. Opening a 4-hour chart for EURUSD, lots 0.1.
2. Drawing an MA with the period of 5.

Signal to buy: Indicator MA has formed a trough.

Signal to sell: Indicator MA has formed a peak.

The trades will be closed by StopLoss. For placing a StopLoss, we should find the MA inflection (trough or peak) and detect: for Buy, the minimum price value for 10 bars in history; for Sell, the maximum price value for 10 bars in history. Then place a StopLoss. We should perform checks at each formation of trough (for Buy) or peak (for Sell) and modify the StopLoss, if necessary.

Image:

Once having tested the above rules on the period from 2007.01.11 to 2008.01.11, we obtained the following results (Open prices):

Having optimized the results for the same period, we obtained the following result of the EA operations:

Profit factor is 3.70, expected payoff is 76.74!

You can also see the forward test of the optimized area for EURUSD and the EA tests for GBPJPY in the issue of our magazine from 28.04.2008:

The latest issue of the magazine can be downloaded from: http://fortrader.ru/downloads/redirect.php?dlid=34


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

    up3x1_premium_v2M up3x1_premium_v2M

    This automated trading system is intended for working with the currency pair of eur/usd in the one-hour chart. Excellent results.

    TREND_alexcud v_2 TREND_alexcud v_2

    The EA is based on the indicator TREND_alexcud Something goes wrong with it

    Hercules A.T.C. 2006 EA Hercules A.T.C. 2006 EA

    High-Probability Breakout EA with very favorable risk:reward ratio.

    Visual Start Visual Start

    A code/method to test the redrawing indicators, by the example of FxmFish