Move most of the logic to lookahead_analysis helper

This commit is contained in:
Matthias
2023-05-20 11:45:06 +02:00
parent d8af0dc9c4
commit ceddcd9242
3 changed files with 48 additions and 37 deletions

View File

@@ -77,4 +77,5 @@ def test_biased_strategy(lookahead_conf, mocker, caplog) -> None:
strategy_obj = {}
strategy_obj['name'] = "strategy_test_v3_with_lookahead_bias"
LookaheadAnalysis(lookahead_conf, strategy_obj)
pass