conny Strategy Performance Results

Description:

This Freqtrade strategy known as Conny uses a combination of indicators during its operation. It makes decisions based on a set of parameters, including the consensus score from the Consensus class. This strategy also considers RSI, Stoch, MACD Cross Over, MACD, Hull, VWMA, TEMA, EMA, SMA, Laguerre, Oscillator, CMF, CCI, CMO, Ichimoku, Ultimate Oscillator, William’s, Momentum and ADX. It also takes into account the volume of the market. Conny is designed to buy when consensus score is more than 45 and volume is greater than 0 and to sell when consensus score is more than 88 and volume is greater than 0. I believe that this strategy is an interesting one as it takes into account a combination of indicators and the volume of the market. This could be useful in catching signals for profitable trades.

Daily Profit

Pairs

Top cryptocurrency trading pairs

Pair Buys Avg Profit % Cum Profit Tot Profit Abs Tot Profit % Avg Duration Win Draw Loss Win %
SOL/USDT 6 1.04 6.25 1.205741 1.21 0:30:00 6 0 0 100.00
LUNA/USDT 6 0.96 5.76 1.126171 1.13 0:42:00 6 0 0 100.00
DOT/USDT 5 0.84 4.20 0.813738 0.81 0:45:00 3 1 1 60.00
ETC/USDT 2 1.16 2.31 0.450894 0.45 0:38:00 2 0 0 100.00
XRP/USDT 2 0.50 1.00 0.194530 0.19 0:52:00 2 0 0 100.00
BNB/USDT 12 0.06 0.72 0.144391 0.14 1:08:00 8 2 2 66.67
ADA/USDT 6 0.05 0.29 0.046465 0.05 0:25:00 4 0 2 66.67
ETH/USDT 7 0.01 0.04 0.006649 0.01 1:32:00 5 1 1 71.43
BCH/USDT 10 0.01 0.07 0.004297 0.0 0:46:00 6 1 3 60.00
LTC/USDT 3 -0.07 -0.22 -0.053091 -0.05 7:20:00 2 0 1 66.67
BTC/USDT 13 -0.20 -2.54 -0.498457 -0.5 1:17:00 8 2 3 61.54
LINK/USDT 4 -1.54 -6.17 -1.217498 -1.22 1:19:00 1 0 3 25.00
ALGO/USDT 13 -0.95 -12.36 -2.421023 -2.42 0:33:00 6 0 7 46.15
TOTAL 89 -0.01 -0.65 -0.197193 -0.2 1:07:00 59 7 23 66.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 %
66 59 7 0 0.76 50.21 9.77426005 10.04
23 0 0 23 -2.21 -50.86 -9.971453190000002 -10.17

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 7.42 trades per day. The starting balance was $100 and the final balance was $99.80280686, resulting in an absolute profit of $-0.19719313999999985 and a total profit percentage of -0.0019719313999999985. The average stake amount was $19.510117717977526 and the total trade volume was $1736.4004768999998. The best pair was SOL/USDT and the worst pair was ALGO/USDT. The maximum balance reached was $100.51439612 and the minimum balance was $97.23954476. The market change during this period was -0.037012481011390805.

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 89 / 7.42
Starting balance 100
Final balance 99.80280686
Absolute profit -0.19719313999999985
Total profit % -0.0019719313999999985
Avg. stake amount 19.510117717977526
Total trade volume 1736.4004768999998
Best Pair SOL/USDT
Worst Pair ALGO/USDT
Max Balance 100.51439612
Min Balance 97.23954476
Market Change -0.037012481011390805

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
  }