
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
This code is placed inside an EA.
Why Fractal is always zero???
Period_M15
-------------------------
int start(){
if(Time[0]==TimeCurrent()){
Print("Fractal: ", iCustom(NULL, 0, "ZIGZAG-FRACTALS", 0,1));
}
return(0);
}