Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Sistemi Esperti

Trade on qualified RSI - sistema esperto per MetaTrader 5

Pubblicati da::
Vladimir Karputov
Visualizzazioni:
6417
Valutazioni:
(29)
Pubblicato:
2017.03.22 16:35
Aggiornato:
2018.02.27 13:13
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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

Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.