doubt about Fractals

 

Hi, I have a doubt in using fractals.

I loaded the indicator “fractals” on a graph and I see that there aren’t external variables to set.

I see upper and lower arrows.

I write, for instance

Print(iFractals(NULL,NULL,MODE_LOWER,2));
Print(iFractals(NULL,NULL,MODE_UPPER,2));

If I obtain a value different from zero, I would expect to see an arrow on the related bar (in this case two bars ago), but sometimes I don’t see it.

Is there the possibility to set the indicator in order to see all the fractals through arrows on the graph?

Thank you!