BUG: _run() missing paper-trading params

This commit is contained in:
Victor Grau Serrat
2017-12-08 14:01:06 -07:00
parent 57f6a69e94
commit 4c15f5efda
+3 -1
View File
@@ -283,7 +283,9 @@ def run(ctx,
exchange=exchange_name,
algo_namespace=algo_namespace,
base_currency=base_currency,
live_graph=False
live_graph=False,
simulate_orders=True,
stats_output=None,
)
if output == '-':