Join our fan page
- Published by:
- Matthias De Paolis
- Views:
- 8924
- Rating:
- Published:
- 2016.12.02 15:41
- Updated:
- 2016.12.02 15:41
-
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 - one classical and 3 new types of stochastic.

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

Holt's double exponential smoothing with linear forecasting

Maksigen channels - extended version.