Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 3815
- Note:
- 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