Strategy4 pass pair
This commit is contained in:
parent
5a15fef72e
commit
f894d7d1f6
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user