ClucHAnix_5m Strategy Performance Results

Description:

<br> ClucHAnix_5m is an automated trading cryptocurrency strategy that uses several indicators to buy and sell automatically. It uses a lower bollinger band and rocr_1h indicator to buy, and fisher and bbmiddle_close indicators to sell, and different parameters to optimize the settings of all these indicators. Additionally, it uses a custom stoploss function to make sure the strategy has the desired protective function. The time frame used is 5m and it processes only new candles. In terms of order types, it uses limit orders.

Daily Profit

Pairs

Top cryptocurrency trading pairs

Pair Buys Avg Profit % Cum Profit Tot Profit Abs Tot Profit % Avg Duration Win Draw Loss Win %
SOL/USDT 9 0.78 6.99 1.352512 1.35 1:07:00 6 0 3 66.67
ETC/USDT 4 1.13 4.52 0.909667 0.91 0:08:00 3 0 1 75.00
ALGO/USDT 2 1.28 2.56 0.508155 0.51 0:18:00 2 0 0 100.00
ADA/USDT 2 1.13 2.26 0.450273 0.45 0:40:00 2 0 0 100.00
ETH/USDT 1 1.54 1.54 0.302911 0.3 0:30:00 1 0 0 100.00
LUNA/USDT 1 1.42 1.42 0.282324 0.28 0:50:00 1 0 0 100.00
DOT/USDT 1 1.30 1.30 0.259839 0.26 0:05:00 1 0 0 100.00
LTC/USDT 2 0.55 1.10 0.222034 0.22 1:52:00 1 0 1 50.00
BNB/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
XRP/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
BTC/USDT 1 -0.20 -0.20 -0.040217 -0.04 0:00:00 0 0 1 0.00
LINK/USDT 3 -0.50 -1.49 -0.300657 -0.3 3:33:00 1 0 2 33.33
BCH/USDT 2 -4.90 -9.79 -1.945998 -1.95 7:02:00 0 0 2 0.00
TOTAL 28 0.36 10.20 2.000841 2.0 1:31:00 18 0 10 64.29
  • 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 %
23 18 0 5 0.98 22.6 4.468715669999999 4.52
5 0 0 5 -2.48 -12.4 -2.46787465 -2.48

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 2.33 trades per day. The starting balance was $100 and the final balance was $102.00084102, resulting in an absolute profit of $2.0008410199999993 and a total profit percentage of 0.020008410199999993. The average stake amount was $19.750516235714286 and the total trade volume was $553.0144546. The best pair was SOL/USDT and the worst pair was BCH/USDT. The maximum balance reached was $103.1809646 and the minimum balance was $99.18615169. The market change during this period was -0.04163316982623192.

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 28 / 2.33
Starting balance 100
Final balance 102.00084102
Absolute profit 2.0008410199999993
Total profit % 0.020008410199999993
Avg. stake amount 19.750516235714286
Total trade volume 553.0144546
Best Pair SOL/USDT
Worst Pair BCH/USDT
Max Balance 103.1809646
Min Balance 99.18615169
Market Change -0.04163316982623192

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
  }