Merge branch 'buy_reasons' of github.com:froggleston/freqtrade into buy_reasons

This commit is contained in:
froggleston
2022-05-29 11:20:32 +01:00
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)