hello All
can i help me change the code after to trade gold:
int init()
{
digits=Digits;
point=GetPoints();
/*if(Comments)Comment("\nLoading...");*/
return(0);
}
//|---------x digits broker
double GetPoints()
{
if(Digits==3 || Digits==5)point=Point*10;
else point=Point;
return(point);
}
This code only run 4 digit Eu , GU..not run UJ..anh gold
Thanks alot![]()



Reply With Quote
