Join our fan page
- Views:
- 18275
- Rating:
- Published:
- 2016.02.01 09:45
- Updated:
- 2016.11.22 07:32
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
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.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/14395

The strategy by Daryl Guppy is implemented using this indicator.

The Expert Advisor is based on the lot management according to the Labouchere system.

The classic Moving Average indicator with a color change depending on the direction.

The Expert Advisor is based on the operation of its predecessor — Forex Fraus (for M1), but using the Envelopes indicator.