diff --git a/config_examples/Strategy004.py b/config_examples/Strategy004.py index 18185d28d..c078f41e7 100644 --- a/config_examples/Strategy004.py +++ b/config_examples/Strategy004.py @@ -177,6 +177,6 @@ class Strategy004(IStrategy): False aborts the process """ print("confirm_trade_entry --------------> current_time = " + str(current_time)) - subprocess.call("python /root/workspace/execution/launcher.py", shell=True) + subprocess.call("python /root/workspace/execution/launcher.py "+ pair, shell=True) return True