Add trade parallelism plot

closes #6142
This commit is contained in:
Matthias
2022-01-01 14:06:15 +01:00
parent c29469decf
commit a2d97eecfe
3 changed files with 39 additions and 8 deletions

View File

@@ -283,6 +283,7 @@ The `plot-profit` subcommand shows an interactive graph with three plots:
* The summarized profit made by backtesting.
Note that this is not the real-world profit, but more of an estimate.
* Profit for each individual pair.
* Parallelism of trades.
The first graph is good to get a grip of how the overall market progresses.
@@ -292,6 +293,8 @@ This graph will also highlight the start (and end) of the Max drawdown period.
The third graph can be useful to spot outliers, events in pairs that cause profit spikes.
The forth graph can help you analyze trade parallelism, showing how often max_open_trades have been maxed out.
Possible options for the `freqtrade plot-profit` subcommand:
```