remove executor

This commit is contained in:
tef 2021-12-29 18:52:12 -05:00
parent 9bb0a90a97
commit 038e7b3378

View File

@ -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):
"""