CryptoFrogHO3A1 Strategy Performance Results

Description:

This freqtrade strategy utilizes a variety of technical indicators to identify buy and sell opportunities. The strategy uses the Smooth Heikin Ashi (HA) to generate buy and sell signals, the Exponential Moving Average (EMA) for momentum analysis, the Bollinger Bands Width (BBW) for range detection, the Stochastic Relative Strength Index (SRSI) for overbought/oversold signals, the Moving Average Convergence Divergence (MACD) for trend confirmation, and the Volume Flow Indicator (VFI) for volume analysis. Additionally, it employs the Relative Strength Index (RSI), the Parabolic SAR, the Squeeze Momentum Indicator (SQZMI), and the Directional Movement Index (DMI) for additional trend confirmation. This strategy is designed to capture short-term reversals and trends in the cryptocurrency market.

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 25 0.28 6.91 1.331110 1.33 0:16:00 7 1 17 28.00
LINK/USDT 11 0.58 6.42 1.230327 1.23 0:39:00 8 0 3 72.73
LUNA/USDT 9 0.58 5.23 1.013621 1.01 0:43:00 6 2 1 66.67
ETC/USDT 6 0.77 4.65 0.865514 0.87 0:18:00 1 1 4 16.67
ALGO/USDT 15 0.29 4.35 0.843641 0.84 0:27:00 6 1 8 40.00
DOT/USDT 8 0.52 4.19 0.825758 0.83 0:33:00 5 0 3 62.50
ADA/USDT 17 0.11 1.81 0.349393 0.35 0:18:00 4 0 13 23.53
LTC/USDT 19 0.01 0.24 0.040067 0.04 0:49:00 4 3 12 21.05
BNB/USDT 28 -0.07 -2.01 -0.390023 -0.39 0:29:00 7 2 19 25.00
BTC/USDT 29 -0.11 -3.31 -0.648684 -0.65 0:19:00 7 0 22 24.14
BCH/USDT 24 -0.19 -4.65 -0.947765 -0.95 0:24:00 7 1 16 29.17
XRP/USDT 12 -0.43 -5.11 -1.033025 -1.03 0:22:00 5 0 7 41.67
ETH/USDT 18 -0.56 -10.01 -1.989019 -1.99 0:32:00 5 0 13 27.78
TOTAL 221 0.04 8.70 1.490917 1.49 0:27:00 72 11 138 32.58
  • 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 %
135 0 0 135 -0.35 -47.31 -9.172212080000001 -9.46
83 72 11 0 0.99 82.03 15.796556549999998 16.41
3 0 0 3 -8.68 -26.03 -5.13342739 -5.21

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 18.42 trades per day. The starting balance was $100 and the final balance was $101.49091708, resulting in an absolute profit of $1.4909170800000007 and a total profit percentage of 0.014909170800000007. The average stake amount was $19.331138187782802 and the total trade volume was $4272.181539499999. The best pair was SOL/USDT and the worst pair was ETH/USDT. The maximum balance reached was $101.76221838000001 and the minimum balance was $94.78412571. The market change during this period was -0.02114756712873641.

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 221 / 18.42
Starting balance 100
Final balance 101.49091708
Absolute profit 1.4909170800000007
Total profit % 0.014909170800000007
Avg. stake amount 19.331138187782802
Total trade volume 4272.181539499999
Best Pair SOL/USDT
Worst Pair ETH/USDT
Max Balance 101.76221838000001
Min Balance 94.78412571
Market Change -0.02114756712873641

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
  }