ClucHAnix_BB_RPB_MOD2_ROI Strategy Performance Results

Description:

This freqtrade strategy is designed to generate trading signals for buying and selling cryptocurrency. It uses a combination of several technical indicators to identify potential trends and entry points in the market. The buy trend is triggered when lambo1, lambo2, local uptrend, nfi_32, ewo_1, ewo_low, cofi and clucha conditions are met. The sell trend is triggered when the fisher indicator is above a certain threshold, the high of the heiken ashi candles is decreasing, the close of the HA candles is decreasing, the fast EMA is higher than the HA close, the HA close is above the BB middle band, and the volume is higher than 0.

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 4 1.93 7.72 1.484315 1.48 1:10:00 4 0 0 100.00
ADA/USDT 7 0.64 4.51 0.848372 0.85 2:19:00 6 0 1 85.71
LTC/USDT 2 1.73 3.46 0.668496 0.67 1:30:00 2 0 0 100.00
LINK/USDT 4 0.41 1.64 0.306657 0.31 2:39:00 4 0 0 100.00
BTC/USDT 3 0.50 1.50 0.284356 0.28 2:58:00 3 0 0 100.00
XRP/USDT 1 1.00 1.00 0.187440 0.19 1:55:00 1 0 0 100.00
ETH/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
BNB/USDT 1 -1.10 -1.10 -0.208437 -0.21 4:00:00 0 0 1 0.00
BCH/USDT 4 -0.31 -1.23 -0.251548 -0.25 3:11:00 2 0 2 50.00
LUNA/USDT 4 -1.15 -4.62 -0.888936 -0.89 2:58:00 2 0 2 50.00
SOL/USDT 12 -0.41 -4.86 -0.954768 -0.95 2:42:00 8 0 4 66.67
DOT/USDT 5 -1.47 -7.37 -1.439340 -1.44 3:18:00 2 0 3 40.00
ALGO/USDT 7 -1.45 -10.14 -1.993063 -1.99 2:34:00 4 0 3 57.14
TOTAL 54 -0.18 -9.49 -1.956455 -1.96 2:36:00 38 0 16 70.37
  • 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 %
46 30 0 16 -0.58 -26.89 -5.26162697 -5.38
8 8 0 0 2.17 17.4 3.30517151 3.48

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 4.5 trades per day. The starting balance was $100 and the final balance was $98.04354454, resulting in an absolute profit of $-1.9564554600000004 and a total profit percentage of -0.019564554600000002. The average stake amount was $19.00787750740741 and the total trade volume was $1026.4253854. The best pair was ETC/USDT and the worst pair was ALGO/USDT. The maximum balance reached was $99.633196 and the minimum balance was $94.13332612. 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 54 / 4.5
Starting balance 100
Final balance 98.04354454
Absolute profit -1.9564554600000004
Total profit % -0.019564554600000002
Avg. stake amount 19.00787750740741
Total trade volume 1026.4253854
Best Pair ETC/USDT
Worst Pair ALGO/USDT
Max Balance 99.633196
Min Balance 94.13332612
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
  }