From 5f52fc4338c59029f4d176d2103a4bf40ab5bf74 Mon Sep 17 00:00:00 2001 From: KingND <81396266+KingND@users.noreply.github.com> Date: Fri, 6 Sep 2024 22:17:53 -0400 Subject: [PATCH] feat: update lookahead-analysis doc caveats to include info regarding the false positive on FreqAI targets --- docs/lookahead-analysis.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/lookahead-analysis.md b/docs/lookahead-analysis.md index 90ba7041a..12dc355fa 100644 --- a/docs/lookahead-analysis.md +++ b/docs/lookahead-analysis.md @@ -101,3 +101,4 @@ This could lead to a false-negative (the strategy will then be reported as non-b - `lookahead-analysis` has access to everything that backtesting has too. Please don't provoke any configs like enabling position stacking. If you decide to do so, then make doubly sure that you won't ever run out of `max_open_trades` amount and neither leftover money in your wallet. +- `biased_indicators` will falsely flag FreqAI target indicators defined in `set_freqai_targets()` as biased. These are not biased and can safely be ignored.