Indicators: Fine Fractal Channel

 

Fine Fractal Channel:

A finer resolution channel made of three bar fractals.

Author: Benjamin Joshua Nash

 
Great stuff, thank you!
 
usefull work! thank you
 

no big deal but this is as it should be

       val1 = iCustom(NULL, 0, "Fine_Fractals",0,i);
       if(val1 > 0) v1[i] = val1; //High[i];
       else v1[i] = v1[i+1]; 
       //----
       val2 = iCustom(NULL, 0, "Fine_Fractals",1,i);
       if(val2 > 0) v2[i] = val2; //Low[i];
       else v2[i] = v2[i+1];
       //----

 ..I was adapting this to a mod. of my own and didn't get why it would not work so, this was what I needed to correct

 
This a very cool indicator. Very similar to Gann Swing oscillator. I wish you could be able to create the Gann Swing Oscillator for MT4 platform.
Reason: