This overload is necessary since pythonnnet doesn't handles well `params`.
Provides demonstration algorithm showing the steps required to convert a QCAlgorithm into the framework with minimal code changes. 1. Subclass QCAlgorithmFrameworkBridge 2. Add EmitInsights calls to where orders are placed 3. Profit :)