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

Projection_Bands - MetaTrader 5 için gösterge

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

The indicator was first proposed by Mel Widner ("Technical Analysis of Stocks & Commodities" magazine, July 1995). Along with similar indicators, such as price channels, envelopes or Bollinger bands, it allows you to define the borders of price ranges.

The indicator has one customizable parameter:

  • Period - calculation period.

Calculation:

UpBand = Maximum(High, PrevHigh*SlopeHigh)
DnBand = Minimum(Low, PrevLow*SlopeLow)

where:

  • SlopeHigh - regression line slope of High prices in the Period range;
  • SlopeLow - regression line slope of Low prices in the Period range.

Interpretation:

  • When the price reaches the upper border, it is considered to be at the resistance level. The market is overbought;
  • When the price is located on the lower border, the market is oversold.

In order to sort out signals, use a a detrending oscillator to exclude the trend component, since overbought/oversold levels may be constantly updated by new prices during strong trends, which leads to false signals and losses.

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

Open_Oscillator Open_Oscillator

Market status indicator with signal lines.

Exp_CandleStop_System_Tm_Plus Exp_CandleStop_System_Tm_Plus

The trading system based on CandleStop_System indicator signals with the possibility to set a fixed position holding time.

Projection_Oscillator Projection_Oscillator

Projection Bands indicator in the form of oscillators.

RSICandleKeltner_HTF RSICandleKeltner_HTF

The RSICandleKeltner indicator with the timeframe selection option available in the input parameters.