Daniel Guilhon
Daniel Guilhon
  • Information
9+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Friends

Add friends via their profile or user search and you will be able to see if they are online

Daniel Guilhon
Registered at MQL5.community
Daniel Guilhon
Added topic ZIGZAG-FRACTALS always return zero
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); }