Fakebuy Strategy Performance Results

Description:

This is a strategy called Fakebuy, based on the bollinger band and RSI Indicators. It's a relatively conservative strategy, which helps to ensure maximum profits over time. The strategy involves making sure to buy when the Bollinger Bands delta is greater than the close and when the RSI is above 60. The sell signal is triggered when the profit on the active trade falls below 8.5%, or when the RSI indicator drops below 50. It is also possible to set parameters such as the minimum ROI and the frequency of checking for the buy and sell signals, as well as to set a stop loss for losses. In addition, the strategy takes into account the performance of other trades currently in play, with the aim of avoiding a sell before the average ROI of other trades surpassed -0.5%.

Daily Profit

Pairs

Top cryptocurrency trading pairs

Pair Buys Avg Profit % Cum Profit Tot Profit Abs Tot Profit % Avg Duration Win Draw Loss Win %
XRP/USDT 1 3.09 3.09 0.581305 0.58 0:10:00 1 0 0 100.00
BTC/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
BCH/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
LINK/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
LTC/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
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
ADA/USDT 2 -3.09 -6.18 -1.251654 -1.25 0:02:00 1 0 1 50.00
LUNA/USDT 2 -8.68 -17.36 -3.266523 -3.27 0:00:00 0 0 2 0.00
ALGO/USDT 2 -8.66 -17.32 -3.287742 -3.29 0:00:00 0 0 2 0.00
TOTAL 7 -5.40 -37.77 -7.224614 -7.22 0:02:00 2 0 5 28.57
  • 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 0 0 5 -8.67 -43.36 -8.27481832 -8.67
2 2 0 0 2.79 5.59 1.0502045 1.12

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 0.58 trades per day. The starting balance was $100 and the final balance was $92.77538618, resulting in an absolute profit of $-7.22461382 and a total profit percentage of -0.0722461382. The average stake amount was $18.982183428571428 and the total trade volume was $132.875284. The best pair was XRP/USDT and the worst pair was LUNA/USDT. The maximum balance reached was $98.27944588 and the minimum balance was $91.72518168. The market change during this period was -0.04163316982623192.

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 7 / 0.58
Starting balance 100
Final balance 92.77538618
Absolute profit -7.22461382
Total profit % -0.0722461382
Avg. stake amount 18.982183428571428
Total trade volume 132.875284
Best Pair XRP/USDT
Worst Pair LUNA/USDT
Max Balance 98.27944588
Min Balance 91.72518168
Market Change -0.04163316982623192

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
  }