Rejoignez notre page de fans
- Vues:
- 9542
- Note:
- Publié:
- 2008.05.05 07:42
- Mise à jour:
- 2014.04.21 14:52
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
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
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/8105

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

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

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

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