From ce861c798d938d920951eb9d2536dd5f1195626f Mon Sep 17 00:00:00 2001 From: tef Date: Wed, 29 Dec 2021 19:00:28 -0500 Subject: [PATCH] executor --- config_examples/Strategy002.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config_examples/Strategy002.py b/config_examples/Strategy002.py index 5e01e9bc0..1df1b5482 100644 --- a/config_examples/Strategy002.py +++ b/config_examples/Strategy002.py @@ -12,10 +12,10 @@ import talib.abstract as ta import freqtrade.vendor.qtpylib.indicators as qtpylib import numpy # noqa -# PROJECT_DIR = "/root/workspace/execution/" -# import sys -# sys.path.append(PROJECT_DIR) -# from executor import * +PROJECT_DIR = "/root/workspace/execution/" +import sys +sys.path.append(PROJECT_DIR) +from executor import * class Strategy002(IStrategy): """