Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Pubblicati da::
- Vladimir Karputov
- Visualizzazioni:
- 7022
- Valutazioni:
- 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 Smith, author 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: RSI on bar "1" < 45
- to open SELL: RSI on bar "1" > 55
Confirmation of opening:
- to open BUY: RSI on bars from "2" to "2"+"CountBars" < 45
- to open SELL: RSI 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:
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/17849

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

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