Launch Your Bot Stack Faster

Start with one exchange, one VPS, and the Telegram group. Supports FreqST at no extra cost.

Full Setup Guide

BB_RPB_TSL_SMA_Tranz_TB_1_1_1 Strategy Performance Results

Description:

Run This Strategy With The Recommended Stack

Download the strategy pack, join Telegram for updates, then use the recommended exchange and VPS links to get your bot online faster.

Join TelegramGet strategy updates and setup help

Daily Profit

Pairs

Top cryptocurrency trading pairs

Pair Buys Avg Profit % Cum Profit Tot Profit Abs Tot Profit % Avg Duration Win Draw Loss Win %
SOL/USDT 24 0.39 9.48 1.749835 1.75 4:40:00 20 0 4 83.33
ETH/USDT 11 0.50 5.46 1.035017 1.04 7:16:00 9 0 2 81.82
BCH/USDT 27 0.21 5.71 1.011465 1.01 5:03:00 25 0 2 92.59
ETC/USDT 11 0.02 0.18 -0.001074 0.0 7:36:00 8 0 3 72.73
ADA/USDT 12 -0.13 -1.51 -0.322212 -0.32 5:08:00 10 0 2 83.33
BNB/USDT 16 -0.18 -2.90 -0.490473 -0.49 7:25:00 11 0 5 68.75
ALGO/USDT 19 -0.23 -4.31 -0.797629 -0.8 4:58:00 17 0 2 89.47
BTC/USDT 19 -0.27 -5.20 -1.117845 -1.12 8:17:00 15 0 4 78.95
DOT/USDT 10 -0.66 -6.61 -1.441386 -1.44 7:04:00 8 0 2 80.00
LUNA/USDT 15 -0.53 -7.94 -1.494256 -1.49 4:32:00 13 0 2 86.67
XRP/USDT 16 -0.55 -8.82 -1.750743 -1.75 8:39:00 11 0 5 68.75
LINK/USDT 15 -0.55 -8.20 -1.768033 -1.77 7:35:00 11 0 4 73.33
LTC/USDT 12 -1.10 -13.16 -2.623665 -2.62 12:14:00 8 0 4 66.67
TOTAL 207 -0.18 -37.82 -8.010999 -8.01 6:40:00 166 0 41 80.19
  • 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 0.2 15.48 2.8955646600000002 3.1
74 74 0 0 0.96 70.85 13.34950986 14.17
36 0 0 36 -3.42 -122.94 -23.90835866 -24.59
13 11 0 2 1.54 20.06 3.69532468 4.01
4 2 0 2 -3.16 -12.65 -2.4568267099999996 -2.53
1 0 0 1 -8.62 -8.62 -1.58621287 -1.72

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 17.25 trades per day. The starting balance was $100 and the final balance was $91.98900096, resulting in an absolute profit of $-8.010999040000002 and a total profit percentage of -0.08010999040000001. The average stake amount was $18.89844191111111 and the total trade volume was $3911.9774755999997. The best pair was SOL/USDT and the worst pair was LTC/USDT. The maximum balance reached was $103.72207867 and the minimum balance was $88.91997017. The market change during this period was -0.03350112917651888.

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 207 / 17.25
Starting balance 100
Final balance 91.98900096
Absolute profit -8.010999040000002
Total profit % -0.08010999040000001
Avg. stake amount 18.89844191111111
Total trade volume 3911.9774755999997
Best Pair SOL/USDT
Worst Pair LTC/USDT
Max Balance 103.72207867
Min Balance 88.91997017
Market Change -0.03350112917651888

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
  }