Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Twitter ü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:
6312
Derecelendirme:
(26)
Yayınlandı:
2013.07.29 20:51
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

Real author:

Avery T. Horton, Jr. aka TRO

A simple volatility meter which displays sizes of candlesticks in a separate subwindow. If the size of a candlestick is greater than the threshold determined by the input parameter Treshold, the histogram is purple, otherwise it is pink.

//+-----------------------------------+
//|  INDICATOR INPUT PARAMETERS       |
//+-----------------------------------+
input uint Threshold=200; // Threshold in points

This indicator was first implemented in MQL4 and published in Code Base at mql4.com on 23.05.2008. 

Figure 1. The TRO_RANGE indicator

Figure 1. The TRO_RANGE indicator

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

Stochastic Fan Stochastic Fan

A fan of Stochastic indicators, the period of which is defined by one of four types of progressions

ang_AZad_Css ang_AZad_Css

The trend indicator drawn in the form of a colored cloud

MTF_MACD_Bars MTF_MACD_Bars

A semaphore signal indicator showing the MACD histogram calculated on the timeframe specified in the input parameters

Change To Range Ratio Change To Range Ratio

The Change To Range Ratio indicator is used for closing short-term positions and/or for filtering entry points.