NostalgiaForInfinityX2 Strategy Performance Results

Description:

Freqtrade is a cryptocurrency trading bot that uses technical indicators to monitor and analyze the market. This specific strategy is using a combination of the buy_enable and buy_protection parameters, as well as an indicator called the sell_long_bear signal to determine when to enter and exit a trade. Once the conditions have been met, the bot will then enter the trade and will remain in the trade until it is met with the signal_name and buy_tag sell signals. This strategy also uses a number of different indicators, such as previous candle data, current time, and max profit and max loss to help determine the most profitable trade.

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 3 1.94 5.82 0.957708 0.96 13:12:00 2 0 1 66.67
LTC/USDT 1 3.95 3.95 0.738581 0.74 5:50:00 1 0 0 100.00
LINK/USDT 3 1.03 3.10 0.587356 0.59 17:28:00 2 0 1 66.67
ALGO/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
BNB/USDT 4 -0.06 -0.22 -0.045306 -0.05 11:39:00 3 0 1 75.00
BTC/USDT 9 0.00 0.04 -0.106682 -0.11 19:01:00 7 0 2 77.78
ETH/USDT 3 -1.33 -4.00 -0.801475 -0.8 16:25:00 1 0 2 33.33
LUNA/USDT 2 -2.13 -4.26 -0.836474 -0.84 3:55:00 1 0 1 50.00
ETC/USDT 2 -2.47 -4.95 -0.978237 -0.98 15:50:00 1 0 1 50.00
ADA/USDT 1 -5.24 -5.24 -1.039629 -1.04 4:10:00 0 0 1 0.00
DOT/USDT 1 -6.59 -6.59 -1.263258 -1.26 1 day, 1:05:00 0 0 1 0.00
BCH/USDT 4 -1.90 -7.60 -1.529305 -1.53 7:42:00 2 0 2 50.00
XRP/USDT 3 -6.08 -18.24 -3.504540 -3.5 12:05:00 1 0 2 33.33
TOTAL 36 -1.06 -38.19 -7.821261 -7.82 13:54:00 21 0 15 58.33
  • 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 %
13 0 0 13 -6.14 -79.81 -15.40697768 -15.96
6 6 0 0 3.47 20.82 3.8125965 4.16
5 3 0 2 0.01 0.06 0.0038880300000000145 0.01
3 3 0 0 2.23 6.68 1.20433195 1.34
2 2 0 0 0.34 0.67 0.12204368 0.13
2 2 0 0 2.12 4.24 0.78170774 0.85
2 2 0 0 1.04 2.08 0.3800494 0.42
1 1 0 0 1.79 1.79 0.33443291 0.36
1 1 0 0 2.45 2.45 0.44022259 0.49
1 1 0 0 2.83 2.83 0.5064442 0.57

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 3.0 trades per day. The starting balance was $100 and the final balance was $92.17873932, resulting in an absolute profit of $-7.821260680000001 and a total profit percentage of -0.07821260680000001. The average stake amount was $18.665773400000003 and the total trade volume was $671.9678424000001. The best pair was SOL/USDT and the worst pair was XRP/USDT. The maximum balance reached was $100.2025106 and the minimum balance was $91.07288256. The market change during this period was -0.03875569931169536.

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 36 / 3.0
Starting balance 100
Final balance 92.17873932
Absolute profit -7.821260680000001
Total profit % -0.07821260680000001
Avg. stake amount 18.665773400000003
Total trade volume 671.9678424000001
Best Pair SOL/USDT
Worst Pair XRP/USDT
Max Balance 100.2025106
Min Balance 91.07288256
Market Change -0.03875569931169536

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
  }