botbaby Strategy Performance Results

Description:

The botbaby strategy is a intraday trading strategy that utilizes the EMA (Exponential Moving Average) indicator to generate buy and sell signals. The strategy relies on the cross of the EMA13 and EMA50 indicators to establish buy signals, and the cross of the EMA13 and EMA50 indicators to establish sell signals. The strategy also utilizes a stop-loss of -0.0007. The timeframe for this strategy is set to 30 minutes, and it will process only the newest candle. The order types for this strategy are set to 'limit' for buying and selling, and 'market' for the stop-loss. The order will also be in effect for 'GTC' (Good Till Canceled).

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 7 0.22 1.51 0.288477 0.29 4:30:00 4 0 3 57.14
ADA/USDT 5 0.24 1.22 0.237997 0.24 1:48:00 3 0 2 60.00
BNB/USDT 9 -0.00 -0.01 0.009523 0.01 1:00:00 4 0 5 44.44
BTC/USDT 7 -0.09 -0.60 -0.117812 -0.12 5:51:00 3 0 4 42.86
ETC/USDT 10 -0.13 -1.25 -0.244429 -0.24 1:36:00 4 0 6 40.00
LUNA/USDT 8 -0.18 -1.45 -0.286633 -0.29 0:56:00 3 0 5 37.50
ALGO/USDT 7 -0.34 -2.38 -0.452268 -0.45 0:21:00 2 0 5 28.57
LINK/USDT 7 -0.35 -2.47 -0.486765 -0.49 0:09:00 2 0 5 28.57
XRP/USDT 11 -0.38 -4.14 -0.787806 -0.79 1:38:00 3 0 8 27.27
SOL/USDT 7 -0.62 -4.36 -0.826010 -0.83 0:09:00 1 0 6 14.29
BCH/USDT 10 -0.48 -4.76 -0.918403 -0.92 0:54:00 2 0 8 20.00
DOT/USDT 6 -0.89 -5.35 -1.029878 -1.03 0:55:00 0 0 6 0.00
ETH/USDT 12 -0.48 -5.75 -1.109757 -1.11 2:15:00 2 0 10 16.67
TOTAL 106 -0.28 -29.81 -5.723765 -5.72 1:41:00 33 0 73 31.13
  • 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 %
67 0 0 67 -0.89 -59.53 -11.44418238 -11.91
33 33 0 0 1.0 32.97 6.3400806 6.59
6 0 0 6 -0.54 -3.24 -0.6196636200000001 -0.65

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 8.83 trades per day. The starting balance was $100 and the final balance was $94.2762346, resulting in an absolute profit of $-5.7237654000000004 and a total profit percentage of -0.057237654000000006. The average stake amount was $19.199102049056606 and the total trade volume was $2035.1048172. The best pair was LTC/USDT and the worst pair was ETH/USDT. The maximum balance reached was $101.25541057 and the minimum balance was $94.2533278. The market change during this period was -0.041301382044608176.

Metric Value
Backtesting from 2024-01-01 00:00:00
Backtesting to 2024-01-13 15:00:00
Max open trades 5
Total/Daily Avg Trades 106 / 8.83
Starting balance 100
Final balance 94.2762346
Absolute profit -5.7237654000000004
Total profit % -0.057237654000000006
Avg. stake amount 19.199102049056606
Total trade volume 2035.1048172
Best Pair LTC/USDT
Worst Pair ETH/USDT
Max Balance 101.25541057
Min Balance 94.2533278
Market Change -0.041301382044608176

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
  }