Cluc4werk Strategy Performance Results

Description:

This Cluc4werks strategy utilizes several indicators including Bollinger Bands and ROCR, as well as a trailing stop and sell-on-profit signal, to enter and exit trades. It is designed to take advantage of short-term trends and profit from them. The buy parameters used include bbdelta-close, bbdelta-tail, close-bblower, closedelta-close, rocr-1h, and volume. The sell parameters used are the sell-bbmiddle-close. It also includes a trailing stop, which will close a position when the price exceeds a certain threshold. The minimal_roi settings control when the bot will close a position based on its achieved ROI, and the stoploss settings determine when the bot should exit a losing position. Finally, the strategy will also use data from informative pairs (such as BTC/USD) to further inform its trading decisions.

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 10 0.77 7.67 1.594841 1.59 3:26:00 9 0 1 90.00
ALGO/USDT 4 1.31 5.24 1.071680 1.07 1:54:00 4 0 0 100.00
BCH/USDT 4 1.12 4.47 0.930436 0.93 3:58:00 4 0 0 100.00
ETH/USDT 2 1.55 3.10 0.625958 0.63 0:27:00 2 0 0 100.00
LUNA/USDT 5 0.60 3.02 0.587045 0.59 6:34:00 4 0 1 80.00
LINK/USDT 3 0.87 2.62 0.525014 0.53 8:09:00 2 1 0 66.67
BTC/USDT 1 0.00 0.00 0.000000 0.0 20:25:00 0 1 0 0.00
LTC/USDT 1 0.00 0.00 0.000000 0.0 20:35:00 0 1 0 0.00
BNB/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
SOL/USDT 9 0.03 0.31 -0.008615 -0.01 7:20:00 8 0 1 88.89
DOT/USDT 2 -0.67 -1.34 -0.273624 -0.27 7:08:00 1 0 1 50.00
XRP/USDT 4 -0.76 -3.02 -0.650635 -0.65 16:10:00 3 0 1 75.00
ADA/USDT 2 -3.67 -7.33 -1.557615 -1.56 1 day, 4:36:00 1 0 1 50.00
TOTAL 47 0.31 14.74 2.844486 2.84 7:39:00 38 3 6 80.85
  • 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 %
41 38 3 0 1.22 49.91 10.217548310000002 9.98
5 0 0 5 -6.55 -32.75 -6.8866543899999995 -6.55
1 0 0 1 -2.42 -2.42 -0.48640754 -0.48

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 3.92 trades per day. The starting balance was $100 and the final balance was $102.84448638, resulting in an absolute profit of $2.844486380000002 and a total profit percentage of 0.02844486380000002. The average stake amount was $20.486303327659574 and the total trade volume was $962.8562563999999. The best pair was ETC/USDT and the worst pair was ADA/USDT. The maximum balance reached was $109.73114077 and the minimum balance was $100.2122566. The market change during this period was -0.018861146831135437.

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 47 / 3.92
Starting balance 100
Final balance 102.84448638
Absolute profit 2.844486380000002
Total profit % 0.02844486380000002
Avg. stake amount 20.486303327659574
Total trade volume 962.8562563999999
Best Pair ETC/USDT
Worst Pair ADA/USDT
Max Balance 109.73114077
Min Balance 100.2122566
Market Change -0.018861146831135437

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
  }