2026-07-27 20:36:44,398 - freqtrade - INFO - freqtrade 2026.6 2026-07-27 20:36:44,716 - numexpr.utils - INFO - NumExpr defaulting to 12 threads. 2026-07-27 20:36:45,923 - freqtrade.configuration.load_config - INFO - Using config: /freqle/config.json ... 2026-07-27 20:36:45,925 - freqtrade.loggers - INFO - Enabling colorized output. 2026-07-27 20:36:45,926 - freqtrade.loggers - INFO - Logfile configured 2026-07-27 20:36:45,926 - freqtrade.loggers - INFO - Verbosity set to 0 2026-07-27 20:36:45,926 - freqtrade.configuration.configuration - INFO - Using additional Strategy lookup path: /freqle/user_data/strategies 2026-07-27 20:36:45,927 - freqtrade.configuration.configuration - INFO - Parameter -i/--timeframe detected ... Using timeframe: 15m ... 2026-07-27 20:36:45,927 - freqtrade.configuration.configuration - INFO - Parameter --timerange detected: 20250222-20260101 ... sudo: The "no new privileges" flag is set, which prevents sudo from running as root. sudo: If sudo is running in a container, you may need to adjust the container configuration to disable the flag. 2026-07-27 20:36:45,930 - freqtrade.configuration.directory_operations - WARNING - Could not chown /freqle/user_data 2026-07-27 20:36:45,931 - freqtrade.configuration.configuration - INFO - Using user-data directory: /freqle/user_data ... 2026-07-27 20:36:45,931 - freqtrade.configuration.configuration - INFO - Using data directory: /freqle/user_data/data/binance ... 2026-07-27 20:36:45,931 - freqtrade.configuration.configuration - INFO - Saving lookahead analysis results into /freqle/user_data/lookahead.csv ... 2026-07-27 20:36:45,932 - freqtrade.configuration.configuration - INFO - Filter trades by timerange: 20250222-20260101 2026-07-27 20:36:45,932 - freqtrade.configuration.configuration - INFO - Path to store lookahead-analysis-results: /freqle/user_data/lookahead.csv 2026-07-27 20:36:45,933 - freqtrade.exchange.check_exchange - INFO - Checking exchange... 2026-07-27 20:36:45,939 - freqtrade.exchange.check_exchange - INFO - Exchange "binance" is officially supported by the Freqtrade development team. 2026-07-27 20:36:45,940 - freqtrade.configuration.configuration - INFO - Using pairlist from configuration. 2026-07-27 20:36:45,940 - freqtrade.configuration.config_validation - INFO - Validating configuration ... 2026-07-27 20:36:45,941 - freqtrade.optimize.analysis.lookahead_helpers - INFO - Forced order_types to market orders. 2026-07-27 20:36:45,942 - freqtrade.optimize.analysis.lookahead_helpers - INFO - Forced max_open_trades to -1 (same amount as there are pairs) 2026-07-27 20:36:45,942 - freqtrade.optimize.analysis.lookahead_helpers - INFO - Dry run wallet was not set to 1 billion, pushing it up there just to avoid false positives 2026-07-27 20:36:45,942 - freqtrade.optimize.analysis.lookahead_helpers - INFO - fixing stake_amount to 10k 2026-07-27 20:36:45,952 - freqtrade.optimize.analysis.lookahead_helpers - INFO - Bias test of FactorStrategy.py started. 2026-07-27 20:36:45,953 - freqtrade.exchange.exchange - INFO - Instance is running with dry_run enabled 2026-07-27 20:36:45,953 - freqtrade.exchange.exchange - INFO - Using CCXT 4.5.61 2026-07-27 20:36:45,954 - freqtrade.exchange.exchange - INFO - Applying additional ccxt config: {'options': {'defaultType': 'swap'}} 2026-07-27 20:36:45,960 - freqtrade.exchange.exchange - INFO - Applying additional ccxt config: {'options': {'defaultType': 'swap'}} 2026-07-27 20:36:45,966 - freqtrade.exchange.exchange - INFO - Using Exchange "Binance" 2026-07-27 20:36:46,182 - freqtrade.resolvers.exchange_resolver - INFO - Using resolved exchange 'Binance'... 2026-07-27 20:36:46,183 - freqtrade.resolvers.iresolver - INFO - Using resolved strategy FactorStrategy from '/freqle/user_data/strategies/FactorStrategy.py'... 2026-07-27 20:36:46,184 - freqtrade.strategy.hyper - INFO - Found no parameter file. 2026-07-27 20:36:46,184 - freqtrade.resolvers.strategy_resolver - INFO - Override strategy 'timeframe' with value from the configuration: 15m. 2026-07-27 20:36:46,185 - freqtrade.resolvers.strategy_resolver - INFO - Override strategy 'order_types' with value from the configuration: {'entry': 'market', 'exit': 'market', 'stoploss': 'market', 'stoploss_on_exchange': False}. 2026-07-27 20:36:46,185 - freqtrade.resolvers.strategy_resolver - INFO - Override strategy 'stake_currency' with value from the configuration: USDT. 2026-07-27 20:36:46,185 - freqtrade.resolvers.strategy_resolver - INFO - Override strategy 'stake_amount' with value from the configuration: 10000. 2026-07-27 20:36:46,185 - freqtrade.resolvers.strategy_resolver - INFO - Override strategy 'max_open_trades' with value from the configuration: -1. 2026-07-27 20:36:46,186 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using minimal_roi: {'0': 0.05, '480': 0.03, '1440': 0.02, '2880': 0} 2026-07-27 20:36:46,186 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using timeframe: 15m 2026-07-27 20:36:46,186 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using stoploss: -0.03 2026-07-27 20:36:46,186 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using trailing_stop: True 2026-07-27 20:36:46,187 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using trailing_stop_positive: 0.003 2026-07-27 20:36:46,187 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using trailing_stop_positive_offset: 0.018 2026-07-27 20:36:46,187 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using trailing_only_offset_is_reached: True 2026-07-27 20:36:46,188 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using use_custom_stoploss: False 2026-07-27 20:36:46,188 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using process_only_new_candles: True 2026-07-27 20:36:46,188 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using order_types: {'entry': 'market', 'exit': 'market', 'stoploss': 'market', 'stoploss_on_exchange': False} 2026-07-27 20:36:46,188 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using order_time_in_force: {'entry': 'GTC', 'exit': 'GTC'} 2026-07-27 20:36:46,189 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using stake_currency: USDT 2026-07-27 20:36:46,189 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using stake_amount: 10000 2026-07-27 20:36:46,189 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using startup_candle_count: 500 2026-07-27 20:36:46,189 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using use_exit_signal: False 2026-07-27 20:36:46,190 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using exit_profit_only: False 2026-07-27 20:36:46,190 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using ignore_roi_if_entry_signal: False 2026-07-27 20:36:46,190 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using exit_profit_offset: 0.0 2026-07-27 20:36:46,190 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using disable_dataframe_checks: False 2026-07-27 20:36:46,191 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using ignore_buying_expired_candle_after: 0 2026-07-27 20:36:46,191 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using position_adjustment_enable: False 2026-07-27 20:36:46,191 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using max_entry_position_adjustment: -1 2026-07-27 20:36:46,192 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using max_open_trades: -1 2026-07-27 20:36:46,192 - freqtrade.configuration.config_validation - INFO - Validating configuration ... 2026-07-27 20:36:46,196 - freqtrade.resolvers.iresolver - INFO - Using resolved pairlist StaticPairList from '/freqtrade/freqtrade/plugins/pairlist/StaticPairList.py'... 2026-07-27 20:36:46,224 - freqtrade.optimize.backtesting - INFO - Using fee 0.0500% - worst case fee from exchange (lowest tier). 2026-07-27 20:36:46,224 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:36:47,037 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2026-01-01 00:00:00 (318 days). 2026-07-27 20:37:43,317 - freqtrade.loggers.set_log_levels - INFO - Reducing verbosity for bias tester. 2026-07-27 20:37:43,318 - freqtrade.optimize.analysis.lookahead - INFO - Found 5430 trades, calculating 20 trades. 2026-07-27 20:37:43,341 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:43,363 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-22 04:00:00 (5 days). 2026-07-27 20:37:43,437 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:43,460 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-22 09:30:00 (5 days). 2026-07-27 20:37:43,548 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:43,569 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-22 17:45:00 (5 days). 2026-07-27 20:37:43,637 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:43,657 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-23 04:45:00 (6 days). 2026-07-27 20:37:43,759 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:43,777 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-23 03:00:00 (6 days). 2026-07-27 20:37:43,851 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:43,871 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-23 07:45:00 (6 days). 2026-07-27 20:37:43,962 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:43,983 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-23 05:15:00 (6 days). 2026-07-27 20:37:44,053 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:44,072 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-23 13:00:00 (6 days). 2026-07-27 20:37:44,163 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:44,183 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-23 04:30:00 (6 days). 2026-07-27 20:37:44,251 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:44,271 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-23 15:45:00 (6 days). 2026-07-27 20:37:44,363 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:44,384 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-23 16:15:00 (6 days). 2026-07-27 20:37:44,474 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:44,495 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-23 21:15:00 (7 days). 2026-07-27 20:37:44,585 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:44,606 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-23 16:30:00 (6 days). 2026-07-27 20:37:44,686 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:44,706 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-24 01:45:00 (7 days). 2026-07-27 20:37:44,808 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:44,828 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-23 15:30:00 (6 days). 2026-07-27 20:37:44,898 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:44,920 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-24 02:15:00 (7 days). 2026-07-27 20:37:45,014 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:45,033 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-23 13:30:00 (6 days). 2026-07-27 20:37:45,104 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:45,122 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-24 02:30:00 (7 days). 2026-07-27 20:37:45,216 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:45,238 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-23 04:30:00 (6 days). 2026-07-27 20:37:45,307 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:45,327 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-24 03:15:00 (7 days). 2026-07-27 20:37:45,429 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:45,446 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-23 04:30:00 (6 days). 2026-07-27 20:37:45,514 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:45,531 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-24 03:15:00 (7 days). 2026-07-27 20:37:45,635 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:45,654 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-23 13:30:00 (6 days). 2026-07-27 20:37:45,730 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:45,749 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-24 03:15:00 (7 days). 2026-07-27 20:37:45,852 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:45,873 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-23 01:15:00 (6 days). 2026-07-27 20:37:45,941 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:45,961 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-24 03:30:00 (7 days). 2026-07-27 20:37:46,064 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:46,084 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-23 13:00:00 (6 days). 2026-07-27 20:37:46,153 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:46,174 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-24 03:30:00 (7 days). 2026-07-27 20:37:46,269 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:46,289 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-23 22:45:00 (7 days). 2026-07-27 20:37:46,358 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:46,378 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-24 03:30:00 (7 days). 2026-07-27 20:37:46,462 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:46,482 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-23 22:45:00 (7 days). 2026-07-27 20:37:46,552 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:46,572 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-24 03:30:00 (7 days). 2026-07-27 20:37:46,658 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:46,678 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-24 02:30:00 (7 days). 2026-07-27 20:37:46,757 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:46,777 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-24 03:30:00 (7 days). 2026-07-27 20:37:46,869 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:46,888 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-24 02:30:00 (7 days). 2026-07-27 20:37:46,958 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:46,977 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-24 03:45:00 (7 days). 2026-07-27 20:37:47,061 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:47,081 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-24 02:15:00 (7 days). 2026-07-27 20:37:47,151 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:47,171 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-24 04:45:00 (7 days). 2026-07-27 20:37:47,254 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:47,274 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-24 04:00:00 (7 days). 2026-07-27 20:37:47,361 - freqtrade.exchange.exchange - WARNING - Using 2 calls to get OHLCV. This can result in slower operations for the bot. Please check if you really need 500 candles for your strategy. 2026-07-27 20:37:47,382 - freqtrade.optimize.backtesting - INFO - Loading data from 2025-02-16 19:00:00 up to 2025-02-24 04:45:00 (7 days). 2026-07-27 20:37:47,471 - freqtrade.optimize.analysis.lookahead - INFO - Found targeted trade amount = 20 signals. 2026-07-27 20:37:47,473 - freqtrade.loggers.set_log_levels - INFO - Restoring log verbosity. 2026-07-27 20:37:47,474 - freqtrade.optimize.analysis.lookahead - INFO - FactorStrategy: no bias detected 2026-07-27 20:37:47,474 - freqtrade.optimize.analysis.lookahead_helpers - INFO - Checking look ahead bias via backtests of FactorStrategy.py took 62 seconds. Analyzing trades ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20/20 100% • 0:00:04 • 0:00:00 Lookahead Analysis ┏━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┓ ┃ filename ┃ strategy ┃ has_bias ┃ total_signals ┃ biased_entry_signals ┃ biased_exit_signals ┃ biased_indicators ┃ ┡━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━┩ │ FactorStrategy.py │ FactorStrategy │ No │ 20 │ 0 │ 0 │ │ └───────────────────┴────────────────┴──────────┴───────────────┴──────────────────────┴─────────────────────┴───────────────────┘ 2026-07-27 20:37:47,481 - freqtrade.optimize.analysis.lookahead_helpers - INFO - saving /freqle/user_data/lookahead.csv ===== lookahead.csv ===== filename,strategy,has_bias,total_signals,biased_entry_signals,biased_exit_signals,biased_indicators FactorStrategy.py,FactorStrategy,False,20,0,0,