ClucHAnix5m Strategy Performance Results

Description:

This freqtrade strategy uses a combination of various technical indicators to generate buy and sell signals. It uses lambo1 and lambo2 indicators to detect potential opportunities in the market. It also utilizes an Exponential Moving Average (EMA) crossover strategy to generate buy signals. The buy and sell parameters are also adjustable to suit different trading styles. Additionally, the strategy uses the Relative Strength Index (RSI), the Fisher transformation and Bollinger Bands (BB) signals to generate sell signals. It also utilizes the Chaikin Money Flow indicator (CMF) to identify potential pumps. Finally, it monitors the Bitcoin (BTC) 1-day and 1-month percent change to ensure market safety before executing trades.

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 3 2.00 6.00 1.129322 1.13 1:18:00 3 0 0 100.00
LINK/USDT 4 1.05 4.19 0.785800 0.79 4:04:00 4 0 0 100.00
LTC/USDT 2 1.78 3.55 0.682558 0.68 1:35:00 2 0 0 100.00
ETH/USDT 1 2.65 2.65 0.435168 0.44 0:40:00 1 0 0 100.00
BTC/USDT 2 1.11 2.22 0.424838 0.42 3:42:00 2 0 0 100.00
XRP/USDT 2 1.18 2.37 0.414907 0.41 2:05:00 2 0 0 100.00
ADA/USDT 6 0.29 1.73 0.307887 0.31 5:01:00 4 1 1 66.67
SOL/USDT 11 -0.09 -0.98 -0.234810 -0.23 4:31:00 6 1 4 54.55
BNB/USDT 1 -1.71 -1.71 -0.318906 -0.32 9:25:00 0 0 1 0.00
LUNA/USDT 3 -1.24 -3.73 -0.705285 -0.71 5:13:00 1 0 2 33.33
BCH/USDT 3 -1.58 -4.74 -0.931289 -0.93 5:32:00 1 0 2 33.33
DOT/USDT 5 -1.80 -9.00 -1.750853 -1.75 6:32:00 1 1 3 20.00
ALGO/USDT 6 -3.95 -23.70 -4.655238 -4.66 3:01:00 3 0 3 50.00
TOTAL 49 -0.43 -21.16 -4.415902 -4.42 4:14:00 30 3 16 61.22
  • 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 %
24 21 3 0 0.99 23.8 4.43135275 4.76
16 1 0 15 -2.48 -39.7 -7.57379256 -7.94
9 8 0 1 -0.58 -5.26 -1.2734621099999999 -1.05

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 4.08 trades per day. The starting balance was $100 and the final balance was $95.58409808, resulting in an absolute profit of $-4.41590192 and a total profit percentage of -0.044159019199999996. The average stake amount was $18.703492967346936 and the total trade volume was $916.4711553999999. The best pair was ETC/USDT and the worst pair was ALGO/USDT. The maximum balance reached was $99.6835456 and the minimum balance was $93.6852035. 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 49 / 4.08
Starting balance 100
Final balance 95.58409808
Absolute profit -4.41590192
Total profit % -0.044159019199999996
Avg. stake amount 18.703492967346936
Total trade volume 916.4711553999999
Best Pair ETC/USDT
Worst Pair ALGO/USDT
Max Balance 99.6835456
Min Balance 93.6852035
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
  }