Alım-satım robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Facebook üzerinde bulun!
Fan sayfamıza katılın
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
Ö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:
- 4122
- Derecelendirme:
- Yayınlandı:
- 2018.06.06 14:32
-
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
RSI calculated using the specified smoothing type is displayed in a separate window.
It has five input parameters:
- RSI period - RSI calculation period;
- Step - the range for calculating the positive and the negative components of RSI;
- MA period - smoothing period;
- MA method - smoothing method;
- MA applied price - price used for the calculation of the smoothing MA.
Calculation:
RSI[i] = 100-(100/(1 + Positive/Negative))
where
Positive, Negative - the sum of positive and negative increments (Diff), Diff[i] = MA(Period_MA)[i]-MA(Period_MA)[i-Step]
MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/20451

Divergences of the Repulse oscillator.

An indicator of possible price "rebounds".

An indicator of trend strength.

A portfolio EA for the MOEX FORTS market.