2 related strategies (⧉ identical code, ≈ similar name)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 | # pragma pylint: disable=missing-docstring, invalid-name, pointless-string-statement # flake8: noqa: F401 # isort: skip_file # --- Do not remove these libs --- import numpy as np import pandas as pd from pandas import DataFrame from datetime import datetime from typing import Optional, Union from freqtrade.strategy import (BooleanParameter, CategoricalParameter, DecimalParameter, IntParameter, IStrategy, merge_informative_pair) # -------------------------------- # Add your lib to import here import talib.abstract as ta import pandas_ta as pta from technical import qtpylib class picasso_slope_is_dope_adx_1h_2Lev_dec15_3mt(IStrategy): ''' max-trades : 3 freqtrade backtesting --strategy picasso_slope_is_dope_adx_1h_2Lev_dec15_3mt -i 1h --export trades --breakdown month --timerange 20211101-20221208 freqtrade hyperopt --hyperopt-loss SharpeHyperOptLoss --spaces all --strategy picasso_slope_is_dope_adx_1h_2Lev_dec15_3mt -e 155 --ignore-missing-spaces -i 1h --timerange 20220101-20221208 --random-state 10102 =========================================================== ENTER TAG STATS =========================================================== | TAG | Entries | Avg Profit % | Cum Profit % | Tot Profit USDT | Tot Profit % | Avg Duration | Win Draw Loss Win% | |-------+-----------+----------------+----------------+-------------------+----------------+----------------+-------------------------| | TOTAL | 3814 | 0.85 | 3238.63 | 4845.917 | 484.59 | 2:35:00 | 2752 0 1062 72.2 | ======================================================= EXIT REASON STATS ======================================================== | Exit Reason | Exits | Win Draws Loss Win% | Avg Profit % | Cum Profit % | Tot Profit USDT | Tot Profit % | |--------------------+---------+--------------------------+----------------+----------------+-------------------+----------------| | trailing_stop_loss | 2828 | 2686 0 142 95.0 | 2.75 | 7785.19 | 11631.5 | 2595.06 | | exit_signal | 904 | 10 0 894 1.1 | -6.05 | -5472.23 | -8174.27 | -1824.08 | | roi | 69 | 55 0 14 79.7 | 17.63 | 1216.64 | 1821.33 | 405.55 | | stop_loss | 10 | 0 0 10 0 | -28.95 | -289.5 | -430.463 | -96.5 | | force_exit | 3 | 1 0 2 33.3 | -0.49 | -1.48 | -2.212 | -0.49 | ======================================================== LEFT OPEN TRADES REPORT ========================================================= | Pair | Entries | Avg Profit % | Cum Profit % | Tot Profit USDT | Tot Profit % | Avg Duration | Win Draw Loss Win% | |----------+-----------+----------------+----------------+-------------------+----------------+----------------+-------------------------| | ZEN/USDT | 1 | 0.42 | 0.42 | 0.628 | 0.06 | 7:00:00 | 1 0 0 100 | | ZEC/USDT | 1 | -0.22 | -0.22 | -0.326 | -0.03 | 6:00:00 | 0 0 1 0 | | AR/USDT | 1 | -1.68 | -1.68 | -2.513 | -0.25 | 1:00:00 | 0 0 1 0 | | TOTAL | 3 | -0.49 | -1.48 | -2.212 | -0.22 | 4:40:00 | 1 0 2 33.3 | ======================= MONTH BREAKDOWN ======================== | Month | Tot Profit USDT | Wins | Draws | Losses | |------------+-------------------+--------+---------+----------| | 31/01/2022 | 518.64 | 280 | 0 | 87 | | 28/02/2022 | 253.151 | 216 | 0 | 90 | | 31/03/2022 | 781.56 | 352 | 0 | 107 | | 30/04/2022 | 354.388 | 238 | 0 | 77 | | 31/05/2022 | 1166.55 | 292 | 0 | 67 | | 30/06/2022 | 209.446 | 189 | 0 | 58 | | 31/07/2022 | 417.505 | 325 | 0 | 119 | | 31/08/2022 | 321.697 | 220 | 0 | 101 | | 30/09/2022 | -30.796 | 157 | 0 | 89 | | 31/10/2022 | 163.703 | 214 | 0 | 132 | | 30/11/2022 | 567.286 | 212 | 0 | 84 | | 31/12/2022 | 122.791 | 57 | 0 | 51 | ================== SUMMARY METRICS ================== | Metric | Value | |-----------------------------+---------------------| | Backtesting from | 2022-01-01 00:00:00 | | Backtesting to | 2022-12-08 00:00:00 | | Max open trades | 3 | | | | | Total/Daily Avg Trades | 3814 / 11.18 | | Starting balance | 1000 USDT | | Final balance | 5845.917 USDT | | Absolute profit | 4845.917 USDT | | Total profit % | 484.59% | | CAGR % | 561.95% | | Profit factor | 1.53 | | Trades per day | 11.18 | | Avg. daily profit % | 1.42% | | Avg. stake amount | 149.366 USDT | | Total trade volume | 569682.426 USDT | | | | | Long / Short | 2397 / 1417 | | Total profit Long % | 348.13% | | Total profit Short % | 136.47% | | Absolute profit Long | 3481.267 USDT | | Absolute profit Short | 1364.65 USDT | | | | | Best Pair | GMT/USDT 226.73% | | Worst Pair | BAL/USDT -45.58% | | Best trade | CELO/USDT 29.82% | | Worst trade | AAVE/USDT -29.03% | | Best day | 231.141 USDT | | Worst day | -71.979 USDT | | Days win/draw/lose | 187 / 54 / 95 | | Avg. Duration Winners | 1:31:00 | | Avg. Duration Loser | 5:21:00 | | Rejected Entry signals | 361560 | | Entry/Exit Timeouts | 0 / 508 | | | | | Min balance | 953.364 USDT | | Max balance | 5862.83 USDT | | Max % of account underwater | 6.01% | | Absolute Drawdown (Account) | 3.51% | | Absolute Drawdown | 180.58 USDT | | Drawdown high | 4143.184 USDT | | Drawdown low | 3962.604 USDT | | Drawdown Start | 2022-09-10 08:00:00 | | Drawdown End | 2022-10-02 00:00:00 | | Market change | -76.77% | ===================================================== 2022-12-14 06:18:09,580 - NostalgiaForInfinityX_dec13_15m - INFO - pandas_ta successfully imported 2022-12-14 06:18:09,686 - freqtrade.optimize.hyperopt_tools - INFO - Dumping parameters to /freqtrade/user_data/strategies/slope_is_dope_adx_1h_2Lev_dec14.json Epoch details: 139/155: 3814 trades. 2752/0/1062 Wins/Draws/Losses. Avg profit 0.85%. Median profit 2.26%. Total profit 4845.91739859 USDT ( 484.59%). Avg duration 2:35:00 min. Objective: -30.40069 # Buy hyperspace params: buy_params = { "adx_long": 39, "adx_short": 20, "close_market_shift_long": 6, "close_market_shift_short": 9, "entryMA_tp": 8, "fastMA_tp": 16, "marketMA_tp": 97, "rsi_tp": 10, "slowMA_tp": 57, "leverage_num": 2, # value loaded from strategy } # Sell hyperspace params: sell_params = { "last_lowest_rolling_long": 9, "last_lowest_rolling_short": 9, } # Protection hyperspace params: protection_params = { "max_allowed_drawdown": 0.45, "max_drawdown_lookback": 102, "max_drawdown_stop_duration": 53, "max_drawdown_trade_limit": 14, "stoploss_guard_lookback": 157, "stoploss_guard_stop_duration": 191, "stoploss_guard_trade_limit": 18, } # ROI table: minimal_roi = { "0": 0.283, "132": 0.16, "548": 0.071, "961": 0 } # Stoploss: stoploss = -0.289 # Trailing stop: trailing_stop = True trailing_stop_positive = 0.01 trailing_stop_positive_offset = 0.021 trailing_only_offset_is_reached = True ''' INTERFACE_VERSION = 3 # Optimal timeframe for the strategy. timeframe = '1h' # Can this strategy go short? can_short: bool = True minimal_roi = { "0": 0.283, "132": 0.16, "548": 0.071, "961": 0 } stoploss = -0.289 # Trailing stop: trailing_stop = True trailing_stop_positive = 0.01 trailing_stop_positive_offset = 0.021 trailing_only_offset_is_reached = True ''' ''' #leverage here leverage_optimize = False leverage_num = IntParameter(low=1, high=5, default=2, space='buy', optimize=leverage_optimize) # Run "populate_indicators()" only for new candle. process_only_new_candles = True # These values can be overridden in the config. use_exit_signal = True exit_profit_only = False ignore_roi_if_entry_signal = False # Number of candles the strategy requires before producing valid signals startup_candle_count: int = 30 # Strategy parameters # buy_rsi = IntParameter(10, 40, default=30, space="buy") # sell_rsi = IntParameter(60, 90, default=70, space="sell") close_market_shift_long = IntParameter(5,15,default=6,space="buy") close_market_shift_short = IntParameter(5,15,default=9,space="buy") entryMA_tp = IntParameter(1,10, default=8, space="buy") fastMA_tp = IntParameter(10,30, default=16, space="buy") marketMA_tp = IntParameter(95,220, default=97, space="buy") rsi_tp = IntParameter(5,20, default=10, space="buy") slowMA_tp = IntParameter(30,60, default=57, space="buy") adx_long = IntParameter(15,50, default=39, space="buy") adx_short = IntParameter(15,50, default=20, space="buy") # rsi_value_long = IntParameter(30,80, default=55, space="buy") # rsi_value_short = IntParameter(30,80, default=55, space="buy") last_lowest_rolling_long = IntParameter(5,20,default=9, space="sell") last_lowest_rolling_short = IntParameter(5,20,default=9, space="sell") # protection protect_optimize = True # cooldown_lookback = IntParameter(1, 240, default=6, space="protection", optimize=protect_optimize) max_drawdown_lookback = IntParameter(1, 288, default=8, space="protection", optimize=protect_optimize) max_drawdown_trade_limit = IntParameter(1, 20, default=1, space="protection", optimize=protect_optimize) max_drawdown_stop_duration = IntParameter(1, 288, default=8, space="protection", optimize=protect_optimize) max_allowed_drawdown = DecimalParameter(0.10, 0.50, default=0.12, decimals=2, space="protection", optimize=protect_optimize) stoploss_guard_lookback = IntParameter(1, 288, default=10, space="protection", optimize=protect_optimize) stoploss_guard_trade_limit = IntParameter(1, 20, default=1, space="protection", optimize=protect_optimize) stoploss_guard_stop_duration = IntParameter(1, 288, default=8, space="protection", optimize=protect_optimize) @property def protections(self): return [ # { # "method": "CooldownPeriod", # "stop_duration_candles": self.cooldown_lookback.value # }, { "method": "MaxDrawdown", "lookback_period_candles": self.max_drawdown_lookback.value, "trade_limit": self.max_drawdown_trade_limit.value, "stop_duration_candles": self.max_drawdown_stop_duration.value, "max_allowed_drawdown": self.max_allowed_drawdown.value }, { "method": "StoplossGuard", "lookback_period_candles": self.stoploss_guard_lookback.value, "trade_limit": self.stoploss_guard_trade_limit.value, "stop_duration_candles": self.stoploss_guard_stop_duration.value, "only_per_pair": False } ] # Optional order type mapping. order_types = { 'entry': 'limit', 'exit': 'limit', 'stoploss': 'market', 'stoploss_on_exchange': False } # Optional order time in force. order_time_in_force = { 'entry': 'GTC', 'exit': 'GTC' } @property def plot_config(self): return { # Main plot indicators (Moving averages, ...) "main_plot": { # Configuration for main plot indicators. "fastMA": {"color": "red"}, "slowMA": {"color": "blue"}, }, "subplots": { # Additional subplots "rsi": {"rsi": {"color": "blue"}}, "fast_slope": {"fast_slope": {"color": "red"}, "slow_slope": {"color": "blue"}}, }, } def informative_pairs(self): """ Define additional, informative pair/interval combinations to be cached from the exchange. These pair/interval combinations are non-tradeable, unless they are part of the whitelist as well. For more information, please consult the documentation :return: List of tuples in the format (pair, interval) Sample: return [("ETH/USDT", "5m"), ("BTC/USDT", "15m"), ] """ return [] def populate_indicators(self, dataframe: DataFrame, metadata: dict) -> DataFrame: """ Adds several different TA indicators to the given DataFrame Performance Note: For the best performance be frugal on the number of indicators you are using. Let uncomment only the indicator you are using in your strategies or your hyperopt configuration, otherwise you will waste your memory and CPU usage. :param dataframe: Dataframe with data from the exchange :param metadata: Additional information, like the currently traded pair :return: a Dataframe with all mandatory indicators for the strategies """ dataframe['rsi'] = ta.RSI(dataframe, timeperiod=self.rsi_tp.value) dataframe['marketMA'] = ta.SMA(dataframe, timeperiod=self.marketMA_tp.value) dataframe['fastMA'] = ta.SMA(dataframe, timeperiod=self.fastMA_tp.value) dataframe['slowMA'] = ta.SMA(dataframe, timeperiod=self.slowMA_tp.value) dataframe['entryMA'] = ta.SMA(dataframe, timeperiod=self.slowMA_tp.value) dataframe['adx'] = ta.ADX(dataframe) # Calculate slope of slowMA # See: https://www.wikihow.com/Find-the-Slope-of-a-Line dataframe['sy1'] = dataframe['slowMA'].shift(+11) dataframe['sy2'] = dataframe['slowMA'].shift(+1) sx1 = 1 sx2 = 11 dataframe['sy'] = dataframe['sy2'] - dataframe['sy1'] dataframe['sx'] = sx2 - sx1 dataframe['slow_slope'] = dataframe['sy']/dataframe['sx'] dataframe['fy1'] = dataframe['fastMA'].shift(+11) dataframe['fy2'] = dataframe['fastMA'].shift(+1) fx1 = 1 fx2 = 11 dataframe['fy'] = dataframe['fy2'] - dataframe['fy1'] dataframe['fx'] = fx2 - fx1 dataframe['fast_slope'] = dataframe['fy']/dataframe['fx'] # print(dataframe[['date','close', 'slow_slope','fast_slope']].tail(50)) # ==== Trailing custom stoploss indicator ==== dataframe['last_lowest_long'] = dataframe['low'].rolling(self.last_lowest_rolling_long.value).min().shift(1) dataframe['last_lowest_short'] = dataframe['low'].rolling(self.last_lowest_rolling_short.value).min().shift(1) return dataframe def populate_entry_trend(self, dataframe: DataFrame, metadata: dict) -> DataFrame: """ Based on TA indicators, populates the entry signal for the given dataframe :param dataframe: DataFrame :param metadata: Additional information, like the currently traded pair :return: DataFrame with entry columns populated """ dataframe.loc[ ( ( (dataframe['adx'] > self.adx_long.value) & (dataframe['close'] > dataframe['marketMA']) & # Only trade when the fast slope is above 0 (dataframe['fast_slope'] > 0) & # Only trade when the slow slope is above 0 (dataframe['slow_slope'] > 0) & # Only buy when the close price is higher than the 3day average of ten periods ago # (dataframe['close'] > dataframe['entryMA'].shift(+11)) & # Or only buy when the close price is higher than the close price of 3 days ago (this is a choice) (dataframe['close'] > dataframe['close'].shift(self.close_market_shift_long.value)) & # Only enter trades when the RSI is higher than 55 (dataframe['rsi'] > 55) & # Only trade when the fast MA is above the slow MA (dataframe['fastMA'] > dataframe['slowMA']) # Or trade when the fase MA crosses above the slow MA (This is a choice...) # (qtpylib.crossed_above(dataframe['fastMA'], dataframe['slowMA'])) ) ), 'enter_long'] = 1 # Uncomment to use shorts (Only used in futures/margin mode. Check the documentation for more info) dataframe.loc[ ( ( (dataframe['adx'] > self.adx_short.value) & (dataframe['close'] < dataframe['marketMA']) & # Only trade when the fast slope is above 0 (dataframe['fast_slope'] < 0) & # Only trade when the slow slope is above 0 (dataframe['slow_slope'] < 0) & # Only buy when the close price is higher than the 3day average of ten periods ago # (dataframe['close'] > dataframe['entryMA'].shift(+11)) & # Or only buy when the close price is higher than the close price of 3 days ago (this is a choice) (dataframe['close'] < dataframe['close'].shift(self.close_market_shift_short.value)) & # Only enter trades when the RSI is higher than 55 (dataframe['rsi'] < 55) & # Only trade when the fast MA is above the slow MA (dataframe['fastMA'] < dataframe['slowMA']) # Or trade when the fase MA crosses above the slow MA (This is a choice...) # (qtpylib.crossed_above(dataframe['fastMA'], dataframe['slowMA'])) ) ), 'enter_short'] = 1 return dataframe def populate_exit_trend(self, dataframe: DataFrame, metadata: dict) -> DataFrame: """ Based on TA indicators, populates the exit signal for the given dataframe :param dataframe: DataFrame :param metadata: Additional information, like the currently traded pair :return: DataFrame with exit columns populated """ dataframe.loc[ ( # Close or do not trade when fastMA is below slowMA (dataframe['fastMA'] < dataframe['slowMA']) # Or close position when the close price gets below the last lowest candle price configured # (AKA candle based (Trailing) stoploss) | (dataframe['close'] < dataframe['last_lowest_long']) # | (dataframe['close'] < dataframe['fastMA']) ), 'exit_long'] = 1 # Uncomment to use shorts (Only used in futures/margin mode. Check the documentation for more info) dataframe.loc[ ( # Close or do not trade when fastMA is below slowMA (dataframe['fastMA'] > dataframe['slowMA']) # Or close position when the close price gets below the last lowest candle price configured # (AKA candle based (Trailing) stoploss) | (dataframe['close'] > dataframe['last_lowest_short']) # | (dataframe['close'] < dataframe['fastMA']) ), 'exit_short'] = 1 return dataframe def leverage(self, pair: str, current_time: datetime, current_rate: float, proposed_leverage: float, max_leverage: float, side: str, **kwargs) -> float: return self.leverage_num.value |
Strategy League — fixed backtest that feeds the ranking
Export report Freqtrade logsRun finished · took 817.5s
ℹ️ This strategy uses a trailing stop — freqtrade only
re-checks these once per 1h candle by default, not against the price movement within it.
For a more accurate read, re-run this backtest locally with --timeframe-detail 1m
(or 5m — freqtrade's own docs use 5m detail for an hourly strategy as a lighter
alternative). Freqle doesn't do this for every check here: multiplying every
League/sweep backtest by a finer detail timeframe is more compute than the sandbox can sustain
across every indexed strategy. why this matters →
- statistically significant edge (p=0.00)
- 100% of resampled runs stayed profitable
- profitable across 98% of rolling 3-month windows
- comfortably beat buy-and-hold
Resampling the trade sequence 2,000× shows the spread of results this edge could plausibly produce — separating a dependable strategy from one that got lucky once.
Loading charts…
Monthly breakdown
| Month | Regime | Trades | Profit % | Avg % | Win | Loss | Win % | DD % | Avg dur |
|---|---|---|---|---|---|---|---|---|---|
| Jan 2026 | bullish trending low vol | 9 | -0.60 | -0.67 | 2 | 7 | 22.2 | -1.07 | 5h 53m |
| Dec 2025 | bearish trending low vol | 351 | +0.54 | 0.02 | 212 | 139 | 60.4 | -1.24 | 3h 52m |
| Nov 2025 | bearish trending high vol | 365 | +37.62 | 1.04 | 267 | 98 | 73.2 | -0.97 | 2h 37m |
| Oct 2025 | bearish trending low vol | 386 | +16.23 | 0.42 | 266 | 120 | 68.9 | -0.99 | 3h 24m |
| Sep 2025 | bullish choppy low vol | 389 | +16.05 | 0.43 | 249 | 140 | 64.0 | -1.69 | 4h 14m |
| Aug 2025 | bearish choppy low vol | 495 | +2.07 | 0.04 | 330 | 165 | 66.7 | -1.7 | 3h 47m |
| Jul 2025 | bullish choppy low vol | 480 | +40.18 | 0.84 | 356 | 124 | 74.2 | -1.09 | 3h 48m |
| Jun 2025 | bearish choppy low vol | 370 | +12.74 | 0.34 | 248 | 122 | 67.0 | -0.7 | 4h 05m |
| May 2025 | bullish trending low vol | 525 | +43.03 | 0.83 | 387 | 138 | 73.7 | -1.25 | 3h 12m |
| Apr 2025 | bullish choppy low vol | 387 | +16.13 | 0.41 | 264 | 123 | 68.2 | -1.45 | 3h 20m |
| Mar 2025 | bearish trending high vol | 501 | +23.52 | 0.47 | 356 | 145 | 71.1 | -2.84 | 3h 06m |
| Feb 2025 | bearish trending low vol | 357 | +17.35 | 0.49 | 254 | 103 | 71.1 | -3.2 | 2h 35m |
| Jan 2025 | bearish choppy low vol | 403 | -6.89 | -0.18 | 275 | 128 | 68.2 | -3.1 | 3h 31m |
| Dec 2024 | bullish trending low vol | 581 | +85.80 | 1.48 | 454 | 127 | 78.1 | -2.54 | 1h 48m |
| Nov 2024 | bullish trending low vol | 541 | +67.26 | 1.24 | 421 | 120 | 77.8 | -0.95 | 2h 35m |
| Oct 2024 | bullish choppy low vol | 420 | +0.86 | 0.02 | 260 | 160 | 61.9 | -1.18 | 4h 16m |
| Sep 2024 | bearish choppy low vol | 416 | +0.95 | 0.02 | 255 | 161 | 61.3 | -1.39 | 5h 00m |
| Aug 2024 | bearish choppy high vol | 533 | +51.94 | 0.99 | 394 | 139 | 73.9 | -0.86 | 3h 28m |
| Jul 2024 | bearish trending low vol | 520 | +53.99 | 1.04 | 399 | 121 | 76.7 | -0.61 | 3h 03m |
| Jun 2024 | bearish choppy low vol | 350 | +2.75 | 0.08 | 203 | 147 | 58.0 | -1.27 | 4h 13m |
| May 2024 | bullish choppy high vol | 375 | +5.62 | 0.15 | 223 | 152 | 59.5 | -0.96 | 4h 31m |
| Apr 2024 | bearish choppy high vol | 467 | +124.22 | 2.68 | 339 | 128 | 72.6 | -1.46 | 2h 41m |
| Mar 2024 | bullish trending high vol | 323 | +12.41 | 0.39 | 242 | 81 | 74.9 | -1.21 | 2h 55m |
| Feb 2024 | bullish trending low vol | 345 | +24.53 | 0.72 | 248 | 97 | 71.9 | -2.06 | 4h 25m |
| Jan 2024 | bearish choppy high vol | 424 | +14.37 | 0.33 | 280 | 144 | 66.0 | -1.72 | 3h 12m |
| Dec 2023 | bullish trending low vol | 439 | +17.81 | 0.42 | 314 | 125 | 71.5 | -2.51 | 3h 29m |
| Nov 2023 | bullish trending low vol | 281 | -19.25 | -0.69 | 171 | 110 | 60.9 | -3.04 | 4h 15m |
| Oct 2023 | bullish trending low vol | 392 | +19.50 | 0.51 | 237 | 155 | 60.5 | -0.74 | 5h 46m |
| Sep 2023 | bearish choppy low vol | 371 | +15.38 | 0.42 | 226 | 145 | 60.9 | -0.85 | 4h 53m |
| Aug 2023 | bearish choppy low vol | 391 | +28.76 | 0.74 | 238 | 153 | 60.9 | -0.95 | 3h 57m |
| Jul 2023 | bullish trending low vol | 311 | +4.24 | 0.14 | 184 | 127 | 59.2 | -0.76 | 4h 48m |
| Jun 2023 | bullish trending low vol | 465 | +85.03 | 1.83 | 329 | 136 | 70.8 | -0.85 | 3h 00m |
| May 2023 | bearish choppy low vol | 358 | +24.06 | 0.68 | 226 | 132 | 63.1 | -1.95 | 4h 19m |
| Apr 2023 | bullish trending low vol | 303 | -9.83 | -0.32 | 160 | 143 | 52.8 | -1.85 | 4h 29m |
| Mar 2023 | bullish trending high vol | 358 | +2.51 | 0.07 | 224 | 134 | 62.6 | -1.59 | 4h 00m |
| Feb 2023 | bullish trending low vol | 304 | +5.27 | 0.18 | 200 | 104 | 65.8 | -2.15 | 3h 32m |
| Jan 2023 | bullish trending low vol | 386 | +35.07 | 0.91 | 271 | 115 | 70.2 | -1.8 | 4h 33m |
| Dec 2022 | bearish trending low vol | 363 | +8.42 | 0.23 | 193 | 170 | 53.2 | -1.79 | 4h 40m |
| Nov 2022 | bearish trending high vol | 397 | +77.83 | 1.97 | 307 | 90 | 77.3 | -1.07 | 2h 34m |
| Oct 2022 | bullish choppy low vol | 410 | +47.19 | 1.15 | 277 | 133 | 67.6 | -1.56 | 4h 01m |
| Sep 2022 | bearish choppy high vol | 276 | -1.70 | -0.06 | 165 | 111 | 59.8 | -3.39 | 4h 09m |
| Aug 2022 | bullish choppy high vol | 314 | +0.42 | 0.02 | 204 | 110 | 65.0 | -1.51 | 3h 28m |
| Jul 2022 | bullish trending high vol | 556 | +61.42 | 1.11 | 428 | 128 | 77.0 | -1.55 | 3h 00m |
| Jun 2022 | bearish trending high vol | 365 | +22.35 | 0.62 | 278 | 87 | 76.2 | -3.32 | 2h 26m |
| May 2022 | bearish trending high vol | 396 | +29.19 | 0.75 | 292 | 104 | 73.7 | -2.38 | 2h 20m |
| Apr 2022 | bearish choppy high vol | 405 | +24.00 | 0.61 | 292 | 113 | 72.1 | -1.96 | 2h 55m |
| Mar 2022 | bullish choppy high vol | 355 | +11.92 | 0.32 | 247 | 108 | 69.6 | -2.57 | 3h 57m |
| Feb 2022 | bearish trending high vol | 439 | +37.48 | 0.87 | 328 | 111 | 74.7 | -1.76 | 3h 28m |
| Jan 2022 | bearish trending high vol | 362 | +27.94 | 0.79 | 268 | 94 | 74.0 | -3.03 | 2h 32m |
| Dec 2021 | bearish trending high vol | 378 | +66.63 | 1.79 | 270 | 108 | 71.4 | -2.6 | 2h 32m |
| Nov 2021 | bearish trending high vol | 350 | +24.52 | 0.74 | 265 | 85 | 75.7 | -7.07 | 2h 51m |
| Oct 2021 | bullish trending high vol | 356 | +3.06 | 0.08 | 253 | 103 | 71.1 | -6.17 | 3h 31m |
| Sep 2021 | bearish trending high vol | 353 | +17.41 | 0.48 | 253 | 100 | 71.7 | -3.67 | 2h 47m |
| Aug 2021 | bullish trending high vol | 343 | +3.04 | 0.11 | 245 | 98 | 71.4 | -5.27 | 2h 56m |
| Jul 2021 | bullish trending high vol | 345 | -10.82 | -0.32 | 226 | 119 | 65.5 | -4.81 | 3h 04m |
| Jun 2021 | bearish trending high vol | 477 | +42.13 | 0.90 | 373 | 104 | 78.2 | -6.3 | 1h 56m |
| May 2021 | bearish trending high vol | 395 | +60.96 | 1.56 | 330 | 65 | 83.5 | -6.9 | 1h 24m |
| Apr 2021 | bearish choppy high vol | 309 | +46.11 | 1.52 | 242 | 67 | 78.3 | -9.05 | 2h 52m |
| Mar 2021 | bullish choppy high vol | 317 | +0.96 | 0.03 | 212 | 105 | 66.9 | -8.86 | 3h 10m |
| Feb 2021 | bullish trending high vol | 407 | +79.29 | 1.99 | 330 | 77 | 81.1 | -6.0 | 1h 46m |
| Jan 2021 | bullish trending high vol | 383 | +43.35 | 1.15 | 315 | 68 | 82.2 | -24.32 | 1h 55m |
Yearly breakdown
| Year | Trades | Profit % | Avg % | Win | Loss | Win % | DD % | Avg dur |
|---|---|---|---|---|---|---|---|---|
| 2026 | 9 | -0.60 | -0.67 | 2 | 7 | 22.2 | -1.07 | 5h 53m |
| 2025 | 5009 | +218.57 | 0.44 | 3464 | 1545 | 69.2 | -3.2 | 3h 28m |
| 2024 | 5295 | +444.70 | 0.84 | 3718 | 1577 | 70.2 | -2.54 | 3h 24m |
| 2023 | 4359 | +208.55 | 0.48 | 2780 | 1579 | 63.8 | -3.04 | 4h 13m |
| 2022 | 4638 | +346.46 | 0.75 | 3279 | 1359 | 70.7 | -3.39 | 3h 15m |
| 2021 | 4413 | +376.64 | 0.87 | 3314 | 1099 | 75.1 | -24.32 | 2h 31m |
Trade charts — best 2 and worst 2 performing pairs (full OHLC candles are expensive to render for every pair)
Backtests — over a market period
Backtest this strategy over a chosen crypto-cycle period. These don't affect the League ranking, and need that period's candle data downloaded.
Log in or sign up to run backtests.
| Period | Range | Total % | Win % | Max DD | Trades | |
|---|---|---|---|---|---|---|
| 2020 · DeFi Summer & Pre-Halving Rally | 20200101-20210101 | not run | ||||
| 2021 · Institutional Bull Market | 20210101-20220101 | not run | ||||
| 2022 · Post-Bull Crash & Macro Tightening | 20220101-20230101 | not run | ||||
| 2023–2024 · Recovery & ETF Anticipation | 20230101-20250101 | not run | ||||
| 2025–2026 · Current Cycle | 20250101-20260101 | not run | ||||
Walk forward
Out-of-sample backtest on recent data · 33 pairs · 20260101-20260701.
Backtest trust check
no lookahead-bias patterns detected
ran by Ron · took s
Lookahead analysis
Freqtrade logsno lookahead bias detected
20 signal(s) analysed · 0 biased entries · 0 biased exits
ran by Ron · took 49.3s