Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Published by:
- Nikolay Kositsin
- Views:
- 8992
- Rating:
- Published:
- 2011.12.14 13:32
- Updated:
- 2016.11.22 07:32
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Real author:
Andrey Matvievskiy
Eight RSI (Relative Strength Index) technical indicators with various input parameters values are displayed in one window.
This indicator was first implemented in MQL4 and published in Code Base at mql4.com 17.07.2009.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/641

CMAOnArray class is used for Moving Average calculation on indicator buffer's data. The example of use of the class is provided.

Vertical time grid with one month step.

Vertical time grid with one week step.

CATROnArray is designed for calculation of ATR (Average True Range) values on indicator buffers. The example of use of the class is provided.