fix a typo, and remove all unnecessary semicolumns in Python (#5795)
Regression Tests / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
This commit is contained in:
@@ -23,7 +23,7 @@ class BasicSetAccountCurrencyAlgorithm(QCAlgorithm):
|
||||
self.SetStartDate(2018, 4, 4) #Set Start Date
|
||||
self.SetEndDate(2018, 4, 4) #Set End Date
|
||||
# Before setting any cash or adding a Security call SetAccountCurrency
|
||||
self.SetAccountCurrency("EUR");
|
||||
self.SetAccountCurrency("EUR")
|
||||
self.SetCash(100000) #Set Strategy Cash
|
||||
|
||||
self._btcEur = self.AddCrypto("BTCEUR").Symbol
|
||||
|
||||
Reference in New Issue
Block a user