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

772 B

Base classes for Expert Advisors

This section contains technical details of working with classes for creation and testing of trading strategies and description of the relevant components of the MQL5 standard library.

The use of these classes will save time when creating (and especially testing) trading strategies.

MQL5 Standard Library (in terms of trading strategies classes) is placed in the terminal directory, in the Include\Expert folder.

Class Description
CExpertBase Base class for all trading strategy classes
CExpert Base class for Expert Advisor
CExpertSignal Base class for Trading Signal classes
CExpertTrailing Base class for Trailing Stop classes
CExpertMoney Base class for Money Management classes