Skip to content

CMoneyFixedRisk

CMoneyFixedRisk

CMoneyFixedRisk is a class with implementation of money management algorithm with fixed predefined risk.

Description

CMoneyFixedRisk class implements the money management algorithm with fixed predefined risk.

Declaration

class CMoneyFixedRisk: public CExpertMoney

Title

#include <Expert\Money\MoneyFixedRisk.mqh>

Inheritance hierarchy

CObject

CExpertBase

CExpertMoney

CMoneyFixedRisk

Class Methods by Groups

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, ValidationSettings, CheckReverse

Last updated on