Indicators: Custom Fractals

 

Custom Fractals:

Have you ever asked yourself why it is not possible to customize fractals more? ... now it is.

Custom Fractals

Author: Tobias Johannes Zimmer

 

it didnt show the signs before 5 candle so i changed the code a lttle bit

i put this 2 line of code

ArrayInitialize(ExtUpperBuffer,EMPTY_VALUE);
ArrayInitialize(ExtLowerBuffer,EMPTY_VALUE);


in the :

if(prev_calculated < ((how_many * 2) + 3))

{**here** }

thanks for your code by the way.