Launch Your Bot Stack Faster

Start with one exchange, one VPS, and the Telegram group. Supports FreqST at no extra cost.

Full Setup Guide

XtraThicc Strategy Performance Results

Description:

This is a custom strategy for Freqtrade called XtraThicc. It combines indicators for buying and selling to provide an effective trading strategy. The main buy signal is 'xtra-thicc' which indicated a large candle between the current open and close being equal or greater than the average of the last 36 candles. Additionally, the strategy employs a stop loss of -0.10% and for extra safety, the buy signal is only triggered when the current close is between the 3 day low and high. Finally, a custom sell condition is employed that is triggered when the 3 day rate-of-change is below 0.5 and a profit threshold of 0.01 has been met.

Run This Strategy With The Recommended Stack

Download the strategy pack, join Telegram for updates, then use the recommended exchange and VPS links to get your bot online faster.

Join TelegramGet strategy updates and setup help

Daily Profit

Pairs

Top cryptocurrency trading pairs

Pair Buys Avg Profit % Cum Profit Tot Profit Abs Tot Profit % Avg Duration Win Draw Loss Win %
LTC/USDT 7 1.13 7.92 1.474563 1.47 15:21:00 7 0 0 100.00
ETH/USDT 5 1.18 5.88 1.120804 1.12 22:12:00 5 0 0 100.00
ALGO/USDT 3 1.84 5.53 1.038336 1.04 13:10:00 3 0 0 100.00
BNB/USDT 5 1.08 5.39 0.999831 1.0 10:44:00 5 0 0 100.00
DOT/USDT 4 1.08 4.32 0.746034 0.75 7:56:00 4 0 0 100.00
BCH/USDT 8 0.36 2.89 0.400756 0.4 17:38:00 7 0 1 87.50
LINK/USDT 6 -0.48 -2.87 -0.625831 -0.63 13:00:00 5 0 1 83.33
XRP/USDT 5 -1.06 -5.31 -1.016385 -1.02 1 day, 16:17:00 3 0 2 60.00
ETC/USDT 5 -1.08 -5.40 -1.133325 -1.13 11:33:00 4 0 1 80.00
SOL/USDT 3 -2.46 -7.38 -1.413407 -1.41 10:58:00 2 0 1 66.67
BTC/USDT 7 -1.44 -10.10 -2.108226 -2.11 13:39:00 5 0 2 71.43
LUNA/USDT 8 -2.01 -16.10 -3.249014 -3.25 13:22:00 5 0 3 62.50
ADA/USDT 9 -3.52 -31.68 -6.207278 -6.21 15:08:00 5 0 4 55.56
TOTAL 75 -0.63 -46.91 -9.973141 -9.97 15:55:00 60 0 15 80.00
  • 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 %
57 57 0 0 1.59 90.89 16.938340829999998 18.18
13 0 0 13 -10.17 -132.2 -25.82201684 -26.44
5 3 0 2 -1.12 -5.6 -1.0894651800000001 -1.12

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 6.25 trades per day. The starting balance was $100 and the final balance was $90.02685881, resulting in an absolute profit of $-9.973141189999996 and a total profit percentage of -0.09973141189999996. The average stake amount was $18.771969353333333 and the total trade volume was $1407.8977015. The best pair was LTC/USDT and the worst pair was ADA/USDT. The maximum balance reached was $103.31763211 and the minimum balance was $89.94385595. 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 75 / 6.25
Starting balance 100
Final balance 90.02685881
Absolute profit -9.973141189999996
Total profit % -0.09973141189999996
Avg. stake amount 18.771969353333333
Total trade volume 1407.8977015
Best Pair LTC/USDT
Worst Pair ADA/USDT
Max Balance 103.31763211
Min Balance 89.94385595
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
  }