Fresh MQL5 code release – perfect for enhancing your MT4/MT5 strategies.

FRAMA(i) = 1 * Price(i) + (1 - i) * FRAMA(i-1) = Price(i)
I.e. the indicator exactly follows the price.
The fractal dimension of a plane is equal to two. From the formula we get that if D = 2, then the smoothing factor A = EXP(-4.6*(2-1)) = EXP(-4.6) = 0.01. Such a small value of the exponential smoothing factor is obtained at moments when price makes a strong saw-toothed movement. Such a strong slow-down corresponds to approximately 200-period simple moving average.
Trade the powerful Traders Dynamic Index strategy automatically with this dedicated TDI Expert Advisor. More details.
Formula of fractal dimension:
D = (LOG(N1 + N2) - LOG(N3))/LOG(2)
It is calculated based on the additional formula:
N(Length,i) = (HighestPrice(i) - LowestPrice(i))/Length
where:
- HighestPrice(i) - current maximal value for Length periods;
- LowestPrice(i) - current minimal value for Length periods;
Values N1, N2 and N3 are respectively equal to:
N1(i) = N(Length,i)
N2(i) = N(Length,i + Length)
N3(i) = N(2 * Length,i)
Level up your trading with professional RobotFX expert advisors and indicators. Visit www.robotfx.org for proven MT4/MT5 tools.
72