Skip to content

Instantly share code, notes, and snippets.

Result for strategy bnbHunter
============================================================== BACKTESTING REPORT =============================================================
| Pair | Buys | Avg Profit % | Cum Profit % | Tot Profit USDT | Tot Profit % | Avg Duration | Wins | Draws | Losses |
|--------------+--------+----------------+----------------+-------------------+----------------+----------------+--------+---------+----------|
| ETC/USDT | 25 | 3.43 | 85.78 | 171.732 | 17.17 | 2:40:00 | 25 | 0 | 0 |
| EOS/USDT | 18 | 2.98 | 53.68 | 107.475 | 10.75 | 0:40:00 | 18 | 0 | 0 |
| BTCDOWN/USDT | 15 | 3.23 | 48.48 | 97.049 | 9.70 | 1:51:00 | 15 | 0 | 0 |
| DOGE/USDT | 14 | 2.05 | 28.67 | 57.396 | 5.74 | 2:59:00 | 14 | 0
Result for strategy bnbHunter
============================================================== BACKTESTING REPORT ==============================================================
| Pair | Buys | Avg Profit % | Cum Profit % | Tot Profit USDT | Tot Profit % | Avg Duration | Wins | Draws | Losses |
|--------------+--------+----------------+----------------+-------------------+----------------+-----------------+--------+---------+----------|
| BTCDOWN/USDT | 15 | 2.94 | 44.14 | 88.374 | 8.84 | 6:12:00 | 15 | 0 | 0 |
| ETHDOWN/USDT | 11 | 3.05 | 33.59 | 67.239 | 6.72 | 1:27:00 | 11 | 0 | 0 |
| DASH/USDT | 8 | 2.13 | 17.03 | 34.102 | 3.41 | 11:32:00 | 8 | 0 | 0 |
| ETC/USDT | 27 | 0.57 | 15.42 | 30.867 | 3.09 | 4:06:00 | 26 |
@spideyspideyspidey
spideyspideyspidey / reports-1m.txt
Created May 17, 2021 01:48
freqtrade-reports-1m
Result for strategy bnbHunter
============================================================== BACKTESTING REPORT ==============================================================
| Pair | Buys | Avg Profit % | Cum Profit % | Tot Profit USDT | Tot Profit % | Avg Duration | Wins | Draws | Losses |
|--------------+--------+----------------+----------------+-------------------+----------------+-----------------+--------+---------+----------|
| BTCDOWN/USDT | 28 | 1.13 | 31.56 | 63.185 | 6.32 | 10:53:00 | 27 | 1 | 0 |
| ETC/USDT | 11 | 1.32 | 14.49 | 29.018 | 2.90 | 2:18:00 | 11 | 0 | 0 |
| EOS/USDT | 8 | 1.69 | 13.55 | 27.130 | 2.71 | 3:56:00 | 8 | 0 | 0 |
| DOGE/USDT | 11 | 0.87 | 9.57 | 19.155 | 1.92 | 0:35:00 | 11 |
@spideyspideyspidey
spideyspideyspidey / benchmark.md
Last active May 17, 2021 01:53
Benchmark Jesse

1. Create a file called routes-benchmark.py and copy the following contents to it.

Note: before doing this, create a copy of your existing routes.py as the script will overwrite routes.py

from jesse.utils import anchor_timeframe
routes = [
    ('Binance', '<coin>', '<timeframe>', 'Bitcoin_Strategy'),
]