CryptoFrog Strategy Performance Results

Description:

This freqtrade strategies is based on technical analysis indicators like Smooth HA_L, emac_1h, emao_1h, bbw_expansion, sqzmi, mfi, dmi_minus, srsi_d, srsi_k, fastd, fastk, bb_lowerband, vfi and volume. These indicators help to determine the entry and exit points for trading. The logic behind this strategy is to buy when the price dips below the Smmooth HA_L and Sell when the price goes above the Smooth HA_H. Additionally, it requires indicators such as emac_1h, emao_1h, bbw_expansion, sqzmi, mfi, dmi_minus, srsi_d, srsi_k, fastd, fastk, bb_lowerband, vfi and volume to give it a reliable entry point and exit point.

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 8 1.02 8.15 1.461005 1.46 1:41:00 7 0 1 87.50
DOT/USDT 6 1.13 6.75 1.288322 1.29 3:12:00 5 1 0 83.33
LINK/USDT 4 0.74 2.97 0.546610 0.55 5:21:00 2 2 0 50.00
ALGO/USDT 9 0.31 2.83 0.527071 0.53 2:59:00 6 2 1 66.67
LTC/USDT 6 0.43 2.60 0.478240 0.48 4:57:00 2 4 0 33.33
LUNA/USDT 6 0.13 0.79 0.150589 0.15 2:35:00 1 5 0 16.67
BNB/USDT 7 -0.29 -2.01 -0.369918 -0.37 7:19:00 4 2 1 57.14
BCH/USDT 8 -0.32 -2.59 -0.573487 -0.57 2:02:00 5 2 1 62.50
XRP/USDT 5 -0.73 -3.64 -0.773896 -0.77 1:42:00 4 0 1 80.00
ADA/USDT 5 -0.94 -4.71 -0.882659 -0.88 4:53:00 1 2 2 20.00
ETC/USDT 4 -1.14 -4.58 -0.953211 -0.95 1:56:00 1 2 1 25.00
BTC/USDT 3 -2.41 -7.22 -1.400314 -1.4 5:18:00 0 1 2 0.00
ETH/USDT 5 -1.67 -8.35 -1.646490 -1.65 5:10:00 3 0 2 60.00
TOTAL 76 -0.12 -9.00 -2.148138 -2.15 3:38:00 41 23 12 53.95
  • 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 %
62 39 23 0 0.7 43.32 8.046381799999999 8.66
9 2 0 7 -1.92 -17.26 -3.27940635 -3.45
4 0 0 4 -8.67 -34.66 -6.8384361899999995 -6.93
1 0 0 1 -0.4 -0.4 -0.07667707 -0.08

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 6.33 trades per day. The starting balance was $100 and the final balance was $97.85186219, resulting in an absolute profit of $-2.148137809999999 and a total profit percentage of -0.02148137809999999. The average stake amount was $18.888076635526314 and the total trade volume was $1435.4938243. The best pair was SOL/USDT and the worst pair was ETH/USDT. The maximum balance reached was $100.09063117 and the minimum balance was $92.30785857000001. 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 76 / 6.33
Starting balance 100
Final balance 97.85186219
Absolute profit -2.148137809999999
Total profit % -0.02148137809999999
Avg. stake amount 18.888076635526314
Total trade volume 1435.4938243
Best Pair SOL/USDT
Worst Pair ETH/USDT
Max Balance 100.09063117
Min Balance 92.30785857000001
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
  }