Update ccxt-compat test config

This commit is contained in:
Matthias 2022-03-19 14:45:26 +01:00
parent 97c1316bf1
commit f44601d0cc
1 changed files with 2 additions and 0 deletions

View File

@ -107,6 +107,8 @@ def exchange_conf():
config['exchange']['key'] = ''
config['exchange']['secret'] = ''
config['dry_run'] = False
config['bid_strategy']['use_order_book'] = True
config['ask_strategy']['use_order_book'] = True
return config