AlexCatarino
3e4a71cd50
Creates QCAlgorithm.py: a bridge between C# QCAlgorithm and python algorithms
2018-09-17 19:05:48 +01:00
Jing Wu
084cd294b0
Remove semicolon in python algrotihms
2018-07-06 11:05:16 -04:00
AlexCatarino
98a1b6a2a2
Refactors options algorithms
...
AddEquity and SetDataNormalization calls were removed because they are not mandatory since PostInitialize calls them.
2017-12-18 11:24:08 +00:00
AlexCatarino
d2e352cf58
Extends Option.SetFilter with an overload that accepts PyObject
...
This feature enables users to write complex filters for option universes.
Fixes OptionExerciseAssignRegressionAlgorithm
Adds regression test for OptionExerciseAssignRegressionAlgorithm
2017-10-06 16:55:18 +01:00
Jing Wu
6a4f5c443e
add OptionExerciseAssignRegressionAlgorithm(python)
2017-09-26 18:07:02 -04:00