Skip to content

CMoneyFixedLot

CMoneyFixedLot

CMoneyFixedLot is the class designed to implement money management algorithm based on trading with predefined fixed lot size.

Description

CMoneyFixedLot implements money management algorithm based on trading with predefined fixed lot size.

Declaration

class CMoneyFixedLot: public CExpertMoney

Title

#include <Expert\Money\MoneyFixedLot.mqh>

Inheritance hierarchy

CObject

CExpertBase

CExpertMoney

CMoneyFixedLot

Class Methods by Groups

Initialization
LotsSets trading volume
virtual ValidationSettingsChecks the settings
Money and Risk Management Methods
virtual CheckOpenLongGets trade volume for a long position
virtual CheckOpenShortGets trade volume for a short position

Methods inherited from class CExpertBase

: InitPhase, TrendType, UsedSeries, EveryTick, Open, High, Low, Close, Spread, Time, TickVolume, RealVolume, Init, Symbol, Period, Magic, SetMarginMode, SetPriceSeries, SetOtherSeries, InitIndicators

Methods inherited from class CExpertMoney

: Percent, CheckReverse, CheckClose

Last updated on