Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 5346
- Rating:
- Published:
- 2015.07.02 14:33
- Updated:
- 2016.11.22 07:32
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The RSICloud indicator with the timeframe selection option available in the input parameters:
input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe)
This indicator requires RSICloud.mq5 indicator file. Place it in <terminal_data_folder>\MQL5\Indicators.
Fig.1. The RSICloud_HTF indicator
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/13152

Cloud indicator, the envelopes of which represent the RSI oscillator values calculated for High and Low prices.

This indicator shows long-term opportunities for buying or selling.

The Center of Gravity J. F. Ehlers indicator represented by a colored OSMA histogram.

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