ClucHAnix_BB_RPB_MOD Strategy Performance Results

Description:

This freqtrade strategy uses various technical analysis indicators to generate buy and sell signals. The “populate_buy_trend” function uses an Exponential Moving Average (EWO) to enter the market, as well as the lambo1 and lambo2 strategies, which rely on a combination of RSI, Close price, and EMA to detect buying trends. The strategy also has safety mechanisms using the 1m and 1d BTC price and volume, which will make sure the markets are safe from pumps and dumps. Additionally, this strategy uses the local uptrend strategy and the NFI_32 strategy to detect buying trends. Finally, it also uses the cofi strategy and the clucHA strategy to determine when to buy a currency. In terms of selling, this strategy uses Fisher Transformer with HA candle patterns, EMA fast, BB middle band and volume, to indicate when to sell. Overall, this freqtrade strategy provides a comprehensive set of elements that can be used to create a range of trading strategies.

Daily Profit

Pairs

Top cryptocurrency trading pairs

Pair Buys Avg Profit % Cum Profit Tot Profit Abs Tot Profit % Avg Duration Win Draw Loss Win %
ETC/USDT 5 1.81 9.06 1.809712 1.81 0:21:00 5 0 0 100.00
BTC/USDT 4 1.54 6.17 1.191806 1.19 0:28:00 4 0 0 100.00
SOL/USDT 4 1.12 4.49 0.878016 0.88 1:08:00 3 0 1 75.00
ALGO/USDT 2 1.30 2.60 0.524441 0.52 0:49:00 2 0 0 100.00
XRP/USDT 1 1.66 1.66 0.333871 0.33 0:43:00 1 0 0 100.00
ADA/USDT 1 1.60 1.60 0.323060 0.32 0:36:00 1 0 0 100.00
BNB/USDT 1 0.72 0.72 0.137819 0.14 1:10:00 1 0 0 100.00
ETH/USDT 2 0.11 0.23 0.042556 0.04 1:00:00 1 0 1 50.00
BCH/USDT 4 0.06 0.25 0.034991 0.03 0:22:00 2 0 2 50.00
LINK/USDT 3 0.05 0.15 0.008853 0.01 0:25:00 2 0 1 66.67
DOT/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
LUNA/USDT 1 -0.48 -0.48 -0.097572 -0.1 0:57:00 0 0 1 0.00
LTC/USDT 4 -1.25 -5.01 -0.994566 -0.99 0:29:00 1 0 3 25.00
TOTAL 32 0.67 21.42 4.192986 4.19 0:37:00 23 0 9 71.88
  • 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 %
18 15 0 3 1.72 30.89 6.046591370000001 6.18
10 4 0 6 -1.23 -12.31 -2.4125120300000003 -2.46
4 4 0 0 0.71 2.85 0.55890681 0.57

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 2.67 trades per day. The starting balance was $100 and the final balance was $104.19298615, resulting in an absolute profit of $4.192986149999999 and a total profit percentage of 0.04192986149999999. The average stake amount was $19.64475190625 and the total trade volume was $628.632061. The best pair was ETC/USDT and the worst pair was LTC/USDT. The maximum balance reached was $104.19298615 and the minimum balance was $96.8742124. The market change during this period was -0.030944501691968607.

Metric Value
Backtesting from 2024-01-01 00:00:00
Backtesting to 2024-01-13 15:48:00
Max open trades 5
Total/Daily Avg Trades 32 / 2.67
Starting balance 100
Final balance 104.19298615
Absolute profit 4.192986149999999
Total profit % 0.04192986149999999
Avg. stake amount 19.64475190625
Total trade volume 628.632061
Best Pair ETC/USDT
Worst Pair LTC/USDT
Max Balance 104.19298615
Min Balance 96.8742124
Market Change -0.030944501691968607

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
  }