mirror of
https://github.com/Ichinga-Samuel/aiomql.git
synced 2026-08-26 10:08:05 +00:00
change candles indexing
This commit is contained in:
@@ -11,8 +11,7 @@ class TestSymbol:
|
||||
@pytest.fixture(scope="class", autouse=True)
|
||||
async def btc(self):
|
||||
symbol = Symbol(name="BTCUSD")
|
||||
select = getattr(symbol, "select", False)
|
||||
if select is False:
|
||||
if symbol.initialized is False:
|
||||
await symbol.initialize()
|
||||
return symbol
|
||||
|
||||
|
||||
Reference in New Issue
Block a user