eevviill
Заблокирован
Аааа. Ты меня убиваешь}
if (Time[0] == prevtime) return;
prevtime = Time[0];
if(ExtBuffer1[1]!=0 && ExtBuffer1[2]==0) Alert(Symbol()," ",Period()," ","Up");
if(ExtBuffer2[1]!=0 && ExtBuffer2[2]==0) Alert(Symbol()," ",Period()," ","Down");
}
return(0);
PHP:
}
}
if (Time[0] == prevtime) return;
prevtime = Time[0];
if(ExtBuffer1[1]!=0 && ExtBuffer1[2]==0) Alert(Symbol()," ",Period()," ","Up");
if(ExtBuffer2[1]!=0 && ExtBuffer2[2]==0) Alert(Symbol()," ",Period()," ","Down");
return(0);