CryptoFrogHO3A3 Strategy Performance Results

Description:

This freqtrade strategy uses a combination of technical indicators to identify buy and sell signals. It takes in a set of data and checks for the Smoothed Heikin-Ashi High and Low values, the EMAC and EMAO indicators, the BBW Expansion, the MFI, DMI Plus and Minus, SRSI, FastD and FastK, VFI and volume. It then uses these indicators to create buy and sell signals when certain conditions are met. For example, it will enter a buy position when the price is below the Smoothed Heikin-Ashi Low value and the EMAC is below the EMAO and other criteria are met. The strategy is robust and uses several indicators to increase the accuracy of the signals.

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 31 0.22 6.70 1.293750 1.29 0:12:00 11 0 20 35.48
LUNA/USDT 10 0.57 5.75 1.116026 1.12 0:40:00 7 2 1 70.00
ETC/USDT 6 0.77 4.65 0.908524 0.91 0:17:00 1 1 4 16.67
LINK/USDT 15 0.28 4.19 0.807804 0.81 0:25:00 6 3 6 40.00
ALGO/USDT 16 0.17 2.79 0.542269 0.54 0:23:00 6 1 9 37.50
DOT/USDT 14 0.18 2.48 0.485300 0.49 0:18:00 6 0 8 42.86
ADA/USDT 18 0.08 1.44 0.270519 0.27 0:17:00 5 0 13 27.78
LTC/USDT 20 -0.03 -0.57 -0.116736 -0.12 0:43:00 4 4 12 20.00
BCH/USDT 27 -0.09 -2.53 -0.507739 -0.51 0:22:00 8 2 17 29.63
BNB/USDT 29 -0.13 -3.87 -0.759481 -0.76 0:26:00 7 2 20 24.14
BTC/USDT 31 -0.14 -4.33 -0.850526 -0.85 0:17:00 7 0 24 22.58
XRP/USDT 11 -0.54 -5.97 -1.202618 -1.2 0:28:00 5 0 6 45.45
ETH/USDT 16 -0.40 -6.46 -1.272285 -1.27 0:35:00 3 0 13 18.75
TOTAL 244 0.02 4.26 0.714808 0.71 0:24:00 76 15 153 31.15
  • 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 %
153 0 0 153 -0.45 -69.5 -13.617091639999998 -13.9
91 76 15 0 0.81 73.76 14.33189983 14.75

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 20.33 trades per day. The starting balance was $100 and the final balance was $100.71480819, resulting in an absolute profit of $0.7148081899999997 and a total profit percentage of 0.007148081899999997. The average stake amount was $19.483692248770488 and the total trade volume was $4754.020908699999. The best pair was SOL/USDT and the worst pair was ETH/USDT. The maximum balance reached was $101.35330472 and the minimum balance was $95.9078973. 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 244 / 20.33
Starting balance 100
Final balance 100.71480819
Absolute profit 0.7148081899999997
Total profit % 0.007148081899999997
Avg. stake amount 19.483692248770488
Total trade volume 4754.020908699999
Best Pair SOL/USDT
Worst Pair ETH/USDT
Max Balance 101.35330472
Min Balance 95.9078973
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
  }