WaveTrendStra Strategy Performance Results

Description:

This strategy uses 3 different indicators. First it uses the Average Price (AP) indicator, which is calculated by taking the average of the High, Low, and Closing price. The second indicator used is the Exponential Moving Average (EMA) of the AP from the previous indicator. The third indicator, the Directional Movement Index (DMI) is then calculated using the difference between AP and the EMA and is then further smoothed using the EMA of the DMI. Lastly, the Trend Continuation Index (TCI) is calculated using the DMI and then smoothed using another SMA. The final buy and sell signals are determined by when the TCI and the SMA of the TCI cross above or below each other. By implementing this strategy, traders can find out when they should enter and exit the market.

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 11.89 11.89 2.369295 2.37 1 day, 16:00:00 1 0 0 100.00
ETH/USDT 1 11.63 11.63 2.318831 2.32 1 day, 20:00:00 1 0 0 100.00
LTC/USDT 2 3.56 7.12 1.422651 1.42 1 day, 6:00:00 2 0 0 100.00
LUNA/USDT 1 6.26 6.26 1.252573 1.25 2 days, 8:00:00 1 0 0 100.00
BTC/USDT 1 4.79 4.79 0.941853 0.94 1 day, 4:00:00 1 0 0 100.00
BCH/USDT 1 2.65 2.65 0.524344 0.52 1 day, 12:00:00 1 0 0 100.00
XRP/USDT 2 1.13 2.26 0.444021 0.44 22:00:00 1 0 1 50.00
LINK/USDT 1 0.28 0.28 0.055385 0.06 1 day, 4:00:00 1 0 0 100.00
SOL/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
ETC/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
BNB/USDT 1 -0.30 -0.30 -0.059354 -0.06 4:00:00 0 0 1 0.00
ALGO/USDT 1 -1.06 -1.06 -0.208735 -0.21 1 day, 8:00:00 0 0 1 0.00
DOT/USDT 1 -1.68 -1.68 -0.332876 -0.33 1 day, 8:00:00 0 0 1 0.00
TOTAL 13 3.37 43.83 8.727989 8.73 1 day, 7:05:00 9 0 4 69.23
  • 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 %
13 9 0 4 3.37 43.83 8.72798857 8.77

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 1.08 trades per day. The starting balance was $100 and the final balance was $108.72798857000001, resulting in an absolute profit of $8.72798857 and a total profit percentage of 0.0872798857. The average stake amount was $19.878444000000002 and the total trade volume was $258.419772. The best pair was ADA/USDT and the worst pair was DOT/USDT. The maximum balance reached was $108.72798857000001 and the minimum balance was $100.45562686. The market change during this period was -0.019326491533727033.

Metric Value
Backtesting from 2024-01-01 00:00:00
Backtesting to 2024-01-13 08:00:00
Max open trades 5
Total/Daily Avg Trades 13 / 1.08
Starting balance 100
Final balance 108.72798857000001
Absolute profit 8.72798857
Total profit % 0.0872798857
Avg. stake amount 19.878444000000002
Total trade volume 258.419772
Best Pair ADA/USDT
Worst Pair DOT/USDT
Max Balance 108.72798857000001
Min Balance 100.45562686
Market Change -0.019326491533727033

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
  }