AlexCatarino
f6d7e5fcd7
Addresses Peer-Review
...
- Standarizes basic template algorithms for options and futures
- Fix typo
2020-02-12 22:28:45 +00:00
AlexCatarino
9690acfd25
Changes Basic Template Algorithms With Options and Futures to Show The New Overloads
...
Keeps the original overloads in the comments.
2020-02-12 16:49:44 +00:00
Michael Handschuh
fdc866fda0
Reverting 'Merge pull request #2483 python-history-provider'
...
We didn't experience the expected performance improvements. Locally under
unit test there was aboout an order of magnitude throughput increase, but
when run against the history benchmark, this new approach was 60% slower.
We're reverting this for now to perform further analysis and better
understand the performance profiling of the python history stack.
2018-09-18 18:37:23 -04:00
AlexCatarino
3e4a71cd50
Creates QCAlgorithm.py: a bridge between C# QCAlgorithm and python algorithms
2018-09-17 19:05:48 +01: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
Jared Broad
244ac0b72a
Fix regression test and tag python algorithms
2017-09-20 20:06:48 -04:00
Jing Wu
e12625745b
add licence
2017-09-14 18:49:51 -04:00
Jing Wu
ec27cbcb1e
added options strategy algorithm
2017-09-14 17:51:11 -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