Metatrader 4 (MQL4) forex trading functions include: OrderClose, OrderCloseBy, OrderClosePrice, OrderCloseTime, OrderComment, OrderCommission, OrderDelete, OrderExpiration, OrderLots, OrderMagicNumber, OrderModify, OrderOpenPrice, OrderOpenTime, OrderPrint, OrderProfit, OrderSelect, OrderSend, OrdersHistoryTotal, OrderStopLoss, OrdersTotal, OrderSwap, OrderSymbol, OrderTakeProfit, OrderTicket, and OrderType.
MQL4 Trading Function Listing
OrderClose OrderCloseBy OrderClosePrice
OrderCloseTime OrderComment OrderCommission
OrderDelete OrderExpiration OrderLots
OrderMagicNumber OrderModify OrderOpenPrice
OrderOpenTime OrderPrint OrderProfit
OrderSelect OrderSend OrdersHistoryTotal
OrderStopLoss OrdersTotal OrderSwap
OrderSymbol OrderTakeProfit OrderTicket
Trade Operation: OP_BUY, OP_SELL, OP_BUYLIMIT, OP_SELLLIMIT, OP_BUYSTOP, OP_SELLSTOP
MQL4 Trading Functions: Specific Order Information
Specific Order Information may be acquired for a single open or closed order by first calling the OrderSelect function, followed by the desired specific order information function. For instance, to check on the current stop price for an open trade, the OrderSelect function would first be called, followed by the OrderStopLoss function.
For updates