Strategy4 pass pair

This commit is contained in:
tef 2022-01-04 21:08:13 -05:00
parent 5a15fef72e
commit f894d7d1f6

View File

@ -177,6 +177,6 @@ class Strategy004(IStrategy):
False aborts the process False aborts the process
""" """
print("confirm_trade_entry --------------> current_time = " + str(current_time)) 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 return True