MacheteV8b Strategy Performance Results

Description:

This freqtrade strategy uses a combination of technical indicators to identify buying and selling opportunities in the crypto markets. This combination includes the Awesome MACD, ADX Momentum, ADX SMAs, ASDTS Rockwelltrading, Averages Strategy, Fisher Hull, Gettin Moist, HLHB, MACD Strategy (crossed and non-crossed), PMAX, Quickie, Scalp, Simple, Strategy001, and Technical Example Strategy, as well as the TEMA and RSI Strategies. Together these indicators help identify areas of possible market direction, trend either up or down, and potential entry points. The strategy is built to maximize profits while limiting losses by only entering positions when the indicators are in agreement that the move is in the chosen direction.

Daily Profit

Pairs

Top cryptocurrency trading pairs

Pair Buys Avg Profit % Cum Profit Tot Profit Abs Tot Profit % Avg Duration Win Draw Loss Win %
BCH/USDT 4 1.73 6.94 1.340248 1.34 4:19:00 3 0 1 75.00
ETH/USDT 8 0.31 2.52 0.486205 0.49 2:54:00 7 0 1 87.50
LTC/USDT 6 0.10 0.59 0.100878 0.1 2:42:00 5 0 1 83.33
ALGO/USDT 5 0.04 0.20 0.036561 0.04 3:57:00 4 0 1 80.00
LINK/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
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
ADA/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
LUNA/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
BTC/USDT 9 -0.09 -0.83 -0.168706 -0.17 6:48:00 5 0 4 55.56
ETC/USDT 3 -1.32 -3.96 -0.832106 -0.83 4:45:00 2 0 1 66.67
TOTAL 35 0.16 5.45 0.963082 0.96 4:21:00 26 0 9 74.29
  • 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 %
26 26 0 0 1.31 34.19 6.856717199999999 6.84
9 0 0 9 -3.19 -28.74 -5.893635570000001 -5.75

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 2.92 trades per day. The starting balance was $100 and the final balance was $100.96308163, resulting in an absolute profit of $0.9630816300000005 and a total profit percentage of 0.009630816300000004. The average stake amount was $20.114104485714282 and the total trade volume was $703.9936569999999. The best pair was BCH/USDT and the worst pair was ETC/USDT. The maximum balance reached was $105.59306683 and the minimum balance was $99.93238932. The market change during this period was -0.004686418646251965.

Metric Value
Backtesting from 2024-01-01 00:00:00
Backtesting to 2024-01-13 15:30:00
Max open trades 5
Total/Daily Avg Trades 35 / 2.92
Starting balance 100
Final balance 100.96308163
Absolute profit 0.9630816300000005
Total profit % 0.009630816300000004
Avg. stake amount 20.114104485714282
Total trade volume 703.9936569999999
Best Pair BCH/USDT
Worst Pair ETC/USDT
Max Balance 105.59306683
Min Balance 99.93238932
Market Change -0.004686418646251965

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
  }