거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
7412
평가:
(16)
게시됨:
2016.02.17 12:21
업데이트됨:
2016.11.22 07:32
bsi.mq5 (12.15 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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에서 러시아어로 번역함.
원본 코드: 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.