거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

Breakdown_Oscillator - MetaTrader 5용 지표

조회수:
4489
평가:
(6)
게시됨:
2018.10.25 18:20
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Breakdown oscillator is based on the observation that the longer the price stays within the lower Bollinger Bands line, the higher the probability of its falling.

It has six input parameters:

  • Period - calculation period
  • Band period - Bollinger Bands calculation period
  • Deviation - Bollinger Bands deviation
  • Slope factor - the stronger the downward movement, the greater the negative value of the oscillator.
  • Applied price
  • Upper level - upper level value (lower level = 0)

Calculation:

Breakdown = 100.0 * EMA / Bottom

where:

EMA = EMA(Difference,Period) Difference = Applied price - Bottom + Slope factor * (SMA-PrevSMA) Bottom = SMA - Deviation * StdDev StdDev - StandardDeviation(Applied price,Band period) SMA = SMA(Applied price,Period)

Fig. 1. Breakdown oscillator


Fig. 2. Breakdown oscillator+Bollinger Bands

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/22343

Buying_Selling_Pressure Buying_Selling_Pressure

Buying/Selling Pressure indicator

Skyscraper_Fix_Signal Skyscraper_Fix_Signal

Skyscraper_Fix_Signal indicator shows information on the current trend using the values of the Skyscraper_Fix indicator with a fixed timeframe.

Bollinger_Bandwidth_Delta Bollinger_Bandwidth_Delta

Bollinger Bandwidth Delta oscillator

Bands_Fill Bands_Fill

Bands Fill indicator