BigZ04HO2 Strategy Performance Results

Description:

The freqtrade strategy is designed to determine buy and sell signals based on a variety of indicators and market conditions. The buy signals are determined by conditions such as the price being above the 200 Exponential Moving Average, being between the Bollinger Band lower and upper bands, having a particular RSI and MACD values, and various other conditions depending on the settings chosen. The buy volume pump and drop, and close criteria can also be adjusted. Additionally, volume and volume means can be taken into account. The sell signal is determined when the market price is 1% above the Bollinger Band middle line.

Daily Profit

Pairs

Top cryptocurrency trading pairs

Pair Buys Avg Profit % Cum Profit Tot Profit Abs Tot Profit % Avg Duration Win Draw Loss Win %
LTC/USDT 4 1.88 7.54 1.527324 1.53 8:10:00 4 0 0 100.00
LUNA/USDT 3 1.86 5.57 1.144540 1.14 13:27:00 3 0 0 100.00
LINK/USDT 2 2.80 5.59 1.111642 1.11 0:00:00 2 0 0 100.00
ADA/USDT 3 1.01 3.04 0.621349 0.62 0:30:00 3 0 0 100.00
BTC/USDT 1 2.80 2.80 0.549535 0.55 0:05:00 1 0 0 100.00
BCH/USDT 2 1.15 2.30 0.457485 0.46 1:30:00 2 0 0 100.00
ALGO/USDT 1 1.80 1.80 0.372600 0.37 0:20:00 1 0 0 100.00
ETH/USDT 1 1.80 1.80 0.352619 0.35 5 days, 5:45:00 1 0 0 100.00
XRP/USDT 2 0.50 1.00 0.203328 0.2 1:22:00 2 0 0 100.00
SOL/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
BNB/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
ETC/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
TOTAL 19 1.65 31.43 6.340423 6.34 10:52:00 19 0 0 100.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 %
19 19 0 0 1.65 31.43 6.34042252 6.29

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 1.58 trades per day. The starting balance was $100 and the final balance was $106.34042252, resulting in an absolute profit of $6.34042252 and a total profit percentage of 0.0634042252. The average stake amount was $20.268350789473683 and the total trade volume was $385.098665. The best pair was LTC/USDT and the worst pair was SOL/USDT. The maximum balance reached was $0 and the minimum balance was $0. 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 19 / 1.58
Starting balance 100
Final balance 106.34042252
Absolute profit 6.34042252
Total profit % 0.0634042252
Avg. stake amount 20.268350789473683
Total trade volume 385.098665
Best Pair LTC/USDT
Worst Pair SOL/USDT
Max Balance 0
Min Balance 0
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
  }