SlowPotato Strategy Performance Results

Description:

This is Slow Potato Strategy specifically designed for long term trading.The strategy uses two major indicators; low and volume.It uses the 1460 period rolling for the low and a volume greater than 0. It uses a stop loss of -0.999. Furthermore, it has different trailing stop to identify accurate entries and exits. It also uses the sell signal to only enter profitable trades and ignores the ROI if Buy signal has been triggered. It is recommended to use “GTC” (Good Till Cancelled) as “Time in Force” when operating with this strategy. It is important to note that only new candles will be taken into account when using this strategy.

Daily Profit

Pairs

Top cryptocurrency trading pairs

Pair Buys Avg Profit % Cum Profit Tot Profit Abs Tot Profit % Avg Duration Win Draw Loss Win %
ADA/USDT 5 0.60 3.01 0.598826 0.6 8:14:00 5 0 0 100.00
LUNA/USDT 2 1.44 2.89 0.574568 0.57 18:40:00 2 0 0 100.00
ALGO/USDT 3 0.53 1.60 0.321499 0.32 12:28:00 2 0 1 66.67
LINK/USDT 6 0.26 1.54 0.311508 0.31 11:55:00 6 0 0 100.00
XRP/USDT 10 0.14 1.39 0.271523 0.27 3:56:00 9 0 1 90.00
DOT/USDT 3 0.25 0.75 0.150462 0.15 11:08:00 3 0 0 100.00
BNB/USDT 2 0.15 0.30 0.055687 0.06 1 day, 16:20:00 1 0 1 50.00
LTC/USDT 1 0.12 0.12 0.023343 0.02 2 days, 18:15:00 1 0 0 100.00
ETH/USDT 1 0.10 0.10 0.019798 0.02 2 days, 16:05:00 1 0 0 100.00
BCH/USDT 1 0.01 0.01 0.001730 0.0 2 days, 12:05:00 1 0 0 100.00
ETC/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
SOL/USDT 4 -0.05 -0.21 -0.061007 -0.06 1 day, 1:34:00 3 0 1 75.00
BTC/USDT 4 -1.36 -5.43 -1.094531 -1.09 6:41:00 3 0 1 75.00
TOTAL 42 0.14 6.07 1.173407 1.17 15:43:00 37 0 5 88.10
  • 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 %
37 37 0 0 0.46 17.08 3.3950001499999996 3.42
5 0 0 5 -2.2 -11.01 -2.2215930100000003 -2.2

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 3.5 trades per day. The starting balance was $100 and the final balance was $101.17340714, resulting in an absolute profit of $1.1734071400000001 and a total profit percentage of 0.0117340714. The average stake amount was $19.964566247619047 and the total trade volume was $838.5117823999999. The best pair was ADA/USDT and the worst pair was BTC/USDT. The maximum balance reached was $103.39500015 and the minimum balance was $100.0017302. 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 42 / 3.5
Starting balance 100
Final balance 101.17340714
Absolute profit 1.1734071400000001
Total profit % 0.0117340714
Avg. stake amount 19.964566247619047
Total trade volume 838.5117823999999
Best Pair ADA/USDT
Worst Pair BTC/USDT
Max Balance 103.39500015
Min Balance 100.0017302
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
  }