Add best / worst trade
This commit is contained in:
@@ -165,10 +165,13 @@ A backtesting result will look like that:
|
||||
| Max open trades | 3 |
|
||||
| | |
|
||||
| Total trades | 429 |
|
||||
| Best Pair | LSK/BTC - 26.26% |
|
||||
| Worst Pair | ZEC/BTC - -10.18% |
|
||||
| Total Profit % | 152.41% |
|
||||
| Trades per day | 3.575 |
|
||||
| | |
|
||||
| Best Pair | LSK/BTC - 26.26% |
|
||||
| Worst Pair | ZEC/BTC - -10.18% |
|
||||
| Best Trade | LSK/BTC - 4.25% |
|
||||
| Worst Trade | ZEC/BTC - -10.25% |
|
||||
| Best day | 25.27% |
|
||||
| Worst day | -30.67% |
|
||||
| Avg. Duration Winners | 4:23:00 |
|
||||
@@ -238,10 +241,13 @@ It contains some useful key metrics about performance of your strategy on backte
|
||||
| Max open trades | 3 |
|
||||
| | |
|
||||
| Total trades | 429 |
|
||||
| Best Pair | LSK/BTC - 26.26% |
|
||||
| Worst Pair | ZEC/BTC - -10.18% |
|
||||
| Total Profit % | 152.41% |
|
||||
| Trades per day | 3.575 |
|
||||
| | |
|
||||
| Best Pair | LSK/BTC - 26.26% |
|
||||
| Worst Pair | ZEC/BTC - -10.18% |
|
||||
| Best Trade | LSK/BTC - 4.25% |
|
||||
| Worst Trade | ZEC/BTC - -10.25% |
|
||||
| Best day | 25.27% |
|
||||
| Worst day | -30.67% |
|
||||
| Avg. Duration Winners | 4:23:00 |
|
||||
@@ -258,10 +264,10 @@ It contains some useful key metrics about performance of your strategy on backte
|
||||
- `Backtesting from` / `Backtesting to`: Backtesting range (usually defined with the `--timerange` option).
|
||||
- `Max open trades`: Setting of `max_open_trades` (or `--max-open-trades`) - to clearly see settings for this.
|
||||
- `Total trades`: Identical to the total trades of the backtest output table.
|
||||
- `Best Pair`: Which pair performed best, and it's corresponding `Cum Profit %`.
|
||||
- `Worst pair`: Which pair performed worst and it's corresponding `Cum Profit %`.
|
||||
- `Total Profit %`: Total profit per stake amount. Aligned to the TOTAL column of the first table.
|
||||
- `Trades per day`: Total trades divided by the backtesting duration in days (this will give you information about how many trades to expect from the strategy).
|
||||
- `Best Pair` / `Worst Pair`: Best and worst performing pair, and it's corresponding `Cum Profit %`.
|
||||
- `Best Trade` / `Worst Trade`: Biggest winning trade and biggest losing trade
|
||||
- `Best day` / `Worst day`: Best and worst day based on daily profit.
|
||||
- `Avg. Duration Winners` / `Avg. Duration Loser`: Average durations for winning and losing trades.
|
||||
- `Max Drawdown`: Maximum drawdown experienced. For example, the value of 50% means that from highest to subsequent lowest point, a 50% drop was experienced).
|
||||
|
Reference in New Issue
Block a user