Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
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

RSI trader v0.15 - sistema esperto per MetaTrader 5

Pubblicati da::
Vladimir Karputov
Visualizzazioni:
7511
Valutazioni:
(27)
Pubblicato:
2017.03.22 16:31
Aggiornato:
2018.02.27 12:32
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

Using 

#include <MovingAverages.mqh>

we average the array of values of the iRSI indicator.

We also get the values of two iMAs — the fast and the slow one.

The "Reverse" parameter is available in inputs. He is responsible for the position direction: if set to "true", the signal will be opposite.

Test example on AUDUSD:

RSI trader v0.15

Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/17833

JuiceZ_HTF JuiceZ_HTF

The JuiceZ indicator with the timeframe selection option available in the input parameters.

e_RP_250 e_RP_250

An Expert Advisor based on the "RPoint" indicator. The chart layout in X-points reversal. A high-quality ZigZag based on HiLo.

VTS_BB VTS_BB

A trend indicator VTS using Bollinger Bands.

VTS_Keltner VTS_Keltner

A trend indicator VTS using the Keltner channel.