fahmibah Strategy Performance Results

Description:

This is a buy-only strategy for Freqtrade called “fahmibah” which uses Bollinger Bands, Heikin-Ashi, EMA/RSI for entry and price action, support/resistance and a Trailing Stop Loss to exit from long positions. It looks for low volatility, a close close above the lower Bollinger Band and a bullish ROCR, and combines them with bullish Heikin-Ashi candles and a bullish EMA/RSI crossover to confirm entry. The strategy also uses a custom Stop Loss based on the position take-profit, self-adjusting depending on how much has been gained.

Daily Profit

Pairs

Top cryptocurrency trading pairs

Pair Buys Avg Profit % Cum Profit Tot Profit Abs Tot Profit % Avg Duration Win Draw Loss Win %
BTC/USDT 9 1.05 9.42 1.748742 1.75 6:39:00 9 0 0 100.00
ALGO/USDT 8 1.10 8.80 1.691251 1.69 3:24:00 8 0 0 100.00
ETH/USDT 6 1.12 6.73 1.266796 1.27 23:58:00 6 0 0 100.00
BNB/USDT 8 0.33 2.66 0.490223 0.49 1 day, 3:12:00 7 0 1 87.50
LINK/USDT 12 0.14 1.68 0.223158 0.22 10:04:00 10 0 2 83.33
XRP/USDT 5 -0.36 -1.78 -0.344266 -0.34 1 day, 17:42:00 4 0 1 80.00
SOL/USDT 8 -0.21 -1.70 -0.439170 -0.44 4:28:00 7 0 1 87.50
LUNA/USDT 8 -0.24 -1.94 -0.510824 -0.51 3:20:00 7 0 1 87.50
LTC/USDT 7 -0.32 -2.26 -0.605214 -0.61 5:59:00 6 0 1 85.71
DOT/USDT 7 -0.57 -4.00 -0.840802 -0.84 12:37:00 6 0 1 85.71
ETC/USDT 9 -1.27 -11.45 -2.287427 -2.29 16:10:00 7 0 2 77.78
BCH/USDT 13 -0.96 -12.54 -2.552620 -2.55 6:37:00 10 0 3 76.92
ADA/USDT 9 -2.59 -23.27 -4.693603 -4.69 12:19:00 6 0 3 66.67
TOTAL 109 -0.27 -29.65 -6.853757 -6.85 12:03:00 93 0 16 85.32
  • 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 %
82 82 0 0 1.07 87.62 16.55881309 17.52
22 9 0 13 -4.7 -103.44 -20.74738895 -20.69
5 2 0 3 -2.76 -13.82 -2.6651809500000003 -2.76

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 9.08 trades per day. The starting balance was $100 and the final balance was $93.14624319, resulting in an absolute profit of $-6.853756810000001 and a total profit percentage of -0.06853756810000002. The average stake amount was $19.02458332844037 and the total trade volume was $2073.6795828000004. The best pair was BTC/USDT and the worst pair was ADA/USDT. The maximum balance reached was $103.91983848 and the minimum balance was $91.69368998. 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 109 / 9.08
Starting balance 100
Final balance 93.14624319
Absolute profit -6.853756810000001
Total profit % -0.06853756810000002
Avg. stake amount 19.02458332844037
Total trade volume 2073.6795828000004
Best Pair BTC/USDT
Worst Pair ADA/USDT
Max Balance 103.91983848
Min Balance 91.69368998
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
  }