mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-09 06:53:27 +08:00
BUG: _run() missing paper-trading params
This commit is contained in:
@@ -283,7 +283,9 @@ def run(ctx,
|
|||||||
exchange=exchange_name,
|
exchange=exchange_name,
|
||||||
algo_namespace=algo_namespace,
|
algo_namespace=algo_namespace,
|
||||||
base_currency=base_currency,
|
base_currency=base_currency,
|
||||||
live_graph=False
|
live_graph=False,
|
||||||
|
simulate_orders=True,
|
||||||
|
stats_output=None,
|
||||||
)
|
)
|
||||||
|
|
||||||
if output == '-':
|
if output == '-':
|
||||||
|
|||||||
Reference in New Issue
Block a user