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: