Merge pull request #6832 from freqtrade/feat/freqai

Freqai: an interface for users to build/train/backtest predictive models and run them live
This commit is contained in:
Matthias
2022-08-15 20:03:08 +02:00
committed by GitHub
50 changed files with 5733 additions and 13 deletions

View File

@@ -1420,7 +1420,10 @@ def test_api_strategies(botclient):
'InformativeDecoratorTest',
'StrategyTestV2',
'StrategyTestV3',
'StrategyTestV3Futures'
'StrategyTestV3Futures',
'freqai_test_classifier',
'freqai_test_multimodel_strat',
'freqai_test_strat'
]}