ClucFiatROI Strategy Performance Results

Description:

ClucFiatROI is a buy/ sell signal strategy for Freqtrade that utilizes a number of indicators such as Bollinger Bands (BBANDS), typical price, Exponential Moving Average (EMA), Relative Strength Index (RSI), and the Parabolic Stop and Reverse (SAR). The strategy's Buy parameters include a bbdelta-close, bbdelta-tail, close-bblower, closedelta-close, fisher, and volume. The Sell parameters include a sell-bbmiddle-close and sell-fisher. In addition, the strategy includes a minimal ROI, a stop loss percentage, a trailing stop, and a number of configurations related to how the strategy behaves when buys and sells occur. This strategy would be ideal for traders who are looking for a set of parameters that will help them identify trades but also include a number of additional optimizations and safeguards to ensure that these trades are successful.

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 1 1.90 1.90 0.374422 0.37 1:05:00 1 0 0 100.00
BNB/USDT 2 0.59 1.17 0.233064 0.23 7:35:00 1 1 0 50.00
BTC/USDT 1 0.91 0.91 0.177310 0.18 3:55:00 1 0 0 100.00
ETH/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
LTC/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 1 0.00 0.00 0.000000 0.0 8 days, 1:25:00 0 1 0 0.00
DOT/USDT 1 0.00 0.00 0.000000 0.0 7 days, 20:20:00 0 1 0 0.00
LINK/USDT 4 -0.93 -3.71 -0.743534 -0.74 2 days, 7:42:00 1 2 1 25.00
LUNA/USDT 1 -4.15 -4.15 -0.830485 -0.83 1 day, 0:20:00 0 0 1 0.00
BCH/USDT 2 -4.17 -8.35 -1.649579 -1.65 18:52:00 0 1 1 0.00
SOL/USDT 1 -15.57 -15.57 -3.080288 -3.08 11 days, 0:50:00 0 0 1 0.00
ALGO/USDT 1 -19.58 -19.58 -3.874492 -3.87 11 days, 1:05:00 0 0 1 0.00
TOTAL 15 -3.16 -47.38 -9.393581 -9.39 3 days, 9:07:00 4 6 5 26.67
  • 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 %
10 4 6 0 0.47 4.68 0.9232112100000001 0.94
5 0 0 5 -10.41 -52.06 -10.31679196 -10.41

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 1.25 trades per day. The starting balance was $100 and the final balance was $90.60641925, resulting in an absolute profit of $-9.393580749999998 and a total profit percentage of -0.09393580749999998. The average stake amount was $19.754422453333333 and the total trade volume was $296.3163368. The best pair was ETC/USDT and the worst pair was ALGO/USDT. The maximum balance reached was $100.92321121 and the minimum balance was $90.60641925. The market change during this period was -0.033830653413570055.

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 15 / 1.25
Starting balance 100
Final balance 90.60641925
Absolute profit -9.393580749999998
Total profit % -0.09393580749999998
Avg. stake amount 19.754422453333333
Total trade volume 296.3163368
Best Pair ETC/USDT
Worst Pair ALGO/USDT
Max Balance 100.92321121
Min Balance 90.60641925
Market Change -0.033830653413570055

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
  }