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

Co-authored-by: LouisSzeto <hke0073@hotmail.com>
This commit is contained in:
Louis Szeto
2022-03-10 22:09:33 +08:00
committed by GitHub
parent 0c9c8c45e5
commit cece811cce
6 changed files with 17 additions and 17 deletions
@@ -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