Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Experts

RSI trader v0.15 - expert for MetaTrader 5

Published by:
Vladimir Karputov
Views:
7467
Rating:
(27)
Published:
2017.03.22 16:31
Updated:
2018.02.27 12:32
Need a robot or indicator based on this code? Order it on Freelance Go to 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

Translated from Russian by MetaQuotes Ltd.
Original code: 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.