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_Arbitrage - MetaTrader 5 için gösterge

Görüntülemeler:
5149
Derecelendirme:
(14)
Yayınlandı:
2018.09.27 16:13
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

The Volatility Arbitrage oscillator displays the price rate of change chart and the corridor of the standard deviation of the rate.
Breakdown of the corridor edges indicates an increase in volatility.

There are four input parameters:

  • ROC period - period for calculating the price rate of change
  • Deviation period - deviation calculation period
  • Deviation multiplier - the width of the deviation channel
  • Applied price

Calculation:

ROC = 100.0*(Applied price / Applied price[ROC period] - 1.0)

Top = Dev * Deviation multiplier Bottom =-Top

where:

Dev = StdDev(ROC, Deviation period, MODE_SMA)

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

Valid_Swing_HighLow Valid_Swing_HighLow

The Valid Swing HighLow indicator

Trendless_OS Trendless_OS

The Trendless OS DiNapoli indicator

WPVH WPVH

The Wyckoff PV Histogram indicator

RSI_Histogram_Vol_HTF RSI_Histogram_Vol_HTF

The RSI_Histogram_Vol indicator with the ability to change the timeframe using input parameters.