Fully rely on pathlib

This commit is contained in:
Matthias
2022-05-26 19:37:55 +02:00
parent 145faf9817
commit 43b7955fc2
3 changed files with 3 additions and 10 deletions

View File

@@ -1385,8 +1385,6 @@ def test_api_strategies(botclient):
assert_response(rc)
print(rc.json())
assert rc.json() == {'strategies': [
'HyperoptableStrategy',
'InformativeDecoratorTest',

View File

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