sdfgsdgdsgdsvsg:
这段代码编译时出现错误:'HistoryOrderGetDouble' - no one of the overloads can be applied to the function call trail_ea6.mq5 743 29
谁来更正一下
for (int i = totalOrders - 1; i >= startOrder; i--) { ulong orderTicket = HistoryOrderGetTicket(i); if (orderTicket > 0) { totalProfitLoss = HistoryOrderGetDouble(orderTicket,ORDER_TP); } }
这段代码编译时出现错误:'HistoryOrderGetDouble' - no one of the overloads can be applied to the function call trail_ea6.mq5 743 29
谁来更正一下