CiFractals not returning data for daily & 8hr timeframes

 

Hi,

 

I've been using the CiFractals class for the fractal indicator. However for some reason at the 8hr timeframe and up it doesn't return any fractal values. I do make sure that I call fractals.Refresh()  and it does work at the lower timeframes.

 
Alex:

Hi,

 

I've been using the CiFractals class for the fractal indicator. However for some reason at the 8hr timeframe and up it doesn't return any fractal values. I do make sure that I call fractals.Refresh()  and it does work at the lower timeframes.

Please show your code for coding help.
 

// Init method

CiFractals* i_fractals = new CiFractals();

i_fractals.Create(Symbol(), Period()));

 

// Tick Method

i_fractals.Refresh();

double fractal = i_fractals.Upper(3);

if (fractal != EMPTY_VALUE) { 

   Print("fractal val: ", fractal); 

 
Alain Verleyen:
Please show your code for coding help.
Do you have any updates on this?
 
I can confirm that it works fine using iFractals