Creating freqtrade_freqtrade_run ... Creating freqtrade_freqtrade_run ... done 2025-11-25 15:09:55,980 - freqtrade - INFO - freqtrade docker-2025.4-dev-23e4943b 2025-11-25 15:09:56,255 - numexpr.utils - INFO - NumExpr defaulting to 10 threads. 2025-11-25 15:09:57,996 - freqtrade.configuration.load_config - INFO - Using config: /freqtrade/config_examples/smartbbgrid.json ... 2025-11-25 15:09:57,996 - freqtrade.configuration.load_config - INFO - Using config: /freqtrade/templates/smartbbgrid.json ... 2025-11-25 15:09:57,999 - freqtrade.loggers - INFO - Enabling colorized output. 2025-11-25 15:09:57,999 - root - INFO - Logfile configured 2025-11-25 15:09:58,000 - freqtrade.loggers - INFO - Verbosity set to 0 2025-11-25 15:09:58,000 - freqtrade.configuration.configuration - INFO - Using additional Strategy lookup path: /freqtrade/templates 2025-11-25 15:09:58,002 - freqtrade.configuration.configuration - INFO - Parameter --enable-protections detected, enabling Protections. ... 2025-11-25 15:09:58,003 - freqtrade.configuration.configuration - INFO - Using max_open_trades: 100 ... 2025-11-25 15:09:58,004 - freqtrade.configuration.configuration - INFO - Parameter --fee detected, setting fee to: 0.0008 ... 2025-11-25 15:09:58,004 - freqtrade.configuration.configuration - INFO - Parameter --timerange detected: 1735660800-1764000000 ... 2025-11-25 15:09:58,081 - freqtrade.configuration.configuration - INFO - Using user-data directory: /freqtrade/user_data ... 2025-11-25 15:09:58,082 - freqtrade.configuration.configuration - INFO - Using data directory: /freqtrade/user_data/data/okx ... 2025-11-25 15:09:58,082 - freqtrade.configuration.configuration - INFO - Parameter --breakdown detected ... 2025-11-25 15:09:58,083 - freqtrade.configuration.configuration - INFO - Parameter --cache=none detected ... 2025-11-25 15:09:58,083 - freqtrade.configuration.configuration - INFO - Using pairs ['BTC/USDT', 'ETH/USDT', 'SOL/USDT'] 2025-11-25 15:09:58,083 - freqtrade.configuration.configuration - INFO - Filter trades by timerange: 1735660800-1764000000 2025-11-25 15:09:58,084 - freqtrade.configuration.configuration - INFO - Using freqaimodel class name: LightGBMRegressorMultiTarget 2025-11-25 15:09:58,085 - freqtrade.exchange.check_exchange - INFO - Checking exchange... 2025-11-25 15:09:58,091 - freqtrade.exchange.check_exchange - INFO - Exchange "okx" is officially supported by the Freqtrade development team. 2025-11-25 15:09:58,092 - freqtrade.configuration.config_validation - INFO - Validating configuration ... 2025-11-25 15:09:58,094 - freqtrade.commands.optimize_commands - INFO - Starting freqtrade in Backtesting mode 2025-11-25 15:09:58,094 - freqtrade.exchange.exchange - INFO - Instance is running with dry_run enabled 2025-11-25 15:09:58,094 - freqtrade.exchange.exchange - INFO - Using CCXT 4.4.77 2025-11-25 15:09:58,095 - freqtrade.exchange.exchange - INFO - Applying additional ccxt config: {'enableRateLimit': True, 'rateLimit': 500} 2025-11-25 15:09:58,101 - freqtrade.exchange.exchange - INFO - Applying additional ccxt config: {'enableRateLimit': True, 'rateLimit': 500} 2025-11-25 15:09:58,108 - freqtrade.exchange.exchange - INFO - Using Exchange "OKX" 2025-11-25 15:10:01,203 - freqtrade.resolvers.exchange_resolver - INFO - Using resolved exchange 'Okx'... 2025-11-25 15:10:01,305 - freqtrade.resolvers.iresolver - INFO - Using resolved strategy SmartBBGrid from '/freqtrade/templates/smartbbgrid.py'... 2025-11-25 15:10:01,305 - freqtrade.strategy.hyper - INFO - Loading parameters from file /freqtrade/templates/smartbbgrid.json 2025-11-25 15:10:01,306 - freqtrade.resolvers.strategy_resolver - INFO - Override strategy 'timeframe' with value in config file: 4h. 2025-11-25 15:10:01,306 - freqtrade.resolvers.strategy_resolver - INFO - Override strategy 'process_only_new_candles' with value in config file: False. 2025-11-25 15:10:01,307 - freqtrade.resolvers.strategy_resolver - INFO - Override strategy 'stake_currency' with value in config file: USDT. 2025-11-25 15:10:01,307 - freqtrade.resolvers.strategy_resolver - INFO - Override strategy 'stake_amount' with value in config file: unlimited. 2025-11-25 15:10:01,308 - freqtrade.resolvers.strategy_resolver - INFO - Override strategy 'startup_candle_count' with value in config file: 200. 2025-11-25 15:10:01,308 - freqtrade.resolvers.strategy_resolver - INFO - Override strategy 'unfilledtimeout' with value in config file: {'entry': 5, 'exit': 15, 'exit_timeout_count': 0, 'unit': 'minutes'}. 2025-11-25 15:10:01,309 - freqtrade.resolvers.strategy_resolver - INFO - Override strategy 'position_adjustment_enable' with value in config file: True. 2025-11-25 15:10:01,309 - freqtrade.resolvers.strategy_resolver - INFO - Override strategy 'max_entry_position_adjustment' with value in config file: -1. 2025-11-25 15:10:01,310 - freqtrade.resolvers.strategy_resolver - INFO - Override strategy 'max_open_trades' with value in config file: 100. 2025-11-25 15:10:01,310 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using minimal_roi: {'0': 100} 2025-11-25 15:10:01,310 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using timeframe: 4h 2025-11-25 15:10:01,311 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using stoploss: -0.99 2025-11-25 15:10:01,311 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using trailing_stop: False 2025-11-25 15:10:01,312 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using trailing_stop_positive_offset: 0.0 2025-11-25 15:10:01,312 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using trailing_only_offset_is_reached: False 2025-11-25 15:10:01,312 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using use_custom_stoploss: False 2025-11-25 15:10:01,313 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using process_only_new_candles: False 2025-11-25 15:10:01,313 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using order_types: {'entry': 'limit', 'exit': 'limit', 'stoploss': 'limit', 'stoploss_on_exchange': False, 'stoploss_on_exchange_interval': 60} 2025-11-25 15:10:01,313 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using order_time_in_force: {'entry': 'GTC', 'exit': 'GTC'} 2025-11-25 15:10:01,314 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using stake_currency: USDT 2025-11-25 15:10:01,314 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using stake_amount: unlimited 2025-11-25 15:10:01,315 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using startup_candle_count: 200 2025-11-25 15:10:01,315 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using unfilledtimeout: {'entry': 5, 'exit': 15, 'exit_timeout_count': 0, 'unit': 'minutes'} 2025-11-25 15:10:01,315 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using use_exit_signal: True 2025-11-25 15:10:01,316 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using exit_profit_only: False 2025-11-25 15:10:01,316 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using ignore_roi_if_entry_signal: True 2025-11-25 15:10:01,316 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using exit_profit_offset: 0.0 2025-11-25 15:10:01,316 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using disable_dataframe_checks: False 2025-11-25 15:10:01,317 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using ignore_buying_expired_candle_after: 0 2025-11-25 15:10:01,317 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using position_adjustment_enable: True 2025-11-25 15:10:01,317 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using max_entry_position_adjustment: -1 2025-11-25 15:10:01,318 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using max_open_trades: 100 2025-11-25 15:10:01,318 - freqtrade.configuration.config_validation - INFO - Validating configuration ... 2025-11-25 15:10:01,322 - freqtrade.resolvers.iresolver - INFO - Using resolved pairlist StaticPairList from '/freqtrade/freqtrade/plugins/pairlist/StaticPairList.py'... 2025-11-25 15:10:01,331 - freqtrade.optimize.backtesting - INFO - Using fee 0.0800% from config. 2025-11-25 15:10:01,333 - freqtrade.data.history.history_utils - INFO - Using indicator startup period: 200 ... 2025-11-25 15:10:01,417 - freqtrade.optimize.backtesting - INFO - Loading data from 2024-11-28 08:00:00 up to 2025-11-24 16:00:00 (361 days). 2025-11-25 15:10:01,417 - freqtrade.optimize.backtesting - INFO - Dataload complete. Calculating indicators 2025-11-25 15:10:01,418 - freqtrade.optimize.backtesting - INFO - Running backtesting for Strategy SmartBBGrid 2025-11-25 15:10:01,419 - freqtrade.strategy.hyper - INFO - No params for buy found, using default values. 2025-11-25 15:10:01,420 - freqtrade.strategy.hyper - INFO - No params for sell found, using default values. 2025-11-25 15:10:01,420 - freqtrade.strategy.hyper - INFO - No params for protection found, using default values. 2025-11-25 15:10:01,432 - freqtrade.optimize.backtesting - INFO - Backtesting with data from 2024-12-31 16:00:00 up to 2025-11-24 16:00:00 (328 days). 2025-11-25 15:10:01,432 - freqtrade.plugins.protectionmanager - INFO - No protection Handlers defined. 2025-11-25 15:10:02,218 - freqtrade.misc - INFO - dumping json to "/freqtrade/user_data/backtest_results/backtest-result-2025-11-25_15-10-02.meta.json" Result for strategy SmartBBGrid BACKTESTING REPORT ┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┓ ┃ Pair ┃ Trades ┃ Avg Profit % ┃ Tot Profit USDT ┃ Tot Profit % ┃ Avg Duration ┃ Win Draw Loss Win% ┃ ┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━┩ │ SOL/USDT │ 35 │ 0.5 │ 57.659 │ 1.92 │ 3 days, 19:19:00 │ 24 0 11 68.6 │ │ ETH/USDT │ 36 │ 0.13 │ 2.044 │ 0.07 │ 3 days, 11:40:00 │ 27 0 9 75.0 │ │ BTC/USDT │ 45 │ -0.46 │ -25.938 │ -0.86 │ 3 days, 6:24:00 │ 29 0 16 64.4 │ │ TOTAL │ 116 │ 0.01 │ 33.765 │ 1.13 │ 3 days, 11:56:00 │ 80 0 36 69.0 │ └──────────┴────────┴──────────────┴─────────────────┴──────────────┴──────────────────┴────────────────────────┘ LEFT OPEN TRADES REPORT ┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┓ ┃ Pair ┃ Trades ┃ Avg Profit % ┃ Tot Profit USDT ┃ Tot Profit % ┃ Avg Duration ┃ Win Draw Loss Win% ┃ ┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━┩ │ BTC/USDT │ 1 │ -15.37 │ -21.085 │ -0.7 │ 12 days, 0:00:00 │ 0 0 1 0 │ │ SOL/USDT │ 1 │ -7.7 │ -26.409 │ -0.88 │ 10 days, 20:00:00 │ 0 0 1 0 │ │ ETH/USDT │ 1 │ -16.62 │ -34.197 │ -1.14 │ 11 days, 20:00:00 │ 0 0 1 0 │ │ TOTAL │ 3 │ -13.23 │ -81.691 │ -2.72 │ 11 days, 13:20:00 │ 0 0 3 0 │ └──────────┴────────┴──────────────┴─────────────────┴──────────────┴───────────────────┴────────────────────────┘ ENTER TAG STATS ┏━━━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┓ ┃ Enter Tag ┃ Entries ┃ Avg Profit % ┃ Tot Profit USDT ┃ Tot Profit % ┃ Avg Duration ┃ Win Draw Loss Win% ┃ ┡━━━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━┩ │ OTHER │ 116 │ 0.01 │ 33.765 │ 1.13 │ 3 days, 11:56:00 │ 80 0 36 69.0 │ │ TOTAL │ 116 │ 0.01 │ 33.765 │ 1.13 │ 3 days, 11:56:00 │ 80 0 36 69.0 │ └───────────┴─────────┴──────────────┴─────────────────┴──────────────┴──────────────────┴────────────────────────┘ EXIT REASON STATS ┏━━━━━━━━━━━━━┳━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┓ ┃ Exit Reason ┃ Exits ┃ Avg Profit % ┃ Tot Profit USDT ┃ Tot Profit % ┃ Avg Duration ┃ Win Draw Loss Win% ┃ ┡━━━━━━━━━━━━━╇━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━┩ │ exit_signal │ 113 │ 0.37 │ 115.456 │ 3.85 │ 3 days, 6:48:00 │ 80 0 33 70.8 │ │ force_exit │ 3 │ -13.23 │ -81.691 │ -2.72 │ 11 days, 13:20:00 │ 0 0 3 0 │ │ TOTAL │ 116 │ 0.01 │ 33.765 │ 1.13 │ 3 days, 11:56:00 │ 80 0 36 69.0 │ └─────────────┴───────┴──────────────┴─────────────────┴──────────────┴───────────────────┴────────────────────────┘ MIXED TAG STATS ┏━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┓ ┃ Enter Tag ┃ Exit Reason ┃ Trades ┃ Avg Profit % ┃ Tot Profit USDT ┃ Tot Profit % ┃ Avg Duration ┃ Win Draw Loss Win% ┃ ┡━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━┩ │ │ exit_signal │ 113 │ 0.37 │ 115.456 │ 3.85 │ 3 days, 6:48:00 │ 80 0 33 70.8 │ │ │ force_exit │ 3 │ -13.23 │ -81.691 │ -2.72 │ 11 days, 13:20:00 │ 0 0 3 0 │ │ TOTAL │ │ 116 │ 0.01 │ 33.765 │ 1.13 │ 3 days, 11:56:00 │ 80 0 36 69.0 │ └───────────┴─────────────┴────────┴──────────────┴─────────────────┴──────────────┴───────────────────┴────────────────────────┘ DAY BREAKDOWN ┏━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┓ ┃ Day ┃ Trades ┃ Tot Profit USDT ┃ Profit Factor ┃ Win Draw Loss Win% ┃ ┡━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━┩ │ 02/01/2025 │ 2 │ 11.62 │ 0.0 │ 2 0 0 100 │ │ 03/01/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 04/01/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 05/01/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 06/01/2025 │ 1 │ 2.668 │ 0.0 │ 1 0 0 100 │ │ 07/01/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 08/01/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 09/01/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 10/01/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 11/01/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 12/01/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 13/01/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 14/01/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 15/01/2025 │ 2 │ -75.579 │ 0.0 │ 0 0 2 0 │ │ 16/01/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 17/01/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 18/01/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 19/01/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 20/01/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 21/01/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 22/01/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 23/01/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 24/01/2025 │ 1 │ 11.284 │ 0.0 │ 1 0 0 100 │ │ 25/01/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 26/01/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 27/01/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 28/01/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 29/01/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 30/01/2025 │ 3 │ 3.353 │ 4.6 │ 2 0 1 66.7 │ │ 31/01/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 01/02/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 02/02/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 03/02/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 04/02/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 05/02/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 06/02/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 07/02/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 08/02/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 09/02/2025 │ 1 │ -22.184 │ 0.0 │ 0 0 1 0 │ │ 10/02/2025 │ 1 │ -4.332 │ 0.0 │ 0 0 1 0 │ │ 11/02/2025 │ 1 │ -25.531 │ 0.0 │ 0 0 1 0 │ │ 12/02/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 13/02/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 14/02/2025 │ 2 │ 11.688 │ 0.0 │ 2 0 0 100 │ │ 15/02/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 16/02/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 17/02/2025 │ 1 │ 6.479 │ 0.0 │ 1 0 0 100 │ │ 18/02/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 19/02/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 20/02/2025 │ 1 │ 0.513 │ 0.0 │ 1 0 0 100 │ │ 21/02/2025 │ 2 │ -12.003 │ 0.43 │ 1 0 1 50.0 │ │ 22/02/2025 │ 1 │ 9.528 │ 0.0 │ 1 0 0 100 │ │ 23/02/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 24/02/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 25/02/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 26/02/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 27/02/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 28/02/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 01/03/2025 │ 1 │ -41.117 │ 0.0 │ 0 0 1 0 │ │ 02/03/2025 │ 2 │ -5.216 │ 0.0 │ 0 0 2 0 │ │ 03/03/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 04/03/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 05/03/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 06/03/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 07/03/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 08/03/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 09/03/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 10/03/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 11/03/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 12/03/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 13/03/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 14/03/2025 │ 3 │ -12.687 │ 0.25 │ 1 0 2 33.3 │ │ 15/03/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 16/03/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 17/03/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 18/03/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 19/03/2025 │ 3 │ 25.884 │ 0.0 │ 3 0 0 100 │ │ 20/03/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 21/03/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 22/03/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 23/03/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 24/03/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 25/03/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 26/03/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 27/03/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 28/03/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 29/03/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 30/03/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 31/03/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 01/04/2025 │ 2 │ -17.649 │ 0.0 │ 0 0 2 0 │ │ 02/04/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 03/04/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 04/04/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 05/04/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 06/04/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 07/04/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 08/04/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 09/04/2025 │ 2 │ 30.72 │ 59.41 │ 1 0 1 50.0 │ │ 10/04/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 11/04/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 12/04/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 13/04/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 14/04/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 15/04/2025 │ 1 │ 1.578 │ 0.0 │ 1 0 0 100 │ │ 16/04/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 17/04/2025 │ 1 │ 15.385 │ 0.0 │ 1 0 0 100 │ │ 18/04/2025 │ 1 │ -0.235 │ 0.0 │ 0 0 1 0 │ │ 19/04/2025 │ 1 │ 0.802 │ 0.0 │ 1 0 0 100 │ │ 20/04/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 21/04/2025 │ 2 │ 8.681 │ 0.0 │ 2 0 0 100 │ │ 22/04/2025 │ 1 │ 15.569 │ 0.0 │ 1 0 0 100 │ │ 23/04/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 24/04/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 25/04/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 26/04/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 27/04/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 28/04/2025 │ 2 │ 6.519 │ 0.0 │ 2 0 0 100 │ │ 29/04/2025 │ 1 │ 6.121 │ 0.0 │ 1 0 0 100 │ │ 30/04/2025 │ 1 │ 2.299 │ 0.0 │ 1 0 0 100 │ │ 01/05/2025 │ 3 │ 15.951 │ 0.0 │ 3 0 0 100 │ │ 02/05/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 03/05/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 04/05/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 05/05/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 06/05/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 07/05/2025 │ 3 │ 4.209 │ 0.0 │ 3 0 0 100 │ │ 08/05/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 09/05/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 10/05/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 11/05/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 12/05/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 13/05/2025 │ 2 │ 33.901 │ 0.0 │ 2 0 0 100 │ │ 14/05/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 15/05/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 16/05/2025 │ 1 │ 0.015 │ 0.0 │ 1 0 0 100 │ │ 17/05/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 18/05/2025 │ 1 │ 0.982 │ 0.0 │ 1 0 0 100 │ │ 19/05/2025 │ 1 │ 1.806 │ 0.0 │ 1 0 0 100 │ │ 20/05/2025 │ 1 │ 4.125 │ 0.0 │ 1 0 0 100 │ │ 21/05/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 22/05/2025 │ 1 │ 15.911 │ 0.0 │ 1 0 0 100 │ │ 23/05/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 24/05/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 25/05/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 26/05/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 27/05/2025 │ 1 │ 11.218 │ 0.0 │ 1 0 0 100 │ │ 28/05/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 29/05/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 30/05/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 31/05/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 01/06/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 02/06/2025 │ 1 │ -2.052 │ 0.0 │ 0 0 1 0 │ │ 03/06/2025 │ 2 │ -18.489 │ 0.11 │ 1 0 1 50.0 │ │ 04/06/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 05/06/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 06/06/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 07/06/2025 │ 1 │ 0.828 │ 0.0 │ 1 0 0 100 │ │ 08/06/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 09/06/2025 │ 1 │ 0.697 │ 0.0 │ 1 0 0 100 │ │ 10/06/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 11/06/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 12/06/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 13/06/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 14/06/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 15/06/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 16/06/2025 │ 2 │ 5.113 │ 4.54 │ 1 0 1 50.0 │ │ 17/06/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 18/06/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 19/06/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 20/06/2025 │ 1 │ 2.004 │ 0.0 │ 1 0 0 100 │ │ 21/06/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 22/06/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 23/06/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 24/06/2025 │ 1 │ 1.234 │ 0.0 │ 1 0 0 100 │ │ 25/06/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 26/06/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 27/06/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 28/06/2025 │ 1 │ 17.412 │ 0.0 │ 1 0 0 100 │ │ 29/06/2025 │ 1 │ 3.777 │ 0.0 │ 1 0 0 100 │ │ 30/06/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 01/07/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 02/07/2025 │ 2 │ 9.509 │ 0.0 │ 2 0 0 100 │ │ 03/07/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 04/07/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 05/07/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 06/07/2025 │ 1 │ 0.846 │ 0.0 │ 1 0 0 100 │ │ 07/07/2025 │ 1 │ 15.426 │ 0.0 │ 1 0 0 100 │ │ 08/07/2025 │ 1 │ 0.661 │ 0.0 │ 1 0 0 100 │ │ 09/07/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 10/07/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 11/07/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 12/07/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 13/07/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 14/07/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 15/07/2025 │ 1 │ 9.081 │ 0.0 │ 1 0 0 100 │ │ 16/07/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 17/07/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 18/07/2025 │ 1 │ 4.255 │ 0.0 │ 1 0 0 100 │ │ 19/07/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 20/07/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 21/07/2025 │ 1 │ 2.096 │ 0.0 │ 1 0 0 100 │ │ 22/07/2025 │ 1 │ 1.022 │ 0.0 │ 1 0 0 100 │ │ 23/07/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 24/07/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 25/07/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 26/07/2025 │ 1 │ 2.553 │ 0.0 │ 1 0 0 100 │ │ 27/07/2025 │ 1 │ 3.964 │ 0.0 │ 1 0 0 100 │ │ 28/07/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 29/07/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 30/07/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 31/07/2025 │ 1 │ 1.287 │ 0.0 │ 1 0 0 100 │ │ 01/08/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 02/08/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 03/08/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 04/08/2025 │ 2 │ -8.817 │ 0.0 │ 0 0 2 0 │ │ 05/08/2025 │ 1 │ -21.707 │ 0.0 │ 0 0 1 0 │ │ 06/08/2025 │ 1 │ 2.758 │ 0.0 │ 1 0 0 100 │ │ 07/08/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 08/08/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 09/08/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 10/08/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 11/08/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 12/08/2025 │ 1 │ 26.329 │ 0.0 │ 1 0 0 100 │ │ 13/08/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 14/08/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 15/08/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 16/08/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 17/08/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 18/08/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 19/08/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 20/08/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 21/08/2025 │ 1 │ 10.129 │ 0.0 │ 1 0 0 100 │ │ 22/08/2025 │ 2 │ 12.018 │ 8.38 │ 1 0 1 50.0 │ │ 23/08/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 24/08/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 25/08/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 26/08/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 27/08/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 28/08/2025 │ 1 │ 38.32 │ 0.0 │ 1 0 0 100 │ │ 29/08/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 30/08/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 31/08/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 01/09/2025 │ 1 │ -1.229 │ 0.0 │ 0 0 1 0 │ │ 02/09/2025 │ 1 │ 11.937 │ 0.0 │ 1 0 0 100 │ │ 03/09/2025 │ 1 │ 2.423 │ 0.0 │ 1 0 0 100 │ │ 04/09/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 05/09/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 06/09/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 07/09/2025 │ 1 │ 0.567 │ 0.0 │ 1 0 0 100 │ │ 08/09/2025 │ 2 │ 15.294 │ 0.0 │ 2 0 0 100 │ │ 09/09/2025 │ 1 │ 2.995 │ 0.0 │ 1 0 0 100 │ │ 10/09/2025 │ 1 │ 1.389 │ 0.0 │ 1 0 0 100 │ │ 11/09/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 12/09/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 13/09/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 14/09/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 15/09/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 16/09/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 17/09/2025 │ 1 │ 2.508 │ 0.0 │ 1 0 0 100 │ │ 18/09/2025 │ 1 │ 11.917 │ 0.0 │ 1 0 0 100 │ │ 19/09/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 20/09/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 21/09/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 22/09/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 23/09/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 24/09/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 25/09/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 26/09/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 27/09/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 28/09/2025 │ 1 │ -6.975 │ 0.0 │ 0 0 1 0 │ │ 29/09/2025 │ 2 │ -48.507 │ 0.0 │ 0 0 2 0 │ │ 30/09/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 01/10/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 02/10/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 03/10/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 04/10/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 05/10/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 06/10/2025 │ 2 │ 22.945 │ 0.0 │ 2 0 0 100 │ │ 07/10/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 08/10/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 09/10/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 10/10/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 11/10/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 12/10/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 13/10/2025 │ 1 │ -6.445 │ 0.0 │ 0 0 1 0 │ │ 14/10/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 15/10/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 16/10/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 17/10/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 18/10/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 19/10/2025 │ 2 │ -8.976 │ 0.4 │ 1 0 1 50.0 │ │ 20/10/2025 │ 1 │ 6.13 │ 0.0 │ 1 0 0 100 │ │ 21/10/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 22/10/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 23/10/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 24/10/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 25/10/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 26/10/2025 │ 1 │ 33.402 │ 0.0 │ 1 0 0 100 │ │ 27/10/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 28/10/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 29/10/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 30/10/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 31/10/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 01/11/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 02/11/2025 │ 1 │ -4.326 │ 0.0 │ 0 0 1 0 │ │ 03/11/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 04/11/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 05/11/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 06/11/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 07/11/2025 │ 1 │ -52.777 │ 0.0 │ 0 0 1 0 │ │ 08/11/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 09/11/2025 │ 2 │ -29.347 │ 0.0 │ 0 0 2 0 │ │ 10/11/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 11/11/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 12/11/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 13/11/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 14/11/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 15/11/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 16/11/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 17/11/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 18/11/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 19/11/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 20/11/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 21/11/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 22/11/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 23/11/2025 │ 0 │ 0 │ 0.0 │ 0 0 0 0 │ │ 24/11/2025 │ 3 │ -81.691 │ 0.0 │ 0 0 3 0 │ └────────────┴────────┴─────────────────┴───────────────┴────────────────────────┘ SUMMARY METRICS ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┓ ┃ Metric ┃ Value ┃ ┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━┩ │ Backtesting from │ 2024-12-31 16:00:00 │ │ Backtesting to │ 2025-11-24 16:00:00 │ │ Trading Mode │ Spot │ │ Max open trades │ 3 │ │ │ │ │ Total/Daily Avg Trades │ 116 / 0.35 │ │ Starting balance │ 3000 USDT │ │ Final balance │ 3033.765 USDT │ │ Absolute profit │ 33.765 USDT │ │ Total profit % │ 1.13% │ │ CAGR % │ 1.25% │ │ Sortino │ 0.14 │ │ Sharpe │ 0.14 │ │ Calmar │ 1.19 │ │ SQN │ 0.21 │ │ Profit factor │ 1.06 │ │ Expectancy (Ratio) │ 0.29 (0.02) │ │ Avg. daily profit % │ 0.00% │ │ Avg. stake amount │ 229.63 USDT │ │ Total trade volume │ 53393.174 USDT │ │ │ │ │ Best Pair │ SOL/USDT 1.92% │ │ Worst Pair │ BTC/USDT -0.86% │ │ Best trade │ SOL/USDT 11.14% │ │ Worst trade │ ETH/USDT -16.62% │ │ Best day │ 38.32 USDT │ │ Worst day │ -81.691 USDT │ │ Days win/draw/lose │ 61 / 243 / 23 │ │ Avg. Duration Winners │ 2 days, 2:36:00 │ │ Avg. Duration Loser │ 6 days, 14:00:00 │ │ Max Consecutive Wins / Loss │ 22 / 7 │ │ Rejected Entry signals │ 0 │ │ Entry/Exit Timeouts │ 0 / 0 │ │ │ │ │ Min balance │ 2858.485 USDT │ │ Max balance │ 3210.332 USDT │ │ Max % of account underwater │ 5.50% │ │ Absolute Drawdown (Account) │ 5.50% │ │ Absolute Drawdown │ 176.567 USDT │ │ Drawdown high │ 210.332 USDT │ │ Drawdown low │ 33.765 USDT │ │ Drawdown Start │ 2025-09-18 00:00:00 │ │ Drawdown End │ 2025-11-24 16:00:00 │ │ Market change │ -15.73% │ └─────────────────────────────┴─────────────────────┘ Backtested 2024-12-31 16:00:00 -> 2025-11-24 16:00:00 | Max open trades : 3 STRATEGY SUMMARY ┏━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┓ ┃ Strategy ┃ Trades ┃ Avg Profit % ┃ Tot Profit USDT ┃ Tot Profit % ┃ Avg Duration ┃ Win Draw Loss Win% ┃ Drawdown ┃ ┡━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━┩ │ SmartBBGrid │ 116 │ 0.01 │ 33.765 │ 1.13 │ 3 days, 11:56:00 │ 80 0 36 69.0 │ 176.567 USDT 5.50% │ └─────────────┴────────┴──────────────┴─────────────────┴──────────────┴──────────────────┴────────────────────────┴─────────────────────┘