BbandRsiRolling Strategy Performance Results

Description:

This strategy is called BbandRsiRolling and it is based on using the Relative Strength Index (RSI) indicator, combined with Bollinger Bands, to generate trading signals. The strategy looks to buy entry when the RSI indicator is below a threshold of 37 and the price is below the lowerband of the Bollinger Bands. Additionally, the strategy places a stoploss at -0.08. This strategy uses a 5 minute timeframe for analysis.

Daily Profit

Pairs

Top cryptocurrency trading pairs

Pair Buys Avg Profit % Cum Profit Tot Profit Abs Tot Profit % Avg Duration Win Draw Loss Win %
LUNA/USDT 3 2.58 7.75 1.556578 1.56 11:08:00 3 0 0 100.00
ETC/USDT 7 1.03 7.22 1.372674 1.37 12:16:00 6 0 1 85.71
BNB/USDT 6 0.90 5.37 0.943477 0.94 22:03:00 5 0 1 83.33
XRP/USDT 3 1.42 4.27 0.813914 0.81 2 days, 10:12:00 2 1 0 66.67
LTC/USDT 7 0.19 1.34 0.252246 0.25 15:38:00 5 1 1 71.43
BTC/USDT 9 0.02 0.17 -0.289506 -0.29 11:42:00 7 0 2 77.78
ALGO/USDT 7 -0.20 -1.40 -0.339473 -0.34 11:29:00 5 0 2 71.43
ADA/USDT 3 -0.86 -2.58 -0.637237 -0.64 15:23:00 2 0 1 66.67
ETH/USDT 7 -0.42 -2.95 -0.638283 -0.64 19:14:00 4 1 2 57.14
SOL/USDT 7 -0.46 -3.24 -0.770028 -0.77 12:30:00 5 0 2 71.43
LINK/USDT 11 -0.45 -4.91 -1.119042 -1.12 11:35:00 7 1 3 63.64
BCH/USDT 10 -0.51 -5.09 -1.172400 -1.17 11:00:00 6 1 3 60.00
DOT/USDT 4 -3.27 -13.07 -2.627843 -2.63 22:09:00 1 1 2 25.00
TOTAL 84 -0.08 -7.11 -2.654923 -2.65 15:40:00 58 6 20 69.05
  • 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 %
62 56 6 0 2.28 141.45 26.73927679 28.29
17 0 0 17 -8.18 -138.99 -27.47958564 -27.8
5 2 0 3 -1.92 -9.58 -1.9146136900000001 -1.92

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 7.0 trades per day. The starting balance was $100 and the final balance was $97.34507746, resulting in an absolute profit of $-2.6549225399999994 and a total profit percentage of -0.026549225399999994. The average stake amount was $19.134087548809525 and the total trade volume was $1607.2633541000002. The best pair was LUNA/USDT and the worst pair was DOT/USDT. The maximum balance reached was $105.0473827 and the minimum balance was $89.40695154. The market change during this period was -0.02114756712873641.

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 84 / 7.0
Starting balance 100
Final balance 97.34507746
Absolute profit -2.6549225399999994
Total profit % -0.026549225399999994
Avg. stake amount 19.134087548809525
Total trade volume 1607.2633541000002
Best Pair LUNA/USDT
Worst Pair DOT/USDT
Max Balance 105.0473827
Min Balance 89.40695154
Market Change -0.02114756712873641

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
  }