Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 4468
- Note:
- Publié:
- 2018.10.25 14:58
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
Tick Based Stochastic with histogram - modified stochastic with the K and D lines difference histogram.
It has ten input 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
- Applied price
- Overbought - overbought level
- Oversold - oversold level
- Show %K line - display K line (Yes/No)
- Show %D line - display D line (Yes/No)
Calculation:
K = MA(FastK, Slowing, %K method) D = MA(K, %D period, %D method) H = K - D
where:
FastK = 100.0 * mins/maxes mins = Applied price - minLow maxes = maxHigh - minLow minLow, maxHigh - low and high prices in the %K period range H - histogram
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/22114

Trix oscillator indicator

The trading system based on the MA_Rounding_Candle indicator signals with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system