Refers to the execution of orders (open, close, modify). In the glossary, “Trade” is defined as opening/closing/modifying market and pending orders. Every executed order results in a trade. EAs handle trades via trade functions (OrderSend()
, OrderClose()
) or the MQL5 CTrade
class.