From a59805d7391f6139f12b46cb2381e7ca678533ab Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 4 May 2025 14:05:23 +0200 Subject: [PATCH] docs: small formatting --- docs/lookahead-analysis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lookahead-analysis.md b/docs/lookahead-analysis.md index bf80866b7..878589fca 100644 --- a/docs/lookahead-analysis.md +++ b/docs/lookahead-analysis.md @@ -76,5 +76,5 @@ This would lead to a false-negative, i.e. the strategy will be reported as non-b - `lookahead-analysis` has access to the same backtesting options and this can introduce problems. Please don't use any options like enabling position stacking as this will distort the number of checked signals. If you decide to do so, then make doubly sure that you won't ever run out of `max_open_trades` slots, and that you have enough capital in the backtest wallet configuration. -- In the results table, the `biased_indicators` column will falsely flag FreqAI target indicators defined in `set_freqai_targets()` as biased. +- In the results table, the `biased_indicators` column will falsely flag FreqAI target indicators defined in `set_freqai_targets()` as biased. **These are not biased and can safely be ignored.**