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

RSI trader v0.15 - expert pour MetaTrader 5

Publié par:
Vladimir Karputov
Vues:
7624
Note:
(27)
Publié:
2017.03.22 16:31
Mise à jour:
2018.02.27 12:32
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

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

Traduit du russe par MetaQuotes Ltd.
Code original : 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.