Merge Framework and Classic Algorithms

- Merging Framework and Bridge algorithms into classic QCAlgorithm
class.
- Removing Framework project, VS17 and VS15
This commit is contained in:
Martin Molinero
2019-03-28 15:56:25 -03:00
parent 404e34ef18
commit 32ac3146b4
179 changed files with 797 additions and 485 deletions
@@ -35,7 +35,7 @@ from datetime import timedelta
### <meta name="tag" content="using data" />
### <meta name="tag" content="using quantconnect" />
### <meta name="tag" content="trading and orders" />
class StandardDeviationExecutionModelRegressionAlgorithm(QCAlgorithmFramework):
class StandardDeviationExecutionModelRegressionAlgorithm(QCAlgorithm):
'''Regression algorithm for the StandardDeviationExecutionModel.
This algorithm shows how the execution model works to split up orders and submit them
only when the price is 2 standard deviations from the 60min mean (default model settings).'''