mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-28 18:59:19 +08:00
BUG: _run() missing paper-trading params
This commit is contained in:
@@ -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 == '-':
|
||||
|
||||
Reference in New Issue
Block a user