Join our fan page
- Views:
- 4075
- Rating:
- Published:
- 2017.01.18 10:01
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The indicator shows the difference in the estimated values of the current bar and the previous bar.
Estimated value is the difference between the arithmetic mean and geometric mean of the price.
The price is calculated according to the formula: (O+H+L+C)/4, where О — bar Open price, Н — bar High price, L — bar Low price, С — bar Close price.
The indicator settings:
- period — indicator period for calculation of values.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/16504

Cauchy difference. The indicator shows the difference of arithmetic mean and geometric mean of the price.

Geometric Moving Average.

The Delta_WPR indicator with the timeframe selection option available in the input parameters.

The Exp_Delta_WPR Expert Advisor is based on the Delta_WPR indicator color change.