Commit Graph

2 Commits

Author SHA1 Message Date
AlexCatarino 5a648aea19 Adds single Insight overload to EmitInsights
This overload is necessary since pythonnnet doesn't handles well `params`.
2018-05-29 22:42:16 +01:00
Michael Handschuh e95157b097 Add QCAlgorithmFrameworkBridge for easier porting of QCAlgorithm
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 :)
2018-05-29 22:42:16 +01:00