AlligatorStrat Strategy Performance Results

Description:

This AlligatorStrategy is a technical trading strategy that uses a combination of three moving averages, the MACD indicator and price action to determine when to buy or sell an asset. The strategy is based on the premise that the prices of assets often move in waves and that these waves can be used to predict where the price of the asset will go next. The moving averages are used to determine the trend of the market and the MACD is used to measure momentum and divergences. The strategy works by looking for a bullish divergence between the MACD and the price of the asset, when the MACD indicator crosses above its signal line and the price of the asset is above all 3 moving averages. A sell signal is generated when all three moving averages are below the price, and when the MACD falls below its signal line. This strategy is a good option for traders who are looking for a conservative yet profitable trading 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 62 0.11 6.74 0.968080 0.97 1:06:00 21 0 41 33.87
ALGO/USDT 52 -0.12 -6.20 -1.087812 -1.09 1:08:00 15 0 37 28.85
LUNA/USDT 61 -0.11 -6.97 -1.412057 -1.41 1:04:00 17 0 44 27.87
XRP/USDT 69 -0.15 -10.40 -1.613907 -1.61 0:53:00 18 0 51 26.09
ETC/USDT 52 -0.20 -10.46 -1.823477 -1.82 0:46:00 10 0 42 19.23
DOT/USDT 66 -0.20 -13.29 -2.323796 -2.32 0:52:00 12 0 54 18.18
ETH/USDT 92 -0.16 -14.27 -2.443733 -2.44 1:04:00 25 0 67 27.17
BTC/USDT 97 -0.16 -15.83 -2.580212 -2.58 1:05:00 29 0 68 29.90
LINK/USDT 77 -0.22 -16.58 -2.717294 -2.72 0:55:00 23 0 54 29.87
SOL/USDT 76 -0.24 -18.43 -2.731310 -2.73 1:00:00 23 0 53 30.26
BNB/USDT 80 -0.27 -21.65 -3.557885 -3.56 0:54:00 12 0 68 15.00
LTC/USDT 91 -0.25 -22.75 -3.709519 -3.71 0:57:00 25 0 66 27.47
BCH/USDT 99 -0.27 -26.59 -4.662934 -4.66 0:53:00 21 0 78 21.21
TOTAL 974 -0.18 -176.68 -29.695857 -29.7 0:58:00 251 0 723 25.77
  • 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 %
967 244 0 723 -0.21 -198.53 -32.81562918 -39.71
5 5 0 0 0.37 1.87 0.25847217 0.37
2 2 0 0 9.99 19.98 2.8613 4.0

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 81.17 trades per day. The starting balance was $100 and the final balance was $70.30414299, resulting in an absolute profit of $-29.695857010000005 and a total profit percentage of -0.29695857010000004. The average stake amount was $16.401638110472277 and the total trade volume was $15975.195519599998. The best pair was ADA/USDT and the worst pair was BCH/USDT. The maximum balance reached was $100.3539409 and the minimum balance was $70.04567082. 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 974 / 81.17
Starting balance 100
Final balance 70.30414299
Absolute profit -29.695857010000005
Total profit % -0.29695857010000004
Avg. stake amount 16.401638110472277
Total trade volume 15975.195519599998
Best Pair ADA/USDT
Worst Pair BCH/USDT
Max Balance 100.3539409
Min Balance 70.04567082
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
  }