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:
@@ -14,7 +14,6 @@
|
||||
from clr import AddReference
|
||||
AddReference("System")
|
||||
AddReference("QuantConnect.Algorithm")
|
||||
AddReference("QuantConnect.Algorithm.Framework")
|
||||
AddReference("QuantConnect.Common")
|
||||
|
||||
from System import *
|
||||
@@ -36,7 +35,7 @@ import numpy as np
|
||||
### <meta name="tag" content="using data" />
|
||||
### <meta name="tag" content="using quantconnect" />
|
||||
### <meta name="tag" content="trading and orders" />
|
||||
class BasicTemplateFrameworkAlgorithm(QCAlgorithmFramework):
|
||||
class BasicTemplateFrameworkAlgorithm(QCAlgorithm):
|
||||
'''Basic template framework algorithm uses framework components to define the algorithm.'''
|
||||
|
||||
def Initialize(self):
|
||||
|
||||
Reference in New Issue
Block a user