CBPete9 Strategy Performance Results

Description:

This Freqtrade strategy uses a combination of technical indicators to identify buy and sell signals. For buy signals, it uses conditions 1-10 which include the 200-Day moving average, Bollinger Band lower band, volume drop, relative strength index (RSI), exponential moving averages, and the supertrend indicator. For sell signals, it uses the middle Bollinger Band set to 1.01 as the condition. This ensures that the price is trading above the middle band before selling. Overall, this Freqtrade strategy is designed to identify strong buy and sell signals for crypto trading.

Daily Profit

Pairs

Top cryptocurrency trading pairs

Pair Buys Avg Profit % Cum Profit Tot Profit Abs Tot Profit % Avg Duration Win Draw Loss Win %
LINK/USDT 2 2.80 5.59 1.111642 1.11 0:00:00 2 0 0 100.00
ETC/USDT 4 1.29 5.16 1.053091 1.05 0:44:00 4 0 0 100.00
LTC/USDT 3 1.64 4.93 0.992304 0.99 8:42:00 3 0 0 100.00
ADA/USDT 3 1.01 3.04 0.618130 0.62 0:30:00 3 0 0 100.00
BCH/USDT 2 1.46 2.91 0.581835 0.58 0:22:00 2 0 0 100.00
XRP/USDT 1 2.80 2.80 0.565729 0.57 0:00:00 1 0 0 100.00
ALGO/USDT 1 1.80 1.80 0.366638 0.37 0:20:00 1 0 0 100.00
BTC/USDT 4 0.28 1.11 0.225404 0.23 0:50:00 3 0 1 75.00
ETH/USDT 2 0.50 1.00 0.197943 0.2 13:42:00 2 0 0 100.00
SOL/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
BNB/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
DOT/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
LUNA/USDT 2 -2.76 -5.52 -1.128754 -1.13 2:58:00 0 0 2 0.00
TOTAL 24 0.95 22.82 4.583961 4.58 2:51:00 21 0 3 87.50
  • 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 %
19 19 0 0 1.33 25.27 5.0961382 5.05
5 2 0 3 -0.49 -2.45 -0.51217692 -0.49

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 2.0 trades per day. The starting balance was $100 and the final balance was $104.58396128, resulting in an absolute profit of $4.5839612800000005 and a total profit percentage of 0.045839612800000006. The average stake amount was $20.160197804166668 and the total trade volume was $483.8447473. The best pair was LINK/USDT and the worst pair was LUNA/USDT. The maximum balance reached was $104.58396128 and the minimum balance was $100.09823752. 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 24 / 2.0
Starting balance 100
Final balance 104.58396128
Absolute profit 4.5839612800000005
Total profit % 0.045839612800000006
Avg. stake amount 20.160197804166668
Total trade volume 483.8447473
Best Pair LINK/USDT
Worst Pair LUNA/USDT
Max Balance 104.58396128
Min Balance 100.09823752
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
  }