Merge pull request #3018 from freqtrade/max_drawdown

Max drawdown in plot-profit
This commit is contained in:
hroff-1902
2020-03-04 20:42:57 +03:00
committed by GitHub
5 changed files with 84 additions and 6 deletions

View File

@@ -196,6 +196,7 @@ The first graph is good to get a grip of how the overall market progresses.
The second graph will show if your algorithm works or doesn't.
Perhaps you want an algorithm that steadily makes small profits, or one that acts less often, but makes big swings.
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.