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örüntülemeler:
7295
Derecelendirme:
(16)
Yayınlandı:
2016.02.17 12:21
Güncellendi:
2016.11.22 07:32
bsi.mq5 (12.15 KB) görüntüle
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

Real author:

fxborg

Bounce Strength Indicator (BSI) shows the strength of bounce according to the Wyckoff method.

After a move higher, the stock moves into a flat consolidation with a clear support level. Chartists should watch action closely as prices approach support level. A high volume surge off support, also known as a springboard, is the first sign that the bigger uptrend is set to continue and a consolidation breakout is imminent.

How to measure the strength of bounce?

Strength of bounce up from lows:

(close - low ) * ( ceiling - low ) / range spread

Strength of bounce down from highs:

(high - close) * ( high - floor ) / range spread

My measuring method means the following:

  • The greater the rise from lower position, the stronger the buying pressure.
  • The greater the fall from higher position, the stronger the selling pressure.

This idea is simple, but it can become a leading indicator of the range breakout. It will work only within range.

Display:

  • plus histogram — shows the bounce strength up from lows;
  • minus histogram — shows the bounce strength down from highs;
  • middle line — average of difference between plus/minus.

Originally this indicator has been written in MQL4 and was first published in the Code Base on 04.02.2016.

Figure 1. The BSI indicator

Figure 1. The BSI indicator

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

ColorStochNR_HTF ColorStochNR_HTF

The ColorStochNR stochastic oscillator with noise reduction and the timeframe selection option available in input parameters.

ColorMACD_HTF ColorMACD_HTF

The MACD ColorMACD histogram with the timeframe selection option available in input parameters.

BSI_HTF BSI_HTF

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

Price_Channel_Central Price_Channel_Central

The Channel indicator. The indicator also displays the current channel levels as price labels and the type of the signal for making trading decisions.