Commit Graph

4 Commits

Author SHA1 Message Date
AlexCatarino 3e4a71cd50 Creates QCAlgorithm.py: a bridge between C# QCAlgorithm and python algorithms 2018-09-17 19:05:48 +01:00
Michael Handschuh b783e98d91 Dont chain algorithm indicator helper methods
Chaining these is a bad pattern and should not be used in any of our
sample code.
2018-07-06 05:28:17 -04:00
Jared Broad dc27c4e3d6 Added tags to python algorithms 2017-09-21 08:27:41 -04:00
AlexCatarino 1ea28c4d0e Adds RollingWindowAlgorithm example in python
New algorithm shows how to use rolling windows in python.
2017-07-27 17:09:15 +01:00