Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

TicksVolume - indicator for MetaTrader 5

Published by:
Matthias De Paolis
Views:
8087
Rating:
(24)
Published:
2016.12.02 15:41
Updated:
2016.12.02 15:41
TicksVolume.mq5 (9.75 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to 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.