Click or drag to resize

RiskManagement Class

Risk management for the strategy. The daily risk is reset overnight if the strategy is not in position.
Inheritance Hierarchy
SystemObject
  MZpack.NT8.AlgoRiskManagement

Namespace:  MZpack.NT8.Algo
Assembly:  MZpack.NT8.Pro (in MZpack.NT8.Pro.dll) Version: 3.18.1.0 (3.18.1.0)
Syntax
C#
public class RiskManagement

The RiskManagement type exposes the following members.

Constructors
  NameDescription
Public methodRiskManagement
Initializes a new instance of the RiskManagement class
Public methodRiskManagement(Strategy)
Initializes a new instance of the RiskManagement class
Top
Properties
  NameDescription
Public propertyCurrency
Public propertyDailyLossLimit
Public propertyDailyLossLimitEnable
Public propertyDailyProfitLimit
Public propertyDailyProfitLimitEnable
Public propertyDailyTradesLimit
The maximal number of daily trades. When a position opened on the previous day is closed, this is counted as a trade of the current day.
Public propertyDailyTradesLimitEnable
Public propertyEntryName
Name of the entry to monitor trades number.
Public propertyStrategy
Top
Methods
  NameDescription
Public methodCheckRisk
Public methodOnOrderUpdate
Top
Fields
See Also