ClucHAwerk Strategy Performance Results

Description:

This is ClucHAwerk strategy which uses heikinashi candlestick aggregation, bollinger bands and relative strength index (ROCR). It also uses ema, volume, delta and tail data points to inform its buy and sell decisions. The strategy also takes into account the different pair parameters and trading conditions to decide when to buy and when to sell. The strategy also uses a trailing stop and has defined parameters for minimal roi and stoploss. It is a quite complex strategy and provides a good level of flexibility to the traders. It also takes into account different time frame and trading patterns when analyzing a pair for buy and sell signals.

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 11 0.53 5.80 1.083005 1.08 0:22:00 6 0 5 54.55
ADA/USDT 6 0.40 2.42 0.446304 0.45 0:31:00 4 0 2 66.67
DOT/USDT 3 0.70 2.10 0.389446 0.39 0:30:00 3 0 0 100.00
BNB/USDT 1 1.27 1.27 0.235571 0.24 1:36:00 1 0 0 100.00
ALGO/USDT 9 0.14 1.24 0.211235 0.21 0:14:00 8 0 1 88.89
LUNA/USDT 14 0.03 0.44 0.063888 0.06 0:18:00 8 0 6 57.14
BTC/USDT 7 0.06 0.40 0.036452 0.04 0:51:00 4 0 3 57.14
XRP/USDT 2 -0.19 -0.37 -0.067224 -0.07 0:02:00 0 0 2 0.00
ETH/USDT 3 -1.85 -5.55 -1.051666 -1.05 0:02:00 0 0 3 0.00
BCH/USDT 9 -0.65 -5.83 -1.137312 -1.14 0:08:00 2 0 7 22.22
LINK/USDT 7 -0.87 -6.12 -1.169273 -1.17 0:16:00 1 0 6 14.29
SOL/USDT 20 -0.41 -8.20 -1.528980 -1.53 0:09:00 9 0 11 45.00
LTC/USDT 6 -1.36 -8.17 -1.532944 -1.53 0:04:00 0 0 6 0.00
TOTAL 98 -0.21 -20.57 -4.021499 -4.02 0:18:00 46 0 52 46.94
  • 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 %
42 3 0 39 -1.17 -49.18 -9.32311636 -9.84
31 26 0 5 0.34 10.42 1.9277896300000006 2.08
17 17 0 0 2.17 36.86 6.84974747 7.37
8 0 0 8 -2.33 -18.66 -3.47591962 -3.73

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 8.17 trades per day. The starting balance was $100 and the final balance was $95.97850112, resulting in an absolute profit of $-4.021498879999999 and a total profit percentage of -0.04021498879999999. The average stake amount was $18.652050858163268 and the total trade volume was $1827.9009841000002. The best pair was ETC/USDT and the worst pair was SOL/USDT. The maximum balance reached was $99.72476397 and the minimum balance was $92.02851708. The market change during this period was -0.031975031907801016.

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 98 / 8.17
Starting balance 100
Final balance 95.97850112
Absolute profit -4.021498879999999
Total profit % -0.04021498879999999
Avg. stake amount 18.652050858163268
Total trade volume 1827.9009841000002
Best Pair ETC/USDT
Worst Pair SOL/USDT
Max Balance 99.72476397
Min Balance 92.02851708
Market Change -0.031975031907801016

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
  }