Simple Strategy Performance Results

Description:

This freqtrade strategy is called Simple and it uses the Technical Analysis indicators MACD, RSI and Bollinger Bands to generate buy and sell signals. The MACD indicator is used to determine if a coin is overbought or oversold, while the RSI is used to determine the strength of the trend. The Bollinger Bands is used to detect when prices are breaking out of the normal range. Additionally, the strategy sets a stop loss of -0.25. The strategy employs two buy signals. The first one is generated when the MACD is above 0 and its signal line, while the bollinger bands upper band is increasing, and the RSI is above 70. A sell signal is generated when the RSI is above 80.

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 14 0.97 13.57 2.650340 2.65 12:58:00 14 0 0 100.00
ETH/USDT 11 0.56 6.21 1.171673 1.17 18:34:00 10 0 1 90.91
ADA/USDT 7 0.59 4.14 0.779219 0.78 14:35:00 6 0 1 85.71
BTC/USDT 10 0.21 2.12 0.414504 0.41 20:44:00 9 0 1 90.00
DOT/USDT 2 1.00 2.00 0.366402 0.37 1:48:00 2 0 0 100.00
ETC/USDT 3 0.51 1.53 0.280433 0.28 1:47:00 2 0 1 66.67
LINK/USDT 11 0.14 1.51 0.199832 0.2 21:09:00 10 0 1 90.91
SOL/USDT 7 -0.06 -0.40 -0.092756 -0.09 6:42:00 6 0 1 85.71
BNB/USDT 5 -0.22 -1.10 -0.266446 -0.27 21:14:00 4 0 1 80.00
BCH/USDT 11 -0.25 -2.80 -0.661831 -0.66 11:40:00 10 0 1 90.91
ALGO/USDT 2 -3.00 -6.00 -1.149148 -1.15 13:10:00 1 0 1 50.00
XRP/USDT 8 -1.25 -9.97 -2.025398 -2.03 20:33:00 5 0 3 62.50
LUNA/USDT 3 -7.71 -23.14 -4.787772 -4.79 18:18:00 2 0 1 66.67
TOTAL 94 -0.13 -12.32 -3.120949 -3.12 15:34:00 81 0 13 86.17
  • 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 %
79 79 0 0 1.0 78.92 15.22079224 15.78
9 2 0 7 -4.45 -40.04 -7.964265440000001 -8.01
5 0 0 5 -5.21 -26.06 -5.203962789999999 -5.21
1 0 0 1 -25.14 -25.14 -5.17351292 -5.03

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 7.83 trades per day. The starting balance was $100 and the final balance was $96.87905109, resulting in an absolute profit of $-3.12094891 and a total profit percentage of -0.0312094891. The average stake amount was $19.36590729468085 and the total trade volume was $1820.3952856999997. The best pair was LTC/USDT and the worst pair was LUNA/USDT. The maximum balance reached was $104.47194906 and the minimum balance was $94.7798033. The market change during this period was -0.02114756712873641.

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 94 / 7.83
Starting balance 100
Final balance 96.87905109
Absolute profit -3.12094891
Total profit % -0.0312094891
Avg. stake amount 19.36590729468085
Total trade volume 1820.3952856999997
Best Pair LTC/USDT
Worst Pair LUNA/USDT
Max Balance 104.47194906
Min Balance 94.7798033
Market Change -0.02114756712873641

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
  }