NFI46Frog 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 %
DOT/USDT 10 0.66 6.57 1.293275 1.29 1:38:00 9 0 1 90.00
SOL/USDT 9 0.74 6.70 1.252774 1.25 3:36:00 7 0 2 77.78
LUNA/USDT 6 0.61 3.67 0.725064 0.73 1:09:00 6 0 0 100.00
ALGO/USDT 10 0.28 2.80 0.553771 0.55 3:42:00 8 0 2 80.00
XRP/USDT 7 0.36 2.49 0.482444 0.48 0:27:00 7 0 0 100.00
BNB/USDT 15 0.15 2.31 0.449742 0.45 1:33:00 14 0 1 93.33
ADA/USDT 5 0.36 1.80 0.352085 0.35 3:52:00 3 0 2 60.00
LINK/USDT 6 0.05 0.31 0.049263 0.05 2:47:00 5 0 1 83.33
LTC/USDT 14 -0.10 -1.41 -0.278496 -0.28 3:01:00 11 0 3 78.57
BCH/USDT 7 -0.48 -3.37 -0.666223 -0.67 2:58:00 6 0 1 85.71
ETH/USDT 4 -0.99 -3.98 -0.787085 -0.79 6:29:00 2 0 2 50.00
BTC/USDT 3 -1.41 -4.24 -0.844495 -0.84 10:37:00 1 0 2 33.33
ETC/USDT 4 -1.30 -5.22 -1.026811 -1.03 6:19:00 3 0 1 75.00
TOTAL 100 0.08 8.44 1.555309 1.56 3:01:00 82 0 18 82.00
  • 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 %
80 80 0 0 0.47 37.76 7.36542863 7.55
18 0 0 18 -1.82 -32.68 -6.44496171 -6.54
1 1 0 0 2.0 2.0 0.368778 0.4
1 1 0 0 1.36 1.36 0.2660645 0.27

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 8.33 trades per day. The starting balance was $100 and the final balance was $101.55530942, resulting in an absolute profit of $1.5553094199999995 and a total profit percentage of 0.015553094199999996. The average stake amount was $19.585841580999997 and the total trade volume was $1958.5841580999997. The best pair was SOL/USDT and the worst pair was ETC/USDT. The maximum balance reached was $102.43100016 and the minimum balance was $96.91568543. 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 100 / 8.33
Starting balance 100
Final balance 101.55530942
Absolute profit 1.5553094199999995
Total profit % 0.015553094199999996
Avg. stake amount 19.585841580999997
Total trade volume 1958.5841580999997
Best Pair SOL/USDT
Worst Pair ETC/USDT
Max Balance 102.43100016
Min Balance 96.91568543
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
  }