true_lambo Strategy Performance Results

Description:

This freqtrade strategy was created to provide traders with a complete and comprehensive trading system that combines three buying strategies: CoFI (Comforting of Volatility Index), Gumbo (Gunbot Signalling System), and ClucHA (Crypto Leagues Unified Candle Highlighter Algorithm). Additionally, there are four selling strategies: A MaSell (Moving Average Sell) using a HighOffset for support and resistance, dynamic VWAP (Volume Weighted Average Price), Lambos Two (Lambos Trading System 2) and the V-Pattern (also known as the FIB Pattern). This strategy is full of indicators designed to help traders buy and sell while minimizing risk and maximizing profit. This includes: Momentum indicators (RSI, MFI, SMA, VWAP); Trend indicators (CTI, ADX, R-14); Support & Resistance (EMA, HMA); Technical indicators (FASTK, FASTD, EWO, BB Delta). Additionally, this strategy is designed to be adaptive and customizable, with adjustable parameters for each of the buying and selling strategies. Finally, this strategy is designed to be able to identify pump and crash signals, providing traders with an opportunity to capitalize on fast market movements.

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 2 1.89 3.79 0.717906 0.72 1:15:00 2 0 0 100.00
BTC/USDT 1 3.46 3.46 0.623970 0.62 0:05:00 1 0 0 100.00
ETH/USDT 1 3.34 3.34 0.607322 0.61 0:05:00 1 0 0 100.00
XRP/USDT 1 1.65 1.65 0.302963 0.3 0:35:00 1 0 0 100.00
LUNA/USDT 2 0.50 1.00 0.190953 0.19 2:55:00 2 0 0 100.00
ALGO/USDT 1 0.54 0.54 0.104183 0.1 1:00:00 1 0 0 100.00
BNB/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
LINK/USDT 2 -1.30 -2.60 -0.582022 -0.58 0:02:00 1 0 1 50.00
SOL/USDT 3 -1.27 -3.80 -0.716795 -0.72 0:37:00 2 0 1 66.67
LTC/USDT 3 -1.60 -4.80 -0.946586 -0.95 1:10:00 2 0 1 66.67
BCH/USDT 2 -2.49 -4.98 -1.042328 -1.04 0:18:00 1 0 1 50.00
ADA/USDT 1 -8.52 -8.52 -1.575182 -1.58 0:00:00 0 0 1 0.00
TOTAL 19 -0.57 -10.92 -2.315617 -2.32 0:51:00 14 0 5 73.68
  • 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 %
11 6 0 5 -1.79 -19.67 -3.9652880700000006 -3.93
4 4 0 0 1.07 4.3 0.81563235 0.86
2 2 0 0 0.77 1.53 0.2933003 0.31
1 1 0 0 1.27 1.27 0.2377755 0.25
1 1 0 0 1.65 1.65 0.3029631 0.33

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 1.58 trades per day. The starting balance was $100 and the final balance was $97.68438318, resulting in an absolute profit of $-2.31561682 and a total profit percentage of -0.023156168199999997. The average stake amount was $18.74458347368421 and the total trade volume was $356.14708599999994. The best pair was ETC/USDT and the worst pair was ADA/USDT. The maximum balance reached was $98.3222636 and the minimum balance was $91.84087871. The market change during this period was -0.03350112917651888.

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 19 / 1.58
Starting balance 100
Final balance 97.68438318
Absolute profit -2.31561682
Total profit % -0.023156168199999997
Avg. stake amount 18.74458347368421
Total trade volume 356.14708599999994
Best Pair ETC/USDT
Worst Pair ADA/USDT
Max Balance 98.3222636
Min Balance 91.84087871
Market Change -0.03350112917651888

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
  }