BinClucMad Strategy Performance Results

Description:

This freqtrade strategy uses multiple indicators to identify buy and sell signals. It uses the 200 period exponential moving average (EMA-200) to determine when it is safe to buy. It also uses the bollinger bands (BB) for the same purpose. The strategy then also looks for pump activity in the volume and a drop in the previous volume to further support buying activities. Additionally, there are sell signals that are based on the Relative Strength Index (RSI) and other indicators. Finally, this strategy also uses the MACD, Simple Moving Average (SMA) and Supertrend to identify entries and exits in the 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 %
ETC/USDT 4 1.82 7.29 1.483464 1.48 1:01:00 4 0 0 100.00
ADA/USDT 2 2.30 4.60 0.929404 0.93 6:50:00 2 0 0 100.00
BCH/USDT 2 2.15 4.30 0.848634 0.85 0:28:00 2 0 0 100.00
LINK/USDT 1 3.80 3.80 0.747534 0.75 0:05:00 1 0 0 100.00
BTC/USDT 4 0.63 2.52 0.510303 0.51 9:05:00 3 0 1 75.00
LTC/USDT 2 1.27 2.54 0.498116 0.5 1:20:00 1 0 1 50.00
ALGO/USDT 1 1.67 1.67 0.337415 0.34 0:40:00 1 0 0 100.00
SOL/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
BNB/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
XRP/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
DOT/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
ETH/USDT 2 -0.50 -1.00 -0.196886 -0.2 6:18:00 0 0 2 0.00
LUNA/USDT 1 -1.91 -1.91 -0.386790 -0.39 3:10:00 0 0 1 0.00
TOTAL 19 1.25 23.80 4.771194 4.77 3:54:00 14 0 5 73.68
  • 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 %
12 12 0 0 2.27 27.24 5.4468935 5.45
6 2 0 4 -0.13 -0.76 -0.15320679 -0.15
1 0 0 1 -2.68 -2.68 -0.52249233 -0.54

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 1.58 trades per day. The starting balance was $100 and the final balance was $104.77119438, resulting in an absolute profit of $4.77119438 and a total profit percentage of 0.047711943799999997. The average stake amount was $20.008155626315794 and the total trade volume was $380.15495690000006. The best pair was ETC/USDT and the worst pair was LUNA/USDT. The maximum balance reached was $104.77119438 and the minimum balance was $99.39559007. 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 19 / 1.58
Starting balance 100
Final balance 104.77119438
Absolute profit 4.77119438
Total profit % 0.047711943799999997
Avg. stake amount 20.008155626315794
Total trade volume 380.15495690000006
Best Pair ETC/USDT
Worst Pair LUNA/USDT
Max Balance 104.77119438
Min Balance 99.39559007
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
  }