Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Facebook üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Görüntülemeler:
6808
Derecelendirme:
(20)
Yayınlandı:
2012.09.20 11:58
Güncellendi:
2016.11.22 07:32
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

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

ColorRSI_HTF 

MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/995

Smoothed Simple Trend Detector Smoothed Simple Trend Detector

Smoothed Simple Trend Detector.

CCI T3 CCI T3

CCI smoothed by Tilson algorithm.

TandemInstrument TandemInstrument

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

i-BB-Width i-BB-Width

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