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
Experts

Trade on qualified RSI - expert pour MetaTrader 5

Publié par:
Vladimir Karputov
Vues:
6466
Note:
(29)
Publié:
2017.03.22 16:35
Mise à jour:
2018.02.27 13:13
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Author of the idea — John Smithauthor of the MQL5 code — barabashkakvn

A trade strategy based on the RSI indicator. Checks if there is enough money before opening a position.

Initial check:

  • to open BUY: R‌SI on bar "1" < 45
  • to open SELL: R‌SI on bar "1" > 55

Confirmation of opening: 

  • to open BUY: R‌SI on bars from "2" to "2"+"CountBars" < 45
  • to open SELL: R‌SI on bars from "2" to "2"+"CountBars" > 55

Position modification: uses the close price of the bar "1" as the basic value.

The EA shows the following results on H1 with default parameters:

Trade on qualified RSI result

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

ColorParabolic_Alert ColorParabolic_Alert

The ColorParabolic semaphore signal indicator featuring alerts, sending emails and push notifications.

SSL_Alert SSL_Alert

A trend indicator SSL, marking trend change moments using colored icons, with the possibility to generate alerts, send emails and push-notifications.

20PRExp-3 20PRExp-3

Intraday volatility breakthrough system. The Parabolic SAR indicator is used.

NUp1Down NUp1Down

Strategy: N bars up and one bar down. Trailing. Lot calculation based on the risk value as a percentage of free margin.