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:
@@ -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).'''
|
||||
|
||||
Reference in New Issue
Block a user