int His_Orders() { int count = 0; for(int i = 0; i < OrdersHistoryTotal(); i++) { if(OrderSelect(i, SELECT_BY_POS, MODE_HISTORY) == true) { if(OrderSymbol() == Symbol()) { count++; } } } return(count); } 复制代码
int His_Orders() { int count = 0; for(int i = 0; i < OrdersHistoryTotal(); i++) { if(OrderSelect(i, SELECT_BY_POS, MODE_HISTORY) == true) { if(OrderSymbol() == Symbol()) { count++; } } } return(count); }
评论 使用道具
发表评论 评论后跳转到最后一页
填写个人签名