Merge pull request #9014 from hippocritical/develop

bugfixes and false-positives for lookahead-analysis
This commit is contained in:
Matthias
2023-08-10 06:28:12 +02:00
committed by GitHub
4 changed files with 82 additions and 3 deletions
+4 -1
View File
@@ -21,7 +21,10 @@ It also supports the lookahead-analysis of freqai strategies.
- `--cache` is forced to "none".
- `--max-open-trades` is forced to be at least equal to the number of pairs.
- `--dry-run-wallet` is forced to be basically infinite.
- `--dry-run-wallet` is forced to be basically infinite (1 billion).
- `--stake-amount` is forced to be a static 10000 (10k).
Those are set to avoid users accidentally generating false positives.
## Lookahead-analysis command reference