Fully rely on pathlib
This commit is contained in:
@@ -1385,8 +1385,6 @@ def test_api_strategies(botclient):
|
||||
|
||||
assert_response(rc)
|
||||
|
||||
print(rc.json())
|
||||
|
||||
assert rc.json() == {'strategies': [
|
||||
'HyperoptableStrategy',
|
||||
'InformativeDecoratorTest',
|
||||
|
@@ -144,7 +144,6 @@ class StrategyTestV3(IStrategy):
|
||||
(dataframe['plus_di'] > self.buy_plusdi.value)
|
||||
),
|
||||
'enter_long'] = 1
|
||||
|
||||
dataframe.loc[
|
||||
(
|
||||
qtpylib.crossed_below(dataframe['rsi'], self.sell_rsi.value)
|
||||
|
Reference in New Issue
Block a user