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
Indicateurs

TicksVolume - indicateur pour MetaTrader 5

Publié par:
Matthias De Paolis
Vues:
8060
Note:
(24)
Publié:
2016.12.02 15:41
Mise à jour:
2016.12.02 15:41
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

This is my translation of the code by Alexey Viktorov from MQL4 to MQL5. For those who work mainly on MQL5 it can be useful.

The indicator shows the price change in points and how many times there was a change for a selected period, unfortunately only from launch to stop.

No input parameters.

It can be used to determine the speed and/or acceleration of price changes. In the screenshot it can be seen that the Volume equals 44, the TickVolume indicator shows that the price increased in 27 ticks ("Tick up") and decreased in 17 ticks ("Tick down"). During this time, the price has increased by 53 points ("Pips up") and decreased by 9 points ("Pips down", in the fifth digit).

Very important, all mathematical operations with the values of the indicator must be carried out in absolute values.

Stochastic experiment Stochastic experiment

Stochastic - one classical and 3 new types of stochastic.

RSI - of adaptive T3 RSI - of adaptive T3

RSI of adaptive T3 (calculates 7 types of RSI that can be filtered by adaptive T3).

Holt's  double exponential smoothing Holt's double exponential smoothing

Holt's double exponential smoothing with linear forecasting

Maksigen channels - 2 Maksigen channels - 2

Maksigen channels - extended version.