mt4编程mq4统计当前持仓数量函数模块 2018年10月01日 外汇 阅读 5777 这段代码可以统计当前持仓的订单总数。double 持仓数() { int cnt, total=0; // for(cnt=0;cnt<OrdersTo... mq4 统计