StrategyScalpingFast Strategy Performance Results

Description:

This strategies is called Scalping Fast and it is designed for short-term trading. It makes use of several technical indicators for it's trading decisions, such as EMA, Stochastic, ADX, CCI, RSI, MFI and Bollinger Bands. These are all used to identify entry points when buying and selling. The Stop Loss is set to a default of 0.5% and the timeframe is set to ‘1m’. This strategy also uses the trailing stop loss approach, meaning that it will automatically adjust it's Stop Loss when the price moves in the right direction. The minimal ROI is set to 0.01. Additionally, this strategy has an ignore buying expired candle after setting, which is set to 0.

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 3 1.00 3.01 0.607754 0.61 3 days, 1:29:00 3 0 0 100.00
SOL/USDT 3 1.00 3.00 0.590704 0.59 5:26:00 3 0 0 100.00
LUNA/USDT 2 1.00 2.00 0.410869 0.41 0:29:00 2 0 0 100.00
ADA/USDT 2 1.00 2.00 0.400748 0.4 2:26:00 2 0 0 100.00
ALGO/USDT 2 1.00 2.00 0.397952 0.4 8:46:00 2 0 0 100.00
LTC/USDT 1 1.00 1.00 0.201402 0.2 10 days, 1:03:00 1 0 0 100.00
ETC/USDT 1 1.00 1.00 0.200816 0.2 8 days, 11:30:00 1 0 0 100.00
ETH/USDT 1 1.00 1.00 0.197851 0.2 16:09:00 1 0 0 100.00
BNB/USDT 5 0.04 0.18 0.016537 0.02 1 day, 4:33:00 4 0 1 80.00
BTC/USDT 3 -0.81 -2.43 -0.523074 -0.52 2 days, 8:25:00 2 0 1 66.67
LINK/USDT 3 -1.47 -4.41 -0.924636 -0.92 16:40:00 2 0 1 66.67
XRP/USDT 2 -2.43 -4.86 -1.011551 -1.01 1 day, 1:52:00 1 0 1 50.00
DOT/USDT 2 -4.67 -9.34 -1.889862 -1.89 5 days, 19:27:00 1 0 1 50.00
TOTAL 30 -0.20 -5.86 -1.324490 -1.32 1 day, 23:07:00 25 0 5 83.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 %
25 25 0 0 1.0 24.99 5.0041884 5.0
5 0 0 5 -6.17 -30.85 -6.328678030000001 -6.17

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 2.5 trades per day. The starting balance was $100 and the final balance was $98.67551037, resulting in an absolute profit of $-1.32448963 and a total profit percentage of -0.0132448963. The average stake amount was $20.098043393333334 and the total trade volume was $602.9413018. The best pair was BCH/USDT and the worst pair was DOT/USDT. The maximum balance reached was $105.0041884 and the minimum balance was $98.67551037. The market change during this period was -0.01655778623020174.

Metric Value
Backtesting from 2024-01-01 00:00:00
Backtesting to 2024-01-13 15:48:00
Max open trades 5
Total/Daily Avg Trades 30 / 2.5
Starting balance 100
Final balance 98.67551037
Absolute profit -1.32448963
Total profit % -0.0132448963
Avg. stake amount 20.098043393333334
Total trade volume 602.9413018
Best Pair BCH/USDT
Worst Pair DOT/USDT
Max Balance 105.0041884
Min Balance 98.67551037
Market Change -0.01655778623020174

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
  }