Stinkfist Strategy Performance Results

Description:

This freqtrade strategy uses Reversal Momentum Index (RMI), 3-day High and Low, Average Daily Range (ADR), Moving Average Crossover (MAC), Streak ROC and Profit Cutoff values to determine the buy and sell decisions. It implements a linear growth in the RMI and Profit Cutoff values in order to provide dynamic decision-making and reduce risk. The strategy also takes into account the impact of other trades on the current one, which helps it to reduce the risk of holding a losing position.

Daily Profit

Pairs

Top cryptocurrency trading pairs

Pair Buys Avg Profit % Cum Profit Tot Profit Abs Tot Profit % Avg Duration Win Draw Loss Win %
LINK/USDT 3 0.67 2.00 0.394140 0.39 2 days, 22:00:00 2 1 0 66.67
BCH/USDT 3 0.50 1.50 0.299378 0.3 13:23:00 2 1 0 66.67
ETH/USDT 3 0.50 1.50 0.298791 0.3 2 days, 17:10:00 2 1 0 66.67
ADA/USDT 1 1.00 1.00 0.201552 0.2 2:45:00 1 0 0 100.00
ETC/USDT 2 0.50 1.00 0.198292 0.2 4 days, 5:30:00 1 1 0 50.00
LTC/USDT 1 1.00 1.00 0.197370 0.2 10:05:00 1 0 0 100.00
DOT/USDT 1 0.00 0.00 0.000000 0.0 8 days, 5:05:00 0 1 0 0.00
ALGO/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
BNB/USDT 4 -0.14 -0.57 -0.132937 -0.13 15:05:00 3 0 1 75.00
XRP/USDT 4 -0.78 -3.12 -0.655859 -0.66 22:18:00 3 0 1 75.00
SOL/USDT 6 -0.72 -4.33 -0.917708 -0.92 9:14:00 5 0 1 83.33
BTC/USDT 4 -1.16 -4.64 -0.963952 -0.96 13:34:00 3 0 1 75.00
LUNA/USDT 2 -8.56 -17.12 -3.468313 -3.47 5 days, 14:22:00 1 0 1 50.00
TOTAL 34 -0.64 -21.79 -4.549246 -4.55 1 day, 16:47:00 24 5 5 70.59
  • 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 %
29 24 5 0 0.78 22.7 4.546790410000001 4.54
5 0 0 5 -8.9 -44.49 -9.096036609999999 -8.9

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 2.83 trades per day. The starting balance was $100 and the final balance was $95.4507538, resulting in an absolute profit of $-4.549246200000001 and a total profit percentage of -0.045492462000000004. The average stake amount was $20.08273883529412 and the total trade volume was $682.8131204. The best pair was LINK/USDT and the worst pair was LUNA/USDT. The maximum balance reached was $104.54679041 and the minimum balance was $95.4507538. The market change during this period was -0.03472053946975863.

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 34 / 2.83
Starting balance 100
Final balance 95.4507538
Absolute profit -4.549246200000001
Total profit % -0.045492462000000004
Avg. stake amount 20.08273883529412
Total trade volume 682.8131204
Best Pair LINK/USDT
Worst Pair LUNA/USDT
Max Balance 104.54679041
Min Balance 95.4507538
Market Change -0.03472053946975863

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
  }