Update ccxt-compat test config
This commit is contained in:
parent
97c1316bf1
commit
f44601d0cc
@ -107,6 +107,8 @@ def exchange_conf():
|
|||||||
config['exchange']['key'] = ''
|
config['exchange']['key'] = ''
|
||||||
config['exchange']['secret'] = ''
|
config['exchange']['secret'] = ''
|
||||||
config['dry_run'] = False
|
config['dry_run'] = False
|
||||||
|
config['bid_strategy']['use_order_book'] = True
|
||||||
|
config['ask_strategy']['use_order_book'] = True
|
||||||
return config
|
return config
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user