From f931bea027493242a7b1c7dbbf7375e495e777e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 26 Mar 2025 05:36:48 +0000 Subject: [PATCH] Deployed 9480331 to develop in en with MkDocs 1.6.1 and mike 2.1.3 --- en/develop/backtesting/index.html | 29 +++++ en/develop/search/search_index.json | 2 +- en/develop/sitemap.xml | 180 ++++++++++++++-------------- en/develop/sitemap.xml.gz | Bin 858 -> 858 bytes 4 files changed, 120 insertions(+), 91 deletions(-) diff --git a/en/develop/backtesting/index.html b/en/develop/backtesting/index.html index 7362bb38b..5e38124ca 100644 --- a/en/develop/backtesting/index.html +++ b/en/develop/backtesting/index.html @@ -894,6 +894,15 @@ + + +
  • + + + Backtest output file + + +
  • @@ -1904,6 +1913,15 @@ + + +
  • + + + Backtest output file + + +
  • @@ -2442,6 +2460,17 @@ In this instance, please use --cache none once to force a fresh bac

    Further backtest-result analysis

    To further analyze your backtest results, freqtrade will export the trades to file by default. You can then load the trades to perform further analysis as shown in the data analysis backtesting section.

    +

    Backtest output file

    +

    The output file freqtrade produces is a zip file containing the following files:

    + +

    This will ensure results are reproducible - under the assumption that the same data is available.

    +

    Only the strategy file and the config file are included in the zip file, eventual dependencies are not included.

    Assumptions made by backtesting

    Since backtesting lacks some detailed information about what happens within a candle, it needs to take a few assumptions: