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östergeler

Volatility_Ratio - MetaTrader 5 için gösterge

Görüntülemeler:
3193
Derecelendirme:
(8)
Yayınlandı:
2018.06.18 15:12
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

Indicator Volatility_Ratio is an attempt to find trading ranges and trend return points.

It works within the range of 0.01-1.0 only. At the values above 0.5, it indicates the probability of the current trend reversal.

It has one input parameter:

  • Period - calculation period.

Calculations:

VR[i] = tr[i] / pr[i]

where:

tr[i] = Max(hl[i], hc[i], lc[i])
hl[i] = High[i] - Low[i]
hc[i] = Abs(High[i] - Close[i-1])
lc[i] = Abs(Low[i] - Close[i-1])
pr[i] = Max(MH, Open[i-Period+1]) - Min(ML, Open[i-Period+1])
MH and ML are the highest and the lowest price over the Period, respectively.

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

TATR TATR

Oscillator TATR (Tick Average True Range).

Exp_BrainTrend2_V2_Duplex Exp_BrainTrend2_V2_Duplex

Two identical trading systems based on the signals of BrainTrend2_V2, for long and short trades, which can be configured in different ways within one Expert Advisor.

RSI_STARC RSI_STARC

RSI + STARC Bands (Stoller Average Range Channels).

ProfitCalculator ProfitCalculator

Panel indicator with the date on closed positions.