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:
3373
Note:
(7)
Publié:
2018.10.25 15:00
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Stochastic expansion oscillator is a stochastic oscillator with a non-conventional calculation and display.

The indicator has three input parameters:

  • %K period - K line calculation period
  • Slowing - slowing calculation period
  • Noise filter period - noise filter calculation period (signal line)

Calculation:

K = KB1+KB2 Signal = SMA(K, Noise filter period)

where:

KB1 = AvgLow/AvgHigh KB2 = -AvgHigh/AvgLow AvgLow  = SMA(LowB, Slowing) AvgHigh = SMA(HighB,Slowing) LowB  = Close-Min HighB = Max-Close Min, Max - the lowest and the highest prices in the %K period range


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

TBS TBS

Tick Based Stochastic indicator

TBS_Histogram TBS_Histogram

Tick Based Stochastic with histogram

PVA PVA

SonicR PVA Volumes indicator

Sprut Sprut

Grid of Stop and Limit pending orders.