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

Mirror_RSI - MetaTrader 5 için gösterge

Görüntülemeler:
5219
Derecelendirme:
(12)
Yayınlandı:
2018.12.28 13:10
Güncellendi:
2019.01.17 11:29
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

Oscillating indicator Mirror RSI displays the forward and reverse difference of two RSIs and the signal line.

It has six adjustable parameters:

  • First RSI period - first RSI calculation period
  • First RSI applied price - first RSI applied price
  • Second RSI period - second RSI calculation period
  • Second RSI applied price - second RSI applied price
  • Signal period - signal line calculation period
  • Signal method - signal line calculation method

Calculations:

Ascending = RSI1 - RSI2
Descending = RSI2 - RSI1
Signal = AvgRSI

where:

RSI1 = RSI(First RSI applied price, First RSI period)
RSI2 = RSI(Second RSI applied price, Second RSI period)
AvgRSI = MA(RSI1, Signal period, Signal method)


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

RSI_MA RSI_MA

Indicator RSI MA

i-KlPrice_Vol i-KlPrice_Vol

Oscillator i-KlPrice using volumes

FineTuningMACandle FineTuningMACandle

Indicator FineTuningMA represented as candles

ScalpWiz 9001 ScalpWiz 9001

An EA based on indicator iBands (Bollinger Bands, BB). It places pending Stop orders.