CombinedBinHAndClucV6H Strategy Performance Results

Description:

This freqtrade strategy uses two indicators: the EMA 50 and the EMA 200. It also uses two buy conditions and one sell condition, allowing it to be used to trade safely and efficiently on the crypto markets. The buy conditions are: (1) when the close of the candle is above the EMA 200 and both EMA 50 and EMA 200 are above the EMA 200 1h; (2) when the close of the candle is lower than the EMA 50 and the volume is lower than the volume mean slow; and (3) when the close of the candle is below the SMA 5 and the RSI is lower than the RSI 1h - buy long RSIDiff. The sell conditions is when the close of the candle is above the Bollinger Band Upperband and the volume is higher than 0.

Daily Profit

Pairs

Top cryptocurrency trading pairs

Pair Buys Avg Profit % Cum Profit Tot Profit Abs Tot Profit % Avg Duration Win Draw Loss Win %
ETC/USDT 7 1.67 11.66 2.319562 2.32 1:24:00 7 0 0 100.00
BTC/USDT 3 1.01 3.02 0.587730 0.59 3:13:00 3 0 0 100.00
LTC/USDT 1 1.81 1.81 0.365449 0.37 1:05:00 1 0 0 100.00
BCH/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
LINK/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
SOL/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
ADA/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
LUNA/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
BNB/USDT 1 -1.05 -1.05 -0.206317 -0.21 6:50:00 0 0 1 0.00
ETH/USDT 1 -1.30 -1.30 -0.256375 -0.26 9:15:00 0 0 1 0.00
TOTAL 13 1.09 14.14 2.810048 2.81 2:49:00 11 0 2 84.62
  • 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 1.81 9.04 1.8081349799999997 1.81
4 4 0 0 0.87 3.47 0.6781956299999999 0.69
4 2 0 2 0.41 1.63 0.3237178399999999 0.33

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 1.08 trades per day. The starting balance was $100 and the final balance was $102.81004845, resulting in an absolute profit of $2.81004845 and a total profit percentage of 0.0281004845. The average stake amount was $19.79233514615385 and the total trade volume was $257.30035690000005. The best pair was ETC/USDT and the worst pair was ETH/USDT. The maximum balance reached was $102.81004845 and the minimum balance was $99.64458641. 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 13 / 1.08
Starting balance 100
Final balance 102.81004845
Absolute profit 2.81004845
Total profit % 0.0281004845
Avg. stake amount 19.79233514615385
Total trade volume 257.30035690000005
Best Pair ETC/USDT
Worst Pair ETH/USDT
Max Balance 102.81004845
Min Balance 99.64458641
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
  }