Deployed 1f21d5e to develop in en with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
github-actions[bot]
2025-08-20 04:45:36 +00:00
parent 63c55acc5b
commit 4ae70df5a8
4 changed files with 52 additions and 53 deletions

View File

@@ -1933,7 +1933,7 @@ Strategy arguments:
<p>Many strategies, without the programmer knowing, have fallen prey to lookahead bias.
This typically makes the strategy backtest look profitable, sometimes to extremes, but this is not realistic as the strategy is "cheating" by looking at data it would not have in dry or live modes.</p>
<p>The reason why strategies can "cheat" is because the freqtrade backtesting process populates the full dataframe including all candle timestamps at the outset.
If the programmer is not careful or oblivious how things work internally
If the programmer is not careful or oblivious how things work internally
(which sometimes can be really hard to find out) then the strategy will look into the future.</p>
<p>This command is made to try to verify the validity in the form of the aforementioned lookahead bias.</p>
<h3 id="how-does-the-command-work">How does the command work?<a class="headerlink" href="#how-does-the-command-work" title="Permanent link">&para;</a></h3>
@@ -1941,8 +1941,7 @@ If the programmer is not careful or oblivious how things work internally
After this initial backtest runs, it will look if the <code>minimum-trade-amount</code> is met and if not cancel the lookahead-analysis for this strategy.<br />
If this happens, use a wider timerange to get more trades for the analysis, or use a timerange where more trades occur.</p>
<p>After setting the baseline it will then do additional backtest runs for every entry and exit separately.<br />
When these verification backtests complete, it will compare the indicators at the signal candles (both entry or exit)
and report the bias.<br />
When these verification backtests complete, it will compare both dataframes (baseline and sliced) for any difference in columns' value and report the bias.
After all signals have been verified or falsified a result table will be generated for the user to see.</p>
<h3 id="how-to-find-and-remove-bias-how-can-i-salvage-a-biased-strategy">How to find and remove bias? How can I salvage a biased strategy?<a class="headerlink" href="#how-to-find-and-remove-bias-how-can-i-salvage-a-biased-strategy" title="Permanent link">&para;</a></h3>
<p>If you found a biased strategy online and want to have the same results, just without bias,
@@ -1984,9 +1983,9 @@ If the strategy has many different signals / signal types, it's up to you to sel
This would lead to a false-negative, i.e. the strategy will be reported as non-biased.</li>
<li><code>lookahead-analysis</code> 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 <code>max_open_trades</code> slots,
If you decide to do so, then make doubly sure that you won't ever run out of <code>max_open_trades</code> slots,
and that you have enough capital in the backtest wallet configuration.</li>
<li>In the results table, the <code>biased_indicators</code> column
<li>In the results table, the <code>biased_indicators</code> column
will falsely flag FreqAI target indicators defined in <code>set_freqai_targets()</code> as biased.<br />
<strong>These are not biased and can safely be ignored.</strong></li>
</ul>

File diff suppressed because one or more lines are too long

View File

@@ -2,190 +2,190 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.freqtrade.io/en/stable/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/advanced-backtesting/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/advanced-hyperopt/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/advanced-orderflow/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/advanced-setup/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/backtesting/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/bot-basics/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/bot-usage/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/configuration/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/data-analysis/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/data-download/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/deprecated/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/developer/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/docker_quickstart/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/exchanges/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/faq/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/freq-ui/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/freqai-configuration/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/freqai-developers/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/freqai-feature-engineering/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/freqai-parameter-table/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/freqai-reinforcement-learning/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/freqai-running/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/freqai/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/hyperopt/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/installation/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/leverage/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/lookahead-analysis/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/plotting/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/plugins/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/producer-consumer/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/recursive-analysis/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/rest-api/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/sql_cheatsheet/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/stoploss/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/strategy-101/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/strategy-advanced/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/strategy-callbacks/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/strategy-customization/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/strategy_analysis_example/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/strategy_migration/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/telegram-usage/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/trade-object/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/updating/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/utils/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/webhook-config/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
<url>
<loc>https://www.freqtrade.io/en/stable/windows_installation/</loc>
<lastmod>2025-08-19</lastmod>
<lastmod>2025-08-20</lastmod>
</url>
</urlset>

Binary file not shown.