Watch how to download trading robots for free
Find us on Twitter!
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
Views:
4053
Rating:
(16)
Published:
2018.11.20 12:49
RSI_X20.mq5 (14.19 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Real author:

Ivan Kornilov

Twenty RSI indicators in a single window.

//+-----------------------------------+
//| Indicator inputs                  |
//+-----------------------------------+
input uint StartRSIPeriod=5;                          // initial period
input uint  step = 1;                                 // period step
input ENUM_APPLIED_PRICE   RSIPrice=PRICE_CLOSE;      // price


Fig. 1. RSI_X20 indicator

Fig. 1. RSI_X20 indicator

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/22984

Tengri Tengri

The Expert Advisor applies iMA (Moving Average, MA), iRSI (Relative Strength Index, RSI) and Silence indicators. Martingale.

WAVE_PM WAVE_PM

Brief description

Consensus_of_Five Consensus_of_Five

Consensus of Five indicator

Time_Bar_Custom Time_Bar_Custom

The indicator plots one vertical line per day in a specified moment of time