dCurrent=High[i];
When dCurrent ==0 then
ExtUpFractalsBuffer[0]!=0 And/or ExtDownFractalsBuffer[0]!=0 ==0
So the alert won't sound.
So you add another alert for when those buffers ==0 to see when that happens and there you will hopefully see what and why it happens... don't forger to also print the value of i.
if (ExtUpFractalsBuffer[0]!=0 && AlertNonInviato){Alert("E' stato generato un frattale UP su "+Symbol()+ "TF:" + Period()); AlertNonInviato=False;} if (ExtDownFractalsBuffer[0]!=0 && AlertNonInviato){Alert("E' stato generato un frattale DOWN su "+Symbol()+ "TF:" + Period()); AlertNonInviato=False;}There will never be a fractal on the current bar, only bar 2
There will never be a fractal on the current bar, only bar 2
So this should be OK?
if (ExtUpFractalsBuffer[2]!=0 && AlertNonInviato){Alert("E' stato generato un frattale UP su "+Symbol()); AlertNonInviato=False;} if (ExtDownFractalsBuffer[2]!=0 && AlertNonInviato){Alert("E' stato generato un frattale DOWN su "+Symbol()); AlertNonInviato=False;}
So this should be OK?
its ok!
tanks
There will never be a fractal on the current bar, only bar 2
Hello Guys, this is the list of Fractals free indicator:
It has been modified so that every time a Fractal up appears, it should appear the alert "Alert (" A fractal UP was generated on "+ Symbol () +" TF: "+ Period ());" and every time a down alert appears, compares Alert ("A down Fractal was created on" + Symbol () + "TF:" + Period ()); "but it does not always compare can someone help me solve the problem?
hello, im newbie
fractal buffer appears after close candle 1,
so, how to set fractal buffer after close candle 2. I tried but i dont find the answer.
i need your help
thankyou.fractal buffer appears after close candle 1,
so, how to set fractal buffer after close candle 2. I tried but i dont find the answer.
- It appears and disappears as bar zero forms.
- You don't set anything, don't look at bar 0, 1, or 2.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hello Guys, this is the list of Fractals free indicator:
It has been modified so that every time a Fractal up appears, it should appear the alert "Alert (" A fractal UP was generated on "+ Symbol () +" TF: "+ Period ());" and every time a down alert appears, compares Alert ("A down Fractal was created on" + Symbol () + "TF:" + Period ()); "but it does not always compare can someone help me solve the problem?