Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
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
Vues:
3531
Note:
(12)
Publié:
2018.10.25 15:34
BBS.mq5 (17.82 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Bar Based Stochastic indicator is a modified stochastic.

There are seven configurable parameters:

  • %K period - stochastic K line period
  • %D period - stochastic D line period
  • Slowing - slowing
  • %K method - stochastic K line calculation method
  • %D method - stochastic %D line calculation method
  • Overbought - overbought level
  • Oversold - oversold level

Calculation:

K = MA(FastK, Slowing, %K method) D = MA(K, %D period, %D method)

where:

FastK = 100.0 * mins/maxes mins  = Close - minLow maxes = maxHigh - minLow minLow, maxHigh - low and high prices in the %K period range


Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/22076

BBS_Histogram BBS_Histogram

Bar Based Stochastic indicator with histogram

Better_Bollinger_Band Better_Bollinger_Band

Better Bollinger Band indicator

Exp_XDeMarker_Histogram_Vol Exp_XDeMarker_Histogram_Vol

The trading system based on XDeMarker_Histogram_Vol indicator signals

Money-Meter Money-Meter

The indicator measures money on a chart.