NostalgiaForInfinityV1 Strategy Performance Results

Description:

This strategy is equipped with Bollinger Bands, SMA, EMA and SSL Channels to help properly predict trends in the market. It uses RSI, as well as volume indicators, to help determine when it should initiate a position or terminate one. Additionally, it uses the 1H informative pair indicator to help make decisions about what positions to take from a higher time frame perspective. The strategy also uses an exit strategy which takes into account the RSI indicator. It will not close a profitable position if the RSI is above 50 for the asset.

Daily Profit

Pairs

Top cryptocurrency trading pairs

Pair Buys Avg Profit % Cum Profit Tot Profit Abs Tot Profit % Avg Duration Win Draw Loss Win %
BNB/USDT 1 5.54 5.54 1.071740 1.07 3:05:00 1 0 0 100.00
LTC/USDT 2 1.05 2.11 0.409985 0.41 5:25:00 1 0 1 50.00
ETH/USDT 4 0.49 1.96 0.376736 0.38 3:42:00 3 0 1 75.00
LINK/USDT 2 0.96 1.91 0.371316 0.37 5:00:00 1 0 1 50.00
ETC/USDT 5 0.10 0.48 0.053293 0.05 6:50:00 2 0 3 40.00
ADA/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
DOT/USDT 1 -0.55 -0.55 -0.109610 -0.11 5:50:00 0 0 1 0.00
BTC/USDT 5 -0.17 -0.86 -0.178004 -0.18 7:24:00 2 0 3 40.00
SOL/USDT 1 -2.92 -2.92 -0.552389 -0.55 7:25:00 0 0 1 0.00
BCH/USDT 3 -2.69 -8.06 -1.587945 -1.59 10:02:00 1 0 2 33.33
XRP/USDT 2 -4.48 -8.96 -1.740901 -1.74 6:00:00 0 0 2 0.00
TOTAL 26 -0.36 -9.36 -1.885781 -1.89 6:21:00 11 0 15 42.31
  • 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 %
26 11 0 15 -0.36 -9.36 -1.88578137 -1.87

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 2.17 trades per day. The starting balance was $100 and the final balance was $98.11421863, resulting in an absolute profit of $-1.88578137 and a total profit percentage of -0.0188578137. The average stake amount was $19.558361242307694 and the total trade volume was $508.51739230000004. The best pair was BNB/USDT and the worst pair was XRP/USDT. The maximum balance reached was $101.4135356 and the minimum balance was $97.81867077. The market change during this period was -0.03336748620829983.

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 26 / 2.17
Starting balance 100
Final balance 98.11421863
Absolute profit -1.88578137
Total profit % -0.0188578137
Avg. stake amount 19.558361242307694
Total trade volume 508.51739230000004
Best Pair BNB/USDT
Worst Pair XRP/USDT
Max Balance 101.4135356
Min Balance 97.81867077
Market Change -0.03336748620829983

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
  }