Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Visualizzazioni:
- 5351
- Valutazioni:
- Pubblicato:
- 2015.07.02 14:33
- Aggiornato:
- 2016.11.22 07:32
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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
Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.