From 038e7b337894b77b56a544b5f761bda55807dc25 Mon Sep 17 00:00:00 2001 From: tef Date: Wed, 29 Dec 2021 18:52:12 -0500 Subject: [PATCH] remove executor --- config_examples/Strategy002.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config_examples/Strategy002.py b/config_examples/Strategy002.py index 283069d74..1fd232bdc 100644 --- a/config_examples/Strategy002.py +++ b/config_examples/Strategy002.py @@ -10,10 +10,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): """ @@ -62,7 +62,7 @@ class Strategy002(IStrategy): 'stoploss_on_exchange': False } - executor = Executor() + # executor = Executor() def informative_pairs(self): """