Update hyperoptable strategy to use V3 interface

This commit is contained in:
Matthias
2022-07-16 11:15:14 +02:00
parent 1c7f60103d
commit 29efe75a6f
5 changed files with 61 additions and 6 deletions

View File

@@ -1398,6 +1398,7 @@ def test_api_strategies(botclient):
assert rc.json() == {'strategies': [
'HyperoptableStrategy',
'HyperoptableStrategyV2',
'InformativeDecoratorTest',
'StrategyTestV2',
'StrategyTestV3',