Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Visualizzazioni:
7300
Valutazioni:
(16)
Pubblicato:
2016.02.17 12:21
Aggiornato:
2016.11.22 07:32
bsi.mq5 (12.15 KB) visualizza
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

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

Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.