Files
AlexCatarino 84d548b5f2 Adds Custom Python Indicator Support for QCAlgorithm.PlotIndicator
In order to add support custom python indicators for `QCAlgorithm.PlotIndicator`, we created a `PythonIndicator` class that wraps the custom python indicator. In `QCAlgorithm`, the reference of the wrapper is saved into a dictionary keyed by the python indicator handle.
2019-07-23 22:02:33 +01:00
..
2019-05-14 21:52:10 +01:00
2019-05-14 21:52:10 +01:00
2019-04-23 23:15:14 +01:00
2019-05-14 21:52:10 +01:00
2019-05-23 09:59:03 +01:00