Indicators: Fractals Modified

 

Fractals Modified:

This indicator is a small modification of classical Fractals Indicator. You can choose the number or left/right bars to have a new top or bottom as well a shift parameter.

Author: Manel Sanchon

 

Hi Manel,

Any chance to have the Fractal modified but I need to have only the first dot ( red/blue) painted not also the others coing in a row after it... Please send me back the attached file modified as I kindly requested to you here.

If you want you can use my private email box: traderfx05@yahoo.com.au 

Thanks,

Collin 

Files:
 

Hello Manel,

 

I am trying to create an EA using your indicator. idea is that on bar close, after a cross of actual fractal, a position is opened. I use this code, but this generate no trade in live...

double FractalsDown = iCustom(NULL,0,"FractalsMod",leftbars,rightbars,1,rightbars+1);double FractalsUp = iCustom(NULL,0,"FractalsMod",leftbars,rightbars,0,rightbars+1); 

Close[0] > FractalsUp && Open[0] < FractalsUp  open long...

 

any idea? 

 

Hi Manel, Thank you for the indicator. Does the newest version here that the default is 10, does that mean that the fractal shows when the 5th bar to the right closes?