Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Indicateurs

Breakdown_Oscillator - indicateur pour MetaTrader 5

Vues:
4532
Note:
(6)
Publié:
2018.10.25 18:20
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

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

Traduit du russe par MetaQuotes Ltd.
Code original : 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