NFI4Frog Strategy Performance Results

Description:

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 9 0.77 6.91 1.321680 1.32 2:01:00 7 0 2 77.78
LUNA/USDT 6 0.61 3.65 0.717924 0.72 2:08:00 5 0 1 83.33
DOT/USDT 11 0.33 3.67 0.706972 0.71 1:44:00 7 0 4 63.64
BNB/USDT 12 0.23 2.71 0.528467 0.53 0:59:00 8 0 4 66.67
XRP/USDT 6 0.32 1.95 0.373140 0.37 0:28:00 6 0 0 100.00
ALGO/USDT 10 0.18 1.77 0.346270 0.35 2:07:00 6 0 4 60.00
LINK/USDT 8 0.06 0.47 0.081432 0.08 1:01:00 5 0 3 62.50
LTC/USDT 9 -0.04 -0.32 -0.063536 -0.06 1:48:00 5 0 4 55.56
ADA/USDT 5 -0.19 -0.95 -0.191855 -0.19 3:42:00 3 0 2 60.00
BTC/USDT 3 -0.57 -1.70 -0.333452 -0.33 3:05:00 1 0 2 33.33
ETH/USDT 4 -1.30 -5.20 -1.028467 -1.03 3:11:00 2 0 2 50.00
BCH/USDT 7 -0.76 -5.35 -1.060432 -1.06 2:02:00 5 0 2 71.43
ETC/USDT 6 -1.20 -7.19 -1.415288 -1.42 2:48:00 0 0 6 0.00
TOTAL 96 0.00 0.43 -0.017143 -0.02 1:54:00 60 0 36 62.50
  • 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 %
93 57 0 36 -0.08 -7.44 -1.54830164 -1.49
3 3 0 0 2.62 7.87 1.5311583999999998 1.57

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 8.0 trades per day. The starting balance was $100 and the final balance was $99.98285676, resulting in an absolute profit of $-0.017143240000000115 and a total profit percentage of -0.00017143240000000115. The average stake amount was $19.520618673958335 and the total trade volume was $1873.9793927. The best pair was SOL/USDT and the worst pair was ETC/USDT. The maximum balance reached was $101.17812823 and the minimum balance was $97.13883388. 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 96 / 8.0
Starting balance 100
Final balance 99.98285676
Absolute profit -0.017143240000000115
Total profit % -0.00017143240000000115
Avg. stake amount 19.520618673958335
Total trade volume 1873.9793927
Best Pair SOL/USDT
Worst Pair ETC/USDT
Max Balance 101.17812823
Min Balance 97.13883388
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
  }