docs: update docs about removed --dmmp option

This commit is contained in:
Matthias
2024-11-02 16:54:45 +01:00
parent e8553cfac0
commit 59bf0c080a
3 changed files with 34 additions and 32 deletions

View File

@@ -215,11 +215,11 @@ trades.groupby("pair")["exit_reason"].value_counts()
```
## Analyze the loaded trades for trade parallelism
This can be useful to find the best `max_open_trades` parameter, when used with backtesting in conjunction with a very high max_open_trades value.
This can be useful to find the best `max_open_trades` parameter, when used with backtesting in conjunction with `--disable-max-market-positions`.
`analyze_trade_parallelism()` returns a timeseries dataframe with an "open_trades" column, specifying the number of open trades for each candle.
```python
from freqtrade.data.btanalysis import analyze_trade_parallelism