remove executor
This commit is contained in:
parent
9bb0a90a97
commit
038e7b3378
@ -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):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user