It is indeed possible to run QuantConnect strategies locally. While exploring the Lean CLI, I discovered that I can both deploy strategies to the QuantConnect cloud and perform backtesting locally from my Python backend. My goal is to set up a frontend where I can dynamically pass parameters tailored to specific strategies. From the backend, I want to directly trigger live trading to execute these strategies, avoiding the need to manually run them through QuantConnect’s interface. Is there a way to fully automate this process for seamless strategy execution?