Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Visualizzazioni:
- 7545
- Valutazioni:
- Pubblicato:
- 2012.09.20 11:58
- Aggiornato:
- 2016.11.22 07:32
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
Standard RSI that can be applied for a chart having a different timeframe.
Ascending indicator values exceeding 50 are colored in light green, while descending ones - in dark green. Descending values below this value are shown in red, while ascending ones - in brown.
Indicator input parameters:
//+----------------------------------------------+ //| Indicator input parameters | //+----------------------------------------------+ input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Chart period input int RSI_Period = 12; // RSI period input ENUM_APPLIED_PRICE AppliedPrice=PRICE_CLOSE; // Price constant input bool ReDraw=true; // Repeat display of information in the empty bars
ColorRSI_HTF
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/995

Smoothed Simple Trend Detector.

CCI smoothed by Tilson algorithm.

The indicator displays the charts of two symbols in one window.

Bollinger Bands Width. One of its application methods was described in FOREX Magazine №123 (July 2006) on page 47.