Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Vues:
9097
Note:
(7)
Publié:
2008.05.14 07:22
Mise à jour:
2016.11.22 07:32
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The strategy is based on the fact that, in practice, round numbers ending with "00" are always closer to people. For example, if pair EUR/USD is traded at 1.2470 and its price is growing, most stop orders will be placed within one or two points from 1.2500, not say 1.2517. We can earn using this fact. So let's try to.

You can view the original description of the strategy here.
A detailed article devoted top the system testing and a link to reports are available in our magazine's issue of 12.05.2008.
You can discuss it and make your suggestions on our forum.

Trading Strategy Algorithm:

1. Open one-hour chart of EURUSD, lots 0.1.

2. Draw Moving Average with the period of 200.

Buying alert (open two orders): The price is above MA and intersects the level 15 points below the "round" price.

Selling alert (open two orders): The price is below MA and intersects the level 15 points above the "round" price.

Closing Trades:

We will close our trades by StopLoss.

Having tested the above rules within the period from 2007.01.11 to 2008.01.11, we obtained the following results (Open price only):



Having optimized the inputs on the same period of time, we obtained the following result of EA operations:


A forward test outside the optimization area, the article devoted to the system testing, and a link to reports are available in our magazine's issue of 12.05.2008.

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/8134

Rooks Returned Rooks Returned

One more interpretation of the well-known ZigZag. The indicator is written to work according the trading system described here: http://forum.fibo-forex.ru/viewtopic.php?t=1368 The indicator works with ZigZag by Rosh (Zigzag2_R_).

Short-Term Trends Short-Term Trends

A trading strategy that works with short-term trends.

Levels_A_Vlad Levels_A_Vlad

The indicator shows support/resistance levels calculated using the methods by V.B. Antonov (A_Vlad).

Fast_oscilator_2 Fast_oscilator_2

A fast oscillatorб also suited for scalping.