review comments and update test for exit signals

This commit is contained in:
jainanuj94
2024-08-06 12:55:48 +05:30
parent 103991746b
commit 3ebc5b136c
3 changed files with 7 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ freqtrade backtesting -c <config.json> --timeframe <tf> --strategy <strategy_nam
```
This will tell freqtrade to output a pickled dictionary of strategy, pairs and corresponding
DataFrame of the candles that resulted in buy and sell signals.
DataFrame of the candles that resulted in entry and exit signals.
Depending on how many buys your strategy makes, this file may get quite large,
so periodically check your `user_data/backtest_results` folder to delete old exports.