Remove extra ; at Python files (#6248)
Regression Tests / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Co-authored-by: LouisSzeto <hke0073@hotmail.com>
This commit is contained in:
@@ -22,7 +22,7 @@ class BasicSetAccountCurrencyAlgorithm(QCAlgorithm):
|
||||
|
||||
self.SetStartDate(2018, 4, 4) #Set Start Date
|
||||
self.SetEndDate(2018, 4, 4) #Set End Date
|
||||
self.SetBrokerageModel(BrokerageName.GDAX, AccountType.Cash);
|
||||
self.SetBrokerageModel(BrokerageName.GDAX, AccountType.Cash)
|
||||
# Before setting any cash or adding a Security call SetAccountCurrency
|
||||
self.SetAccountCurrency("EUR")
|
||||
self.SetCash(100000) #Set Strategy Cash
|
||||
|
||||
Reference in New Issue
Block a user