Skip to content

Base classes for Expert Advisors

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.

ClassDescription
CExpertBaseBase class for all trading strategy classes
CExpertBase class for Expert Advisor
CExpertSignalBase class for Trading Signal classes
CExpertTrailingBase class for Trailing Stop classes
CExpertMoneyBase class for Money Management classes
Last updated on