MQL4 - automated forex trading   /  

User profile

mohammed
Overall rating: 5
mohammed
Registration date september 2006

About

int n, i; double zag, zig;
i=0;
while(n<2)
{
   if(zig>0) zag=zig;
  
zig=iCustom(NULL, 0, "ZigZag", 0, i);
  
if(zig>0) n+=1;
  
i++;
}

Statistics

Messages and comments written by the user 5 (0 messages per day). Find all comments