BigPete Strategy Performance Results

Description:

This freqtrade strategy uses several technical indicators to determine buy and sell signals. It uses a combination of trend indicators like the moving average convergence divergence (MACD), Exponential Moving Averages (EMA), bollinger bands (BB) etc. and momentum indicators like RSI and volume. The strategy uses these indicators to set entry and exit points. Additionally, the strategy takes into account volume peaks and dips to fully optimize the user's trading decision.

Daily Profit

Pairs

Top cryptocurrency trading pairs

Pair Buys Avg Profit % Cum Profit Tot Profit Abs Tot Profit % Avg Duration Win Draw Loss Win %
ALGO/USDT 7 0.84 5.89 1.155741 1.16 5:34:00 5 0 2 71.43
SOL/USDT 3 1.33 3.98 0.767196 0.77 7:07:00 3 0 0 100.00
ETC/USDT 6 0.50 3.01 0.568957 0.57 2:32:00 4 0 2 66.67
ADA/USDT 1 1.67 1.67 0.307231 0.31 4:35:00 1 0 0 100.00
LUNA/USDT 2 0.59 1.19 0.241268 0.24 9:00:00 1 0 1 50.00
XRP/USDT 7 0.16 1.15 0.126621 0.13 22:56:00 6 0 1 85.71
BCH/USDT 10 0.03 0.30 -0.020296 -0.02 21:58:00 8 0 2 80.00
ETH/USDT 10 -0.45 -4.55 -1.059078 -1.06 21:40:00 8 0 2 80.00
BTC/USDT 9 -0.64 -5.78 -1.239387 -1.24 22:50:00 7 0 2 77.78
BNB/USDT 7 -1.05 -7.34 -1.473782 -1.47 21:27:00 5 0 2 71.43
LINK/USDT 6 -1.82 -10.93 -2.163533 -2.16 12:22:00 4 0 2 66.67
LTC/USDT 10 -1.32 -13.23 -2.583819 -2.58 19:22:00 5 0 5 50.00
DOT/USDT 4 -3.51 -14.03 -2.699676 -2.7 19:14:00 2 0 2 50.00
TOTAL 82 -0.47 -38.69 -8.072558 -8.07 17:01:00 59 0 23 71.95
  • Pair: This is the cryptocurrency trading pair that was used for the backtesting.
  • Buys: This is the total number of buy orders placed during the backtesting.
  • Avg Profit %: This is the average percentage of profit that was made on each buy order.
  • Cum Profit: This is the cumulative profit made over all buy orders.
  • Tot Profit Abs: This is the total absolute profit made over all buy orders.
  • Tot Profit %: This is the total percentage of profit made over all buy orders.
  • Avg Duration: This is the average duration of each buy order.
  • Win: This is the total number of buy orders that resulted in a win.
  • Draw: This is the total number of buy orders that resulted in a draw.
  • Loss: This is the total number of buy orders that resulted in a loss.
  • Win %: This is the percentage of buy orders that resulted in a win.

Sell Reason

Sell Reason Sells Win Draws Loss Avg Profit % Cum Profit % Tot Profit ABS Tot Profit %
77 58 0 19 -0.38 -29.39 -6.337022290000002 -5.88
5 1 0 4 -1.86 -9.29 -1.73553537 -1.86

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 6.83 trades per day. The starting balance was $100 and the final balance was $91.92744234, resulting in an absolute profit of $-8.072557660000003 and a total profit percentage of -0.08072557660000003. The average stake amount was $18.94024883414634 and the total trade volume was $1553.1004044. The best pair was ALGO/USDT and the worst pair was DOT/USDT. The maximum balance reached was $103.62572847 and the minimum balance was $91.92744234. The market change during this period was -0.03336748620829983.

Metric Value
Backtesting from 2024-01-01 00:00:00
Backtesting to 2024-01-13 15:40:00
Max open trades 5
Total/Daily Avg Trades 82 / 6.83
Starting balance 100
Final balance 91.92744234
Absolute profit -8.072557660000003
Total profit % -0.08072557660000003
Avg. stake amount 18.94024883414634
Total trade volume 1553.1004044
Best Pair ALGO/USDT
Worst Pair DOT/USDT
Max Balance 103.62572847
Min Balance 91.92744234
Market Change -0.03336748620829983

Config

                  
{
    "pairlists": [
      {
        "method": "StaticPairList"
      }
    ],
    "timeframe": "15m",
    "tradable_balance_ratio": 0.99,
    "fiat_display_currency": "USD",
    "stake_amount": "unlimited",
    "stake_currency": "USDT",
    "amend_last_stake_amount": true,
    "exchange": {
      "pair_whitelist": [
        "BTC/USDT",
        "BCH/USDT",
        "ETH/USDT",
        "LINK/USDT",
        "LTC/USDT",
        "SOL/USDT",
        "BNB/USDT",
        "XRP/USDT",
        "ADA/USDT",
        "DOT/USDT",
        "ETC/USDT",
        "ALGO/USDT",
        "LUNA/USDT"
      ],
      "name": "binance"
    },
    "dry_run_wallet": 100,
    "max_open_trades": 5
  }