Test backtesting with USDT pairs

This commit is contained in:
Matthias
2022-03-02 07:00:07 +01:00
parent 736a930152
commit 478d440e80
2 changed files with 6 additions and 6 deletions

View File

@@ -1175,7 +1175,7 @@ def get_markets():
'spot': False,
'margin': False,
'swap': True,
'futures': False,
'future': True, # Binance mode ...
'option': False,
'contract': True,
'linear': True,
@@ -1278,7 +1278,7 @@ def get_markets():
'spot': False,
'margin': False,
'swap': True,
'future': False,
'future': True, # Binance mode ...
'option': False,
'active': True,
'contract': True,