adjusted code to matthias' specifications

did not change the code so that it only loads data once yet.
This commit is contained in:
hippocritical
2023-05-06 21:56:11 +02:00
parent 2b416d3b62
commit 2306c74dc1
6 changed files with 415 additions and 154 deletions

View File

@@ -999,9 +999,9 @@ Common arguments:
Path to userdata directory.
```
### Backtest lookahead bias checker
### Lookahead - analysis
#### Summary
Checks a given strategy for look ahead bias
Checks a given strategy for look ahead bias via backtest-analysis
Look ahead bias means that the backtest uses data from future candles thereby not making it viable beyond backtesting
and producing false hopes for the one backtesting.