[网友分享]
分享一个日本的无需编程的自制EA软件(日文版)
你好,能请教下吗?谢谢你
试了下,mt4出现警示:sign mismatch
第二行代码出错:while( true )
{
if(GetTickCount() - starttime > WaitingTime*1000)
{
Alert("OrderSend TimeOut ERROR!! Check the experts log.");
if(mail_flag)
SendMail("MT4 EA_Make Mall Alert ","OrderSend TimeOut ERROR!! Check LOG."+symbol_s);
return(false);
}
if(IsTradeAllowed() == true)
{ |
|
|
|
|