MontrealStrategy Strategy Performance Results

Description:

The MontrealStrategy is a technical strategy that takes advantage of the price-volume relationship of digital assets. It utilises two main indicators - RSI (Relative Strength Index) and Bollinger Bands - to identify entry and exit points for market trades. The RSI is used to determine when the price is overbought or oversold, while the Bollinger Bands are used to identify support and resistance levels. This strategy also uses a stoploss option to limit potential losses.

Daily Profit

Pairs

Top cryptocurrency trading pairs

Pair Buys Avg Profit % Cum Profit Tot Profit Abs Tot Profit % Avg Duration Win Draw Loss Win %
LINK/USDT 10 0.77 7.69 1.396439 1.4 6:12:00 8 0 2 80.00
XRP/USDT 10 0.36 3.55 0.650015 0.65 6:56:00 6 3 1 60.00
BNB/USDT 6 0.14 0.82 0.151567 0.15 6:45:00 3 1 2 50.00
ETC/USDT 7 -0.09 -0.60 -0.104244 -0.1 6:19:00 2 2 3 28.57
ADA/USDT 11 -0.24 -2.69 -0.475292 -0.48 8:15:00 7 0 4 63.64
BCH/USDT 9 -0.38 -3.43 -0.740506 -0.74 8:35:00 5 2 2 55.56
BTC/USDT 11 -0.43 -4.78 -0.973647 -0.97 7:53:00 7 1 3 63.64
ETH/USDT 7 -0.89 -6.21 -1.208156 -1.21 10:15:00 3 1 3 42.86
ALGO/USDT 12 -0.67 -8.09 -1.496221 -1.5 7:52:00 7 0 5 58.33
LTC/USDT 7 -1.14 -7.96 -1.600122 -1.6 6:11:00 4 2 1 57.14
DOT/USDT 8 -1.13 -9.06 -1.787199 -1.79 7:15:00 5 0 3 62.50
LUNA/USDT 6 -1.65 -9.91 -1.873479 -1.87 10:28:00 3 0 3 50.00
SOL/USDT 10 -1.07 -10.65 -2.115038 -2.12 10:34:00 2 1 7 20.00
TOTAL 114 -0.45 -51.30 -10.175882 -10.18 7:57:00 62 13 39 54.39
  • 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 %
79 41 0 38 -0.81 -64.06 -12.476942810000002 -12.81
33 20 13 0 0.61 20.26 3.7252648299999995 4.05
2 1 0 1 -3.75 -7.5 -1.4242042400000001 -1.5

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 9.5 trades per day. The starting balance was $100 and the final balance was $89.82411778, resulting in an absolute profit of $-10.17588222 and a total profit percentage of -0.1017588222. The average stake amount was $18.41819997017544 and the total trade volume was $2099.6747966000003. The best pair was LINK/USDT and the worst pair was SOL/USDT. The maximum balance reached was $101.82417885 and the minimum balance was $89.14633492. The market change during this period was -0.03523636921251221.

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 114 / 9.5
Starting balance 100
Final balance 89.82411778
Absolute profit -10.17588222
Total profit % -0.1017588222
Avg. stake amount 18.41819997017544
Total trade volume 2099.6747966000003
Best Pair LINK/USDT
Worst Pair SOL/USDT
Max Balance 101.82417885
Min Balance 89.14633492
Market Change -0.03523636921251221

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
  }