Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/3153-standardlibrary-tradeclasses.md
T
2026-06-23 21:47:51 +08:00

950 B

Trade Classes

This section contains technical details of working with trade classes and description of the relevant components of the MQL5 standard library.

Using trade classes will save time when creating custom programs (Expert Advisors).

MQL5 Standard Library (in terms of trade classes) is placed in the terminal working directory, in the Include\Trade folder.

Class/Group Description
CAccountInfo Class for working with trade account properties
CSymbolInfo Class for working with trade instrument properties
COrderInfo Class for working with pending order properties
CHistoryOrderInfo Class for working with history order properties
CPositionInfo Class for working with open position properties
CDealInfo Class for working with history deal properties
CTrade Class for trade operations execution
CTerminalInfo Class for getting the properties of the terminal environment