Fix BasicTemplateCryptoAlgorithm class name (Python)
This commit is contained in:
@@ -28,7 +28,7 @@ from QuantConnect.Brokerages import *
|
||||
### <meta name="tag" content="using data" />
|
||||
### <meta name="tag" content="using quantconnect" />
|
||||
### <meta name="tag" content="trading and orders" />
|
||||
class BasicTemplateAlgorithm(QCAlgorithm):
|
||||
class BasicTemplateCryptoAlgorithm(QCAlgorithm):
|
||||
'''Basic template algorithm simply initializes the date range and cash'''
|
||||
|
||||
def Initialize(self):
|
||||
|
||||
Reference in New Issue
Block a user