MT4脚本出现如下错误,如何解决?

楼主  收藏   举报   帖子创建时间:  2019-05-05 05:44 回复:0 关注量:939
17:36:23 现价卖出(0.1手) GOLD,M5: removed
  17:38:46 现价卖出(0.1手) GOLD,M5: loaded successfully
  17:38:46 现价卖出(0.1手) GOLD,M5: expert function calls are not allowed; 'stdlib'-'ErrorDescription'
  17:38:46 现价卖出(0.1手) GOLD,M5: expert stopped
  17:38:46 现价卖出(0.1手) GOLD,M5: removed
  ==============================================
  脚本程序如下:
  =============================================
  #property copyright "xxxxxxxxxxxxxxx"
  #property link      "xxxxxxxx"
  
  
  #include
  #include
  //+------------------------------------------------------------------+
  //| script "trading for all money"                                   |
  //+------------------------------------------------------------------+
  int start()
    {
     int ticket=OrderSend(Symbol(),OP_SELL,0.1,Ask,3,0,0,"做空0.1手",255,0,CLR_NONE);
     if(ticket
打赏