Hi,

Let's say I am running two alphas on the same symbol (e.g. #1 scalping and #2 trend following).

What if I want to run two different risk management models, each tied to their individual alpha model (e.g. #1 tight take-profit&stop-loss and #2 more relaxed risk parameters)?

How can I ensure that a particular risk management model is acting only on trades opened by a particular alpha model?

I've passed an identifying string with my insight but I can see that string is lost before it makes it into a PortfolioTarget, which is all I can access from a risk management module. At the risk management point, I can only see Symbol and Quantity, which is of no help to me.

 

Best,

Douglas

Author