Launch Your Bot Stack Faster

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

Full Setup Guide

Cluc7werk Strategy Performance Results

Description:

Cluc7Werk is a freqtrade strategy that utilizes technical indicators combined with buy/sell logic to generate trading signals. The strategy is based on a combination ofta.bbands, qtpylib.Typical_Price, ta.ema, ta.rsi , and a variety of other indicators. The strategy works by first setting buy parameters and sell parameters. The buy parameters include bbDelta-close, bbDelta-tail, close-bblower, closedelta-close, fisher, and volume. The sell parameters include sell-bbmiddle-close and sell-fisher. The strategy also utilizes a minimal ROI in order to set a satisfactory risk/return profile. The minimal ROI is then passed on to the buy and sell logic for trades to be executed. The buy logic consists of indicators such as bb1-delta, closedelta, tail, close, lower-bb1, lower-b2, mid-b2, ema-fast, ema-slow and volume-mean-slow. The sell logic consists of indicators such as close, ema-fast, fisher-rsi and volume. Furthermore, the Cluc7Werk strategy lists the trailing stop, the startup candle count parameters and other buy/sell traiding logic to generate a robust trading strategy.

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 %
XRP/USDT 1 1.45 1.45 0.266488 0.27 2:45:00 1 0 0 100.00
BTC/USDT 4 0.34 1.37 0.248251 0.25 0:29:00 2 0 2 50.00
ETC/USDT 1 1.03 1.03 0.191971 0.19 0:03:00 1 0 0 100.00
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
ALGO/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
ETH/USDT 3 -0.38 -1.15 -0.227173 -0.23 0:35:00 1 0 2 33.33
BNB/USDT 1 -2.17 -2.17 -0.415888 -0.42 0:00:00 0 0 1 0.00
SOL/USDT 4 -1.20 -4.80 -0.901507 -0.9 0:00:00 0 0 4 0.00
BCH/USDT 5 -1.14 -5.68 -1.093213 -1.09 0:00:00 0 0 5 0.00
LTC/USDT 6 -1.23 -7.38 -1.418269 -1.42 0:00:00 0 0 6 0.00
LINK/USDT 6 -1.26 -7.59 -1.460863 -1.46 0:00:00 0 0 6 0.00
TOTAL 31 -0.80 -24.92 -4.810205 -4.81 0:13:00 5 0 26 16.13
  • 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 %
23 5 0 18 -0.33 -7.49 -1.4472098599999996 -1.5
8 0 0 8 -2.18 -17.43 -3.36299495 -3.49

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 2.58 trades per day. The starting balance was $100 and the final balance was $95.18979519, resulting in an absolute profit of $-4.810204809999999 and a total profit percentage of -0.04810204809999999. The average stake amount was $18.99646886451613 and the total trade volume was $588.8905348000001. The best pair was XRP/USDT and the worst pair was LINK/USDT. The maximum balance reached was $99.9607244 and the minimum balance was $94.57787127. The market change during this period was -0.0215742226588466.

Metric Value
Backtesting from 2024-01-01 00:00:00
Backtesting to 2024-01-13 15:48:00
Max open trades 5
Total/Daily Avg Trades 31 / 2.58
Starting balance 100
Final balance 95.18979519
Absolute profit -4.810204809999999
Total profit % -0.04810204809999999
Avg. stake amount 18.99646886451613
Total trade volume 588.8905348000001
Best Pair XRP/USDT
Worst Pair LINK/USDT
Max Balance 99.9607244
Min Balance 94.57787127
Market Change -0.0215742226588466

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
  }