Hi,

I am looking for help accessing insights within my rebalance function. I am using confidence weighted portfolio construction, but want to rebalance ONLY on each new alpha. Currently, it does this every 1d, since that is my resolution. I also am planning on adding some more complex logic using the insights so want to access the insights from my AlphaModels in general not just set the above stated logic. I am using QCAlgorithmFramework + the AddAlpha function to add my alphas.

Thanks!

Author