UziChan2 Strategy Performance Results

Description:

This freqtrade strategy uses a unique combination of Upper Channel (UC) and the Coppock Curve (Co) indicators to accurately determine buy and sell signals. The strategy first checks if the current close or open price is lower than the UC low and if the Co is increasing. If so, it signals a buy. On the other hand, it checks if the high is higher than the UC up and if the Co is increasing. If so, it signals a sell. By combining these two indicators, the strategy is able to identify the optimal entry and exit points in the market for traders.

Daily Profit

Pairs

Top cryptocurrency trading pairs

Pair Buys Avg Profit % Cum Profit Tot Profit Abs Tot Profit % Avg Duration Win Draw Loss Win %
BTC/USDT 147 -0.16 -24.12 -2.950512 -2.95 0:18:00 22 0 125 14.97
SOL/USDT 115 -0.29 -33.86 -3.438838 -3.44 0:15:00 40 0 75 34.78
ADA/USDT 161 -0.19 -30.49 -3.672265 -3.67 0:14:00 50 0 111 31.06
DOT/USDT 158 -0.19 -29.74 -3.807629 -3.81 0:17:00 43 0 115 27.22
XRP/USDT 166 -0.22 -36.78 -4.327434 -4.33 0:18:00 23 0 143 13.86
ETC/USDT 190 -0.17 -32.37 -4.462545 -4.46 0:13:00 56 0 134 29.47
ETH/USDT 155 -0.23 -36.13 -4.509353 -4.51 0:20:00 29 0 126 18.71
LUNA/USDT 204 -0.20 -40.41 -5.197065 -5.2 0:18:00 72 0 132 35.29
LINK/USDT 195 -0.20 -39.17 -5.256532 -5.26 0:15:00 60 0 135 30.77
LTC/USDT 201 -0.19 -38.35 -5.308866 -5.31 0:16:00 54 0 147 26.87
ALGO/USDT 204 -0.23 -47.36 -5.854130 -5.85 0:18:00 68 1 135 33.33
BNB/USDT 206 -0.25 -51.81 -6.678111 -6.68 0:15:00 20 0 186 9.71
BCH/USDT 274 -0.20 -54.37 -6.974185 -6.97 0:15:00 78 0 196 28.47
TOTAL 2376 -0.21 -494.96 -62.437464 -62.44 0:16:00 615 1 1760 25.88
  • 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 %
2357 602 1 1754 -0.2 -469.47 -57.31660246 -93.89
13 13 0 0 1.21 15.7 1.7587054500000001 3.14
4 0 0 4 -10.16 -40.64 -6.83832429 -8.13
2 0 0 2 -0.28 -0.56 -0.041243100000000005 -0.11

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 198.0 trades per day. The starting balance was $100 and the final balance was $37.562535599999926, resulting in an absolute profit of $-62.437464399999996 and a total profit percentage of -0.624374644. The average stake amount was $12.578470153872056 and the total trade volume was $29886.445085600004. The best pair was BTC/USDT and the worst pair was BCH/USDT. The maximum balance reached was $99.9709658 and the minimum balance was $37.54299901999993. 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 2376 / 198.0
Starting balance 100
Final balance 37.562535599999926
Absolute profit -62.437464399999996
Total profit % -0.624374644
Avg. stake amount 12.578470153872056
Total trade volume 29886.445085600004
Best Pair BTC/USDT
Worst Pair BCH/USDT
Max Balance 99.9709658
Min Balance 37.54299901999993
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
  }