CombinedBinHAndClucV2 Strategy Performance Results

Description:

This strategy is combining the Bollinger Bands and Stochastic RSI together with the SSLChannels to provide trade signals. It uses several indicators to identify the direction of the market, and then make the decision to buy or sell. The indicators used are the Bollinger Bands, Stochastic RSI, SSLChannels and the Moving Average Index (MFI). The Bollinger Bands are used to measure the volatility of the market, to help determine if a trend is overbought or oversold. The Stochastic RSI is used to measure momentum and identify possible entry and exit points for trades. The SSLChannels indicator is used to determine if the market is in a upward or downward trend. The MFI is used to identify potential entry and exit points in the market based on how overbought or oversold the market currently is. Once the indicators have been identified, the strategy determines if the market is in an uptrend or downtrend, and uses this information to decide if a buy or sell signal should be triggered. The strategy also uses stop loss protections to help minimize losses when the market moves against the trade. This strategy is suitable for short-term trading, as it attempts to take advantage of price movements over a short period of time.

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 2 1.39 2.79 0.550242 0.55 1:28:00 2 0 0 100.00
ETC/USDT 1 2.04 2.04 0.402308 0.4 1:00:00 1 0 0 100.00
ADA/USDT 1 1.00 1.00 0.199462 0.2 2:00:00 1 0 0 100.00
LTC/USDT 1 1.00 1.00 0.199131 0.2 3:30:00 1 0 0 100.00
BTC/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
ETH/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
XRP/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
ALGO/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
BNB/USDT 2 -0.09 -0.18 -0.045286 -0.05 0:18:00 1 0 1 50.00
LINK/USDT 1 -0.34 -0.34 -0.067294 -0.07 3:40:00 0 0 1 0.00
BCH/USDT 1 -0.50 -0.50 -0.098642 -0.1 4:00:00 0 0 1 0.00
LUNA/USDT 1 -5.19 -5.19 -1.037209 -1.04 1:55:00 0 0 1 0.00
TOTAL 10 0.06 0.62 0.102711 0.1 1:58:00 6 0 4 60.00
  • 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 %
5 5 0 0 2.23 11.16 2.18727 2.23
3 1 0 2 -0.06 -0.18 -0.03583832000000001 -0.04
2 0 0 2 -5.18 -10.36 -2.04872065 -2.07

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 0.83 trades per day. The starting balance was $100 and the final balance was $100.10271103, resulting in an absolute profit of $0.10271102999999994 and a total profit percentage of 0.0010271102999999994. The average stake amount was $19.760529 and the total trade volume was $197.60529. The best pair was SOL/USDT and the worst pair was LUNA/USDT. The maximum balance reached was $100.9072638 and the minimum balance was $98.9884886. 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 10 / 0.83
Starting balance 100
Final balance 100.10271103
Absolute profit 0.10271102999999994
Total profit % 0.0010271102999999994
Avg. stake amount 19.760529
Total trade volume 197.60529
Best Pair SOL/USDT
Worst Pair LUNA/USDT
Max Balance 100.9072638
Min Balance 98.9884886
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
  }