Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram ü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

Breakout_RSI - MetaTrader 5 için gösterge

Görüntülemeler:
5837
Derecelendirme:
(9)
Yayınlandı:
2018.10.25 18:07
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

Breakout RSI oscillator is based on the article "The Breakout Relative Strength Index" by Howard Wang in the magazine "Technical Analysis of Stocks & Commodities" (September 2015).

The indicator has three input parameters:

  • Period - calculation period
  • Overbought - overbought level
  • Oversold - oversold level

Calculation:

BRSI = 100.0 - 100.0 / (1.0+AvgP/AvgN)

where:

AvgP - SMA(P,Period)
AvgN - SMA(N,Period)

  • If BPower > PrevBPower
    P = Abs(BPower)
  • otherwise
    P = 0
  • If BPower < PrevBPower
    N = Abs(BPower)
  • otherwise
    N = 0

BPower = BPrice * BStrength * BVolume
BPrice = (PrevOpen+Max+Min+Close)/4.0
BStrength = (Close-PevOpen)/(Max-Min)
BVolume = Volume + PrevVolume
Max = Max(High,PrevHigh)
Min = Min(Low, PrevLow)


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

CCI_OBOS_With_Confirmation CCI_OBOS_With_Confirmation

CCI OBOS With Confirmation indicator

BARS Alligator BARS Alligator

The Expert Advisor based on iAlligator (Alligator) indicator.

Skyscraper_Fix_Cld_HTF Skyscraper_Fix_Cld_HTF

Skyscraper_Fix_Cld indicator with the timeframe selection option available in input parameters

Exp_Skyscraper_Fix_ColorAML_MMRec Exp_Skyscraper_Fix_ColorAML_MMRec

Two independent trading systems using Skyscraper_Fix and ColorAML indicators within a single EA with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system