TenderEnter Strategy Performance Results

Description:

This strategy is a combination of various indicators, including the TEMA (Triple Exponential Moving Average), SAR (Parabolic Stop and Reverse), MACD (Moving Average Convergence Divergence), and RSI (Relative Strength Index). All of these indicators are used to identify potential entry and exit points in the market. The strategy also utilizes Trailing Stop and Minimal ROI settings to exit trades. The Trailing Stop setting will adjust the Stoploss automatically as the market moves in favor of the position. The Minimal ROI settings provide the ability to walk away from a trade when the position's profits have reached a certain level, regardless of the market conditions. Additionally, the strategy also has an option to sell the position based on a Sell Signal, and an option to Ignore ROI when a Buy Signal is found.

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 1 3.94 3.94 0.762118 0.76 6:15:00 1 0 0 100.00
BTC/USDT 1 1.27 1.27 0.233920 0.23 6:15:00 1 0 0 100.00
LINK/USDT 1 0.46 0.46 0.087916 0.09 6:15:00 1 0 0 100.00
ETH/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
BNB/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
XRP/USDT 1 0.00 0.00 0.000000 0.0 10:30:00 0 1 0 0.00
DOT/USDT 1 0.00 0.00 0.000000 0.0 7 days, 20:15:00 0 1 0 0.00
SOL/USDT 7 0.06 0.43 -0.000164 0.0 15:51:00 5 1 1 71.43
BCH/USDT 3 -0.09 -0.27 -0.171093 -0.17 12:40:00 1 1 1 33.33
LTC/USDT 1 -3.38 -3.38 -0.662069 -0.66 23:45:00 0 0 1 0.00
LUNA/USDT 3 -1.20 -3.61 -0.708312 -0.71 2 days, 19:25:00 0 2 1 0.00
ETC/USDT 4 -1.70 -6.81 -1.335676 -1.34 2 days, 1:11:00 0 3 1 0.00
ALGO/USDT 4 -5.66 -22.63 -4.464318 -4.46 4:52:00 3 0 1 75.00
TOTAL 27 -1.13 -30.60 -6.257677 -6.26 1 day, 5:57:00 12 9 6 44.44
  • 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 %
21 12 9 0 1.09 22.89 4.21647976 4.58
5 0 0 5 -5.49 -27.45 -5.35355989 -5.49
1 0 0 1 -26.04 -26.04 -5.1205968 -5.21

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 2.25 trades per day. The starting balance was $100 and the final balance was $93.74232307, resulting in an absolute profit of $-6.257676930000001 and a total profit percentage of -0.0625767693. The average stake amount was $18.947356303703703 and the total trade volume was $511.5786202. The best pair was ADA/USDT and the worst pair was ALGO/USDT. The maximum balance reached was $99.09588296 and the minimum balance was $93.74232307. The market change during this period was -0.030241548729062817.

Metric Value
Backtesting from 2024-01-01 00:00:00
Backtesting to 2024-01-13 15:30:00
Max open trades 5
Total/Daily Avg Trades 27 / 2.25
Starting balance 100
Final balance 93.74232307
Absolute profit -6.257676930000001
Total profit % -0.0625767693
Avg. stake amount 18.947356303703703
Total trade volume 511.5786202
Best Pair ADA/USDT
Worst Pair ALGO/USDT
Max Balance 99.09588296
Min Balance 93.74232307
Market Change -0.030241548729062817

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
  }