Lean  $LEAN_TAG$
QuantConnect.Algorithm.Framework.Risk.IRiskManagementModel Interface Reference

Algorithm framework model that manages an algorithm's risk/downside More...

Inheritance diagram for QuantConnect.Algorithm.Framework.Risk.IRiskManagementModel:
[legend]

Public Member Functions

IEnumerable< IPortfolioTargetManageRisk (QCAlgorithm algorithm, IPortfolioTarget[] targets)
 Manages the algorithm's risk at each time step More...
 
- Public Member Functions inherited from QuantConnect.Algorithm.Framework.INotifiedSecurityChanges
void OnSecuritiesChanged (QCAlgorithm algorithm, SecurityChanges changes)
 Event fired each time the we add/remove securities from the data feed More...
 

Detailed Description

Algorithm framework model that manages an algorithm's risk/downside

Definition at line 24 of file IRiskManagementModel.cs.

Member Function Documentation

◆ ManageRisk()


The documentation for this interface was generated from the following file: