Commit Graph

8 Commits

Author SHA1 Message Date
AlexCatarino 1156705916 Changes python algos to use Update(DateTime, decimal) method 2017-10-13 19:10:38 +01:00
AlexCatarino 3da8449fea Improves Universe Selection for python
In python algorithm using Universe Selection, the selector method should return a List<Symbol>. To make it more pythonic, we allow returning python list. The conversion is, then, performed in C# side.
2017-09-27 00:33:19 +01:00
Jared Broad dc27c4e3d6 Added tags to python algorithms 2017-09-21 08:27:41 -04:00
Jing Wu f6aa7001b7 modified EmaCrossUniverseSelectionAlgorithm to match the result in C# algorithm 2017-09-20 11:15:54 -04:00
Jing Wu 66b7974e56 modifid Log problem 2017-09-18 10:42:52 -04:00
Jing Wu e12625745b add licence 2017-09-14 18:49:51 -04:00
Jing Wu a7e5a6b026 added ema cross universe slection algorithm 2017-09-14 17:52:01 -04:00
Jing Wu 55e882011f add BasicTemplateDailyAlgorithm
add BasicTemplateForexAlgorithm
add BasicTemplateFuturesConsolidationAlgorithm
add BasicTemplateFuturesHistoryAlgorithm
add BasicTemplateOptionStrategyAlgorithm
add EmaCrossUniverseSelectionAlgorithm
modify QuantConnect.Algorithm.Python.csproj
2017-09-14 17:30:37 -04:00