diff --git a/config_examples/Strategy004.py b/config_examples/Strategy004.py index c078f41e7..8e8b65999 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 "+ pair, shell=True) + subprocess.call("python3 /root/workspace/execution/launcher.py "+ pair, shell=True) return True