MabStra Strategy Performance Results

Description:

This Freqtrade strategies is called MabStra. It uses Moving Averages and Mojo MA indicators to determine entry and exit points for trading. It has 4 buy parameters and 4 sell parameters, namely buy_mojo_ma_timeframe, buy_fast_ma_timeframe, buy_slow_ma_timeframe, buy_div_max, buy_div_min, sell_mojo_ma_timeframe, sell_fast_ma_timeframe, sell_slow_ma_timeframe, sell_div_max and sell_div_min. The stoploss is set at -0.128 and the timeframe is 4 hours. Finally, this strategy also sets a minimal roi for each time frame.

Daily Profit

Pairs

Top cryptocurrency trading pairs

Pair Buys Avg Profit % Cum Profit Tot Profit Abs Tot Profit % Avg Duration Win Draw Loss Win %
BCH/USDT 4 1.81 7.25 1.365138 1.37 1 day, 19:00:00 3 0 1 75.00
ETH/USDT 2 3.33 6.65 1.291732 1.29 3 days, 18:00:00 1 0 1 50.00
LTC/USDT 2 2.64 5.28 1.064750 1.06 3 days, 18:00:00 2 0 0 100.00
SOL/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 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
ADA/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
DOT/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
ALGO/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
LUNA/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
BTC/USDT 2 -2.51 -5.01 -1.020278 -1.02 3 days, 18:00:00 1 0 1 50.00
LINK/USDT 2 -3.07 -6.15 -1.251785 -1.25 3 days, 18:00:00 0 1 1 0.00
TOTAL 12 0.67 8.03 1.449557 1.45 3 days, 2:20:00 7 1 4 58.33
  • 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 %
6 5 1 0 5.54 33.24 6.65252066 6.65
5 2 0 3 -2.45 -12.24 -2.47076547 -2.45
1 0 0 1 -12.97 -12.97 -2.7321984 -2.59

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 1.0 trades per day. The starting balance was $100 and the final balance was $101.44955679, resulting in an absolute profit of $1.44955679 and a total profit percentage of 0.014495567899999999. The average stake amount was $20.116403124999998 and the total trade volume was $241.39683749999998. The best pair was BCH/USDT and the worst pair was LINK/USDT. The maximum balance reached was $106.65252066 and the minimum balance was $100.5452605. 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 12 / 1.0
Starting balance 100
Final balance 101.44955679
Absolute profit 1.44955679
Total profit % 0.014495567899999999
Avg. stake amount 20.116403124999998
Total trade volume 241.39683749999998
Best Pair BCH/USDT
Worst Pair LINK/USDT
Max Balance 106.65252066
Min Balance 100.5452605
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
  }