flawless_lambo Strategy Performance Results

Description:

This freqtrade strategy uses the OBVSlope, plus.di.slope, williamspercent and RSI indicators to generate buy and sell signals. It looks for buy signals when the volume is positive, the OBVSlope is positive, the plus.di.slope is positive, the williamspercent is below -66 and the price has crossed above the bolinger band lower line. Additionally, it has a trailing sell order that is enabled if the price is above the bb.upper and plus.di.slope is negative and williamspercent is greater than the defined sell williams and the RSI is greater than the defined sell RSI.

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 1 4.80 4.80 0.951215 0.95 19:15:00 1 0 0 100.00
BTC/USDT 1 4.06 4.06 0.747134 0.75 7:45:00 1 0 0 100.00
ETC/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
BNB/USDT 3 -0.20 -0.60 -0.123968 -0.12 1 day, 22:20:00 2 0 1 66.67
ADA/USDT 2 -0.32 -0.64 -0.147776 -0.15 2 days, 8:08:00 1 0 1 50.00
ETH/USDT 2 -0.55 -1.11 -0.255288 -0.26 1 day, 9:45:00 1 0 1 50.00
LINK/USDT 2 -0.75 -1.49 -0.297951 -0.3 1 day, 11:00:00 1 0 1 50.00
XRP/USDT 3 -0.57 -1.72 -0.373320 -0.37 1 day, 14:10:00 2 0 1 66.67
SOL/USDT 2 -1.77 -3.53 -0.643807 -0.64 1 day, 20:00:00 0 1 1 0.00
DOT/USDT 1 -3.94 -3.94 -0.732429 -0.73 2 days, 8:45:00 0 0 1 0.00
LTC/USDT 2 -3.05 -6.11 -1.300166 -1.3 1 day, 13:45:00 1 0 1 50.00
ALGO/USDT 2 -6.89 -13.77 -2.796563 -2.8 3 days, 23:38:00 1 0 1 50.00
BCH/USDT 2 -7.24 -14.48 -2.830334 -2.83 3 days, 15:38:00 0 0 2 0.00
TOTAL 23 -1.68 -38.53 -7.803253 -7.8 2 days, 0:34:00 11 1 11 47.83
  • 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 %
9 4 0 5 -3.9 -35.11 -7.122648409999999 -7.02
9 7 1 1 2.07 18.67 3.45541272 3.73
5 0 0 5 -4.42 -22.1 -4.13601729 -4.42

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 1.92 trades per day. The starting balance was $100 and the final balance was $92.19674702, resulting in an absolute profit of $-7.803252980000002 and a total profit percentage of -0.07803252980000001. The average stake amount was $18.866306869565218 and the total trade volume was $433.925058. The best pair was LUNA/USDT and the worst pair was BCH/USDT. The maximum balance reached was $101.62815587 and the minimum balance was $91.93267159. The market change during this period was -0.037012481011390805.

Metric Value
Backtesting from 2024-01-01 00:00:00
Backtesting to 2024-01-13 15:30:00
Max open trades 5
Total/Daily Avg Trades 23 / 1.92
Starting balance 100
Final balance 92.19674702
Absolute profit -7.803252980000002
Total profit % -0.07803252980000001
Avg. stake amount 18.866306869565218
Total trade volume 433.925058
Best Pair LUNA/USDT
Worst Pair BCH/USDT
Max Balance 101.62815587
Min Balance 91.93267159
Market Change -0.037012481011390805

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
  }