Hi everyone,

I’m finding it particularly challenging to manage two different time scales within the same algorithm. Specifically, my trading logic operates at a lower frequency, while the risk management model requires a higher frequency.

Currently, I haven’t been able to effectively monitor positions at a minute resolution for risk management purposes when my alpha model is based on hourly bars. Using consolidators has caused the algorithm to stop trading altogether. I also attempted to use the Schedule.On method to maintain the initial hourly resolution for the alpha model while overriding the risk management logic, but it didn’t have any impact on the crash test drawdown.

If the QC team or the community has a good example of a risk management model operating at a minute (or consolidated minute) resolution alongside an alpha model using hourly resolution, I’d be very interested in studying it.

Thank you in advance!

Best regards

Sebastien M. Laignel