1. from AlgorithmImports import *
  2. class Rlstrategy(QCAlgorithm):
  3. def initialize(self):
  4. rmmodel = ["MaximumDrawdownPercentPerSecurity,MaximumDrawdownPercentPortfolio"]
  5. for rmm in in rmmodel:
  6. self.set_risk_management(self.load_module(risk_managemnet))

 

can I use multiple risk management simultaneously?
like defined in the code example. I have done this but it works for last one only, is there any way to that.

 

Author

Sukhvinder Pal Singh

September 2024