Fractal Graph Dimension Indicator (FGDI)

0
(0)
Name:
Fractal Graph Dimension Indicator (FGDI)
Author: jppoton (2009.04.21 08:14)
Downloaded: 5671
Download:
Fractal Graph Dimension Indicator (FGDI) 1
 FGDI.mq4 (19.1 Kb) View
This a rework of a script by iliko called Fractal dimension and that can be found here: http://codebase.mql4.com/2275

In there, I corrected two minor errors, and added a calculation and representation of the standard deviation of the estimation of the box-counting dimension. The two minor errors were the following:

- At line 199:
Instead of : for( iteration=0; iteration < g_period_minus_1; iteration++ )
It should be : for( iteration=0; iteration <= g_period_minus_1; iteration++ )

- At line 213:
Instead of : fdi=1.0 +(MathLog( length)+ LOG_2 )/MathLog( 2 * e_period );
It should be : fdi=1.0 +(MathLog( length)+ LOG_2 )/MathLog( 2 * g_period_minus_1);
For further details, see my blog: http://fractalfinance.blogspot.com/

Here is what it looks like on a daily chart for EUR/USD, the lower window represents the original fractal dimension by iliko, and the moving average is the FRASMA I published earlier:

Fractal Graph Dimension Indicator (FGDI) 2

 

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?



Author: Forex Wiki Team
We are a team of highly experienced Forex Traders [2000-2023] who are dedicated to living life on our own terms. Our primary objective is to attain financial independence and freedom, and we have pursued self-education and gained extensive experience in the Forex market as our means to achieve a self-sustainable lifestyle.