From 55a4454a50ccd2c5113077b63eeb527fe82ce7c0 Mon Sep 17 00:00:00 2001 From: tef Date: Tue, 1 Mar 2022 22:29:24 +0100 Subject: [PATCH] edit todo --- user_data/strategies/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_data/strategies/util.py b/user_data/strategies/util.py index 882e78d4a..47808efd5 100644 --- a/user_data/strategies/util.py +++ b/user_data/strategies/util.py @@ -22,7 +22,7 @@ def _perform_back_test(date_time, coin, brain): # "python3 " + Config.EXECUTION_PATH + "back_tester.py " + date + " " + coin + " " + brain + " " + Config.BACKTEST_DUP + " " + Config.BACKTEST_MAX_COUNT_DUP, # shell=True) - #todo: uncomment line 26-41, import execution, pass the variables from line 22 above and test if it works directly + #todo: uncomment line 26-41, import execution classes, you can import config as ExecutionConfig, Use the variables from line 22 above and test if line 41 works directly # date = sys.argv[1].replace("#", ", ") # Config.COIN = sys.argv[2] # Config.BRAIN = sys.argv[3]