Hello,

I'd like to tweak the Risk Model in my Alpha Model algorithm.  The default for the  

'MaximumUnrealizedProfitPercentPerSecurity' risk model is 5%, but I'd like to make it 10%.  I tried to change it from 5% to 10% by doing this:  

self.SetRiskManagement(MaximumUnrealizedProfitPercentPerSecurity(maximumUnrealizedProfitPercent = 0.1))

 

but that didn't do the trick.  How can I get that changed to 10%?

Thanks!
Sean