Hey 

suppose I create simple Algo with universe selection,  then I emit insight with immediate Execution and set Risk management to maximum drawdown, let's assume 10%.

I will set :

self.UniverseSettings.Resolution = Resolution.Daily

because that's enough for the insights,

I've noticed that the risk management did not work properly and thus the real results might be very different, in other words:

is there a simple way to set risk management work with minute resolution while the rest of the algorithm work with daily resolution 

Author