RaposaDivergenceV1 Strategy Performance Results

Description:

The RaposaDivergenceV1 strategy is a momentum-based breakout trading strategy that uses a combination of the RSI (Relative Strength Indicator) and the peak detection algorithm to determine entry points and exit points. It buys when the RSI is below a user-defined threshold, and sells when the RSI is above a user-defined threshold. It uses the peak detection algorithm to detect price highs and lows and combines these with the RSI to generate trading signals. It also uses the RSI to define the stop loss and trailing stop values. This strategies is a good choice for traders looking for a simple and effective momentum strategy.

Daily Profit

Pairs

Top cryptocurrency trading pairs

Pair Buys Avg Profit % Cum Profit Tot Profit Abs Tot Profit % Avg Duration Win Draw Loss Win %
ETH/USDT 4 1.02 4.10 0.823819 0.82 1 day, 22:08:00 4 0 0 100.00
DOT/USDT 4 0.63 2.52 0.512835 0.51 2 days, 2:48:00 4 0 0 100.00
LTC/USDT 3 0.73 2.20 0.454479 0.45 3 days, 9:17:00 3 0 0 100.00
ETC/USDT 5 0.34 1.70 0.341811 0.34 3:56:00 5 0 0 100.00
BNB/USDT 5 0.32 1.58 0.317753 0.32 2:48:00 5 0 0 100.00
XRP/USDT 2 0.10 0.20 0.040570 0.04 4:00:00 2 0 0 100.00
LUNA/USDT 1 0.10 0.10 0.020651 0.02 10:55:00 1 0 0 100.00
ALGO/USDT 1 0.10 0.10 0.020110 0.02 5:35:00 1 0 0 100.00
BTC/USDT 10 -0.26 -2.63 -0.558602 -0.56 6:18:00 9 0 1 90.00
ADA/USDT 5 -1.10 -5.52 -1.156205 -1.16 12:26:00 4 0 1 80.00
BCH/USDT 7 -1.02 -7.15 -1.481486 -1.48 9:44:00 6 0 1 85.71
LINK/USDT 4 -2.39 -9.54 -1.956957 -1.96 2 days, 22:02:00 3 0 1 75.00
SOL/USDT 4 -4.18 -16.71 -3.263499 -3.26 2 days, 21:50:00 3 0 1 75.00
TOTAL 55 -0.53 -29.05 -5.884721 -5.88 1 day, 2:14:00 50 0 5 90.91
  • 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 %
49 49 0 0 0.49 23.82 4.786465530000001 4.76
5 0 0 5 -10.83 -54.14 -10.92445346 -10.83
1 1 0 0 1.26 1.26 0.25326655 0.25

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 4.58 trades per day. The starting balance was $100 and the final balance was $94.11527862, resulting in an absolute profit of $-5.88472138 and a total profit percentage of -0.0588472138. The average stake amount was $20.093759232727272 and the total trade volume was $1105.1567578. The best pair was ETH/USDT and the worst pair was SOL/USDT. The maximum balance reached was $105.03973208 and the minimum balance was $94.11527862. The market change during this period was -0.028974514364802802.

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 55 / 4.58
Starting balance 100
Final balance 94.11527862
Absolute profit -5.88472138
Total profit % -0.0588472138
Avg. stake amount 20.093759232727272
Total trade volume 1105.1567578
Best Pair ETH/USDT
Worst Pair SOL/USDT
Max Balance 105.03973208
Min Balance 94.11527862
Market Change -0.028974514364802802

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
  }