Skip to content

Money Management Classes

Money Management classes

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

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

MQL5 Standard Library (in terms of money and risk management classes) is placed in the terminal directory, in the Include\Expert\Money\ folder.

ClassDescription
CMoneyFixedLotThis class implements money management algorithm based on trading with predefined fixed lot size.
CMoneyFixedMarginThis class implements money management algorithm based on trading with predefined fixed margin.
CMoneyFixedRiskThis class implements money management algorithm based on trading with predefined risk.
CMoneyNoneThis class implements money management algorithm based on trading with minimal allowed lot size.
CMoneySizeOptimizedThis class implements money management algorithm based on trading with variable lot size, depending on results of the previous deals.
Last updated on