freqtrade / freqtrade

Free, open source crypto trading bot
https://www.freqtrade.io
GNU General Public License v3.0
26.41k stars 5.8k forks source link

Hyperopt does nothing anymore #4455

Closed keesvanbemmel closed 3 years ago

keesvanbemmel commented 3 years ago

Describe your environment

Your question

I don't know what I'm doing wrong, before I was able to run hyperopt just fine with this command: docker-compose run --rm freqtrade hyperopt --hyperopt BinHV45HyperOpt --strategy BinHV45 -e 500 --spaces all --hyperopt-loss OnlyProfitHyperOptLoss

Gave me results and worked flawlessly. I updated my static pairlist now in config.json to just include ".*/BTC". Downloaded new data and now the exact same command does nothing. It shows no errors, even the verbose debug lines show nothing wrong. Here's my full output.


Pulling freqtrade (freqtradeorg/freqtrade:stable)...
stable: Pulling from freqtradeorg/freqtrade
45b42c59be33: Pull complete
8cd3485318db: Pull complete
2f564129f025: Pull complete
cf1573f5a21e: Pull complete
ceec8aed2dab: Pull complete
771b112601ef: Pull complete
3526a8075e60: Pull complete
c7b680a1f378: Pull complete
fa1eeb354efb: Pull complete
bc0236049b73: Pull complete
Digest: sha256:4eafc5e441ec84b0c33b4aa23e57aa8f489d7af3301e4ce5696c5b747cd5cd60
Status: Downloaded newer image for freqtradeorg/freqtrade:stable
Creating ft_userdata_freqtrade_run ... done
2021-02-27 10:06:51,126 - freqtrade.configuration.configuration - INFO - Using config: user_data/config.json ...
2021-02-27 10:06:51,132 - freqtrade.loggers - INFO - Verbosity set to 0
2021-02-27 10:06:51,132 - freqtrade.configuration.configuration - INFO - Using max_open_trades: 4 ...
2021-02-27 10:06:51,138 - freqtrade.configuration.configuration - INFO - Using user-data directory: /freqtrade/user_data ...
2021-02-27 10:06:51,139 - freqtrade.configuration.configuration - INFO - Using data directory: /freqtrade/user_data/data/binance ...
2021-02-27 10:06:51,139 - freqtrade.configuration.configuration - INFO - Using Hyperopt class name: BinHV45HyperOpt
2021-02-27 10:06:51,139 - freqtrade.configuration.configuration - INFO - Parameter --epochs detected ... Will run Hyperopt with for 1000 epochs ...
2021-02-27 10:06:51,139 - freqtrade.configuration.configuration - INFO - Parameter -s/--spaces detected: ['all']
2021-02-27 10:06:51,139 - freqtrade.configuration.configuration - INFO - Parameter -j/--job-workers detected: -1
2021-02-27 10:06:51,139 - freqtrade.configuration.configuration - INFO - Parameter --min-trades detected: 1
2021-02-27 10:06:51,139 - freqtrade.configuration.configuration - INFO - Using Hyperopt loss class name: OnlyProfitHyperOptLoss
2021-02-27 10:06:51,140 - freqtrade.configuration.check_exchange - INFO - Checking exchange...
2021-02-27 10:06:51,140 - freqtrade.configuration.check_exchange - INFO - Exchange "binance" is officially supported by the Freqtrade development team.
2021-02-27 10:06:51,140 - freqtrade.configuration.configuration - INFO - Using pairlist from configuration.
2021-02-27 10:06:51,140 - freqtrade.configuration.config_validation - INFO - Validating configuration ...
2021-02-27 10:06:51,141 - freqtrade.commands.optimize_commands - INFO - Starting freqtrade in Hyperopt mode
2021-02-27 10:06:51,144 - filelock - INFO - Lock 140091344120608 acquired on /freqtrade/user_data/hyperopt.lock
2021-02-27 10:06:51,144 - freqtrade.exchange.exchange - INFO - Instance is running with dry_run enabled
2021-02-27 10:06:51,144 - freqtrade.exchange.exchange - INFO - Using CCXT 1.42.19
2021-02-27 10:06:51,144 - freqtrade.exchange.exchange - INFO - Applying additional ccxt config: {'enableRateLimit': True, 'adjustForTimeDifference': True, 'options': {'adjustForTimeDifference': True}}
2021-02-27 10:06:51,149 - freqtrade.exchange.exchange - INFO - Applying additional ccxt config: {'enableRateLimit': True, 'adjustForTimeDifference': True, 'options': {'adjustForTimeDifference': True}, 'rateLimit': 200}
2021-02-27 10:06:51,199 - freqtrade.exchange.exchange - INFO - Using Exchange "Binance"
2021-02-27 10:06:53,075 - freqtrade.resolvers.exchange_resolver - INFO - Using resolved exchange 'Binance'...
2021-02-27 10:06:53,101 - freqtrade.resolvers.iresolver - INFO - Using resolved strategy BinHV45 from '/freqtrade/user_data/strategies/BinHV45.py'...
2021-02-27 10:06:53,101 - freqtrade.resolvers.strategy_resolver - INFO - Override strategy 'timeframe' with value in config file: 1m.
2021-02-27 10:06:53,101 - freqtrade.resolvers.strategy_resolver - INFO - Override strategy 'stake_currency' with value in config file: BTC.
2021-02-27 10:06:53,101 - freqtrade.resolvers.strategy_resolver - INFO - Override strategy 'stake_amount' with value in config file: 0.01.
2021-02-27 10:06:53,101 - freqtrade.resolvers.strategy_resolver - INFO - Override strategy 'unfilledtimeout' with value in config file: {'buy': 10, 'sell': 30}.
2021-02-27 10:06:53,102 - freqtrade.resolvers.strategy_resolver - INFO - Override strategy 'use_sell_signal' with value in config file: True.
2021-02-27 10:06:53,102 - freqtrade.resolvers.strategy_resolver - INFO - Override strategy 'sell_profit_only' with value in config file: False.
2021-02-27 10:06:53,102 - freqtrade.resolvers.strategy_resolver - INFO - Override strategy 'ignore_roi_if_buy_signal' with value in config file: False.
2021-02-27 10:06:53,102 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using minimal_roi: {'0': 0.10762, '24': 0.06875, '64': 0.03925, '175': 0}
2021-02-27 10:06:53,102 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using timeframe: 1m
2021-02-27 10:06:53,102 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using stoploss: -0.34876
2021-02-27 10:06:53,102 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using trailing_stop: True
2021-02-27 10:06:53,102 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using trailing_stop_positive: 0.02027
2021-02-27 10:06:53,102 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using trailing_stop_positive_offset: 0.05999
2021-02-27 10:06:53,102 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using trailing_only_offset_is_reached: True
2021-02-27 10:06:53,102 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using use_custom_stoploss: False
2021-02-27 10:06:53,102 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using process_only_new_candles: False
2021-02-27 10:06:53,103 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using order_types: {'buy': 'limit', 'sell': 'limit', 'stoploss': 'limit', 'stoploss_on_exchange': True, 'stoploss_on_exchange_interval': 60}
2021-02-27 10:06:53,103 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using order_time_in_force: {'buy': 'gtc', 'sell': 'gtc'}
2021-02-27 10:06:53,103 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using stake_currency: BTC
2021-02-27 10:06:53,103 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using stake_amount: 0.01
2021-02-27 10:06:53,103 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using startup_candle_count: 0
2021-02-27 10:06:53,103 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using unfilledtimeout: {'buy': 10, 'sell': 30}
2021-02-27 10:06:53,103 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using use_sell_signal: True
2021-02-27 10:06:53,103 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using sell_profit_only: False
2021-02-27 10:06:53,103 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using ignore_roi_if_buy_signal: False
2021-02-27 10:06:53,103 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using sell_profit_offset: 0.0
2021-02-27 10:06:53,103 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using disable_dataframe_checks: False
2021-02-27 10:06:53,103 - freqtrade.resolvers.strategy_resolver - INFO - Strategy using ignore_buying_expired_candle_after: 0
2021-02-27 10:06:53,103 - freqtrade.configuration.config_validation - INFO - Validating configuration ...
2021-02-27 10:06:53,108 - freqtrade.resolvers.iresolver - INFO - Using resolved pairlist StaticPairList from '/freqtrade/freqtrade/plugins/pairlist/StaticPairList.py'...
2021-02-27 10:06:53,124 - freqtrade.plugins.pairlistmanager - WARNING - Pair BNB/BTC in your blacklist. Removing it from whitelist...
2021-02-27 10:06:53,139 - freqtrade.resolvers.iresolver - INFO - Using resolved hyperopt BinHV45HyperOpt from '/freqtrade/user_data/hyperopts/BinHV45HyperOpt.py'...
2021-02-27 10:06:53,139 - freqtrade.resolvers.hyperopt_resolver - INFO - Hyperopt class does not provide populate_indicators() method. Using populate_indicators from the strategy.
2021-02-27 10:06:53,139 - freqtrade.resolvers.hyperopt_resolver - INFO - Hyperopt class does not provide populate_buy_trend() method. Using populate_buy_trend from the strategy.
2021-02-27 10:06:53,139 - freqtrade.resolvers.hyperopt_resolver - INFO - Hyperopt class does not provide populate_sell_trend() method. Using populate_sell_trend from the strategy.
2021-02-27 10:06:53,176 - freqtrade.resolvers.iresolver - INFO - Using resolved hyperoptloss OnlyProfitHyperOptLoss from '/freqtrade/freqtrade/optimize/hyperopt_loss_onlyprofit.py'...
2021-02-27 10:06:53,180 - freqtrade.optimize.hyperopt - INFO - Using optimizer random state: 9759
2021-02-27 10:06:54,476 - numexpr.utils - INFO - NumExpr defaulting to 4 threads.
2021-02-27 10:06:54,673 - freqtrade.data.converter - INFO - Missing data fillup for ETH/BTC: before: 536958 - after: 538229
2021-02-27 10:06:56,148 - freqtrade.data.converter - INFO - Missing data fillup for LTC/BTC: before: 536958 - after: 538229
2021-02-27 10:06:57,556 - freqtrade.data.converter - INFO - Missing data fillup for NEO/BTC: before: 536960 - after: 538231
2021-02-27 10:06:58,939 - freqtrade.data.converter - INFO - Missing data fillup for GAS/BTC: before: 525795 - after: 526713
2021-02-27 10:07:00,295 - freqtrade.data.converter - INFO - Missing data fillup for WTC/BTC: before: 525803 - after: 526720
2021-02-27 10:07:01,733 - freqtrade.data.converter - INFO - Missing data fillup for LRC/BTC: before: 525804 - after: 526722
2021-02-27 10:07:03,025 - freqtrade.data.converter - INFO - Missing data fillup for QTUM/BTC: before: 525806 - after: 526724
2021-02-27 10:07:04,439 - freqtrade.data.converter - INFO - Missing data fillup for YOYOW/BTC: before: 525809 - after: 526726
2021-02-27 10:07:05,847 - freqtrade.data.converter - INFO - Missing data fillup for OMG/BTC: before: 525810 - after: 526728
2021-02-27 10:07:07,372 - freqtrade.data.converter - INFO - Missing data fillup for ZRX/BTC: before: 525812 - after: 526730
2021-02-27 10:07:08,656 - freqtrade.data.converter - INFO - Missing data fillup for SNGLS/BTC: before: 525816 - after: 526734
2021-02-27 10:07:10,076 - freqtrade.data.converter - INFO - Missing data fillup for BQX/BTC: before: 525819 - after: 526737
2021-02-27 10:07:11,534 - freqtrade.data.converter - INFO - Missing data fillup for KNC/BTC: before: 525821 - after: 526739
2021-02-27 10:07:12,822 - freqtrade.data.converter - INFO - Missing data fillup for FUN/BTC: before: 525823 - after: 526741
2021-02-27 10:07:14,252 - freqtrade.data.converter - INFO - Missing data fillup for SNM/BTC: before: 525826 - after: 526743
2021-02-27 10:07:15,826 - freqtrade.data.converter - INFO - Missing data fillup for IOTA/BTC: before: 536994 - after: 538265
2021-02-27 10:07:17,279 - freqtrade.data.converter - INFO - Missing data fillup for LINK/BTC: before: 536993 - after: 538265
2021-02-27 10:07:18,679 - freqtrade.data.converter - INFO - Missing data fillup for XVG/BTC: before: 525827 - after: 526745
2021-02-27 10:07:20,071 - freqtrade.data.converter - INFO - Missing data fillup for MDA/BTC: before: 525831 - after: 526749
2021-02-27 10:07:21,499 - freqtrade.data.converter - INFO - Missing data fillup for MTL/BTC: before: 525834 - after: 526752
2021-02-27 10:07:22,969 - freqtrade.data.converter - INFO - Missing data fillup for EOS/BTC: before: 537004 - after: 538276
2021-02-27 10:07:24,327 - freqtrade.data.converter - INFO - Missing data fillup for SNT/BTC: before: 525838 - after: 526756
2021-02-27 10:07:25,635 - freqtrade.data.converter - INFO - Missing data fillup for ETC/BTC: before: 525840 - after: 526758
2021-02-27 10:07:27,018 - freqtrade.data.converter - INFO - Missing data fillup for MTH/BTC: before: 525842 - after: 526760
2021-02-27 10:07:28,368 - freqtrade.data.converter - INFO - Missing data fillup for DNT/BTC: before: 525846 - after: 526764
2021-02-27 10:07:29,730 - freqtrade.data.converter - INFO - Missing data fillup for ZEC/BTC: before: 525849 - after: 526767
2021-02-27 10:07:31,197 - freqtrade.data.converter - INFO - Missing data fillup for BNT/BTC: before: 525851 - after: 526769
2021-02-27 10:07:32,598 - freqtrade.data.converter - INFO - Missing data fillup for AST/BTC: before: 525853 - after: 526771
2021-02-27 10:07:33,937 - freqtrade.data.converter - INFO - Missing data fillup for DASH/BTC: before: 525855 - after: 526773
2021-02-27 10:07:35,317 - freqtrade.data.converter - INFO - Missing data fillup for OAX/BTC: before: 525857 - after: 526775
2021-02-27 10:07:36,566 - freqtrade.data.converter - INFO - Missing data fillup for BTG/BTC: before: 525861 - after: 526779
2021-02-27 10:07:38,035 - freqtrade.data.converter - INFO - Missing data fillup for EVX/BTC: before: 525863 - after: 526781
2021-02-27 10:07:39,482 - freqtrade.data.converter - INFO - Missing data fillup for REQ/BTC: before: 525866 - after: 526784
2021-02-27 10:07:40,736 - freqtrade.data.converter - INFO - Missing data fillup for VIB/BTC: before: 525869 - after: 526786
2021-02-27 10:07:42,152 - freqtrade.data.converter - INFO - Missing data fillup for TRX/BTC: before: 525870 - after: 526788
2021-02-27 10:07:43,481 - freqtrade.data.converter - INFO - Missing data fillup for POWR/BTC: before: 525872 - after: 526790
2021-02-27 10:07:44,853 - freqtrade.data.converter - INFO - Missing data fillup for ARK/BTC: before: 525874 - after: 526792
2021-02-27 10:07:46,348 - freqtrade.data.converter - INFO - Missing data fillup for XRP/BTC: before: 537043 - after: 538314
2021-02-27 10:07:47,847 - freqtrade.data.converter - INFO - Missing data fillup for ENJ/BTC: before: 525878 - after: 526796
2021-02-27 10:07:49,240 - freqtrade.data.converter - INFO - Missing data fillup for STORJ/BTC: before: 525881 - after: 526799
2021-02-27 10:07:50,621 - freqtrade.data.converter - INFO - Missing data fillup for KMD/BTC: before: 525885 - after: 526803
2021-02-27 10:07:52,029 - freqtrade.data.converter - INFO - Missing data fillup for RCN/BTC: before: 525887 - after: 526805
2021-02-27 10:07:53,279 - freqtrade.data.converter - INFO - Missing data fillup for NULS/BTC: before: 525889 - after: 526807
2021-02-27 10:07:54,784 - freqtrade.data.converter - INFO - Missing data fillup for RDN/BTC: before: 525891 - after: 526809
2021-02-27 10:07:56,235 - freqtrade.data.converter - INFO - Missing data fillup for XMR/BTC: before: 537059 - after: 538331
2021-02-27 10:07:57,652 - freqtrade.data.converter - INFO - Missing data fillup for DLT/BTC: before: 525893 - after: 526811
2021-02-27 10:07:58,918 - freqtrade.data.converter - INFO - Missing data fillup for AMB/BTC: before: 525896 - after: 526814
2021-02-27 10:08:00,392 - freqtrade.data.converter - INFO - Missing data fillup for BAT/BTC: before: 537064 - after: 538336
2021-02-27 10:08:01,829 - freqtrade.data.converter - INFO - Missing data fillup for GVT/BTC: before: 525902 - after: 526820
2021-02-27 10:08:03,092 - freqtrade.data.converter - INFO - Missing data fillup for CDT/BTC: before: 525905 - after: 526822
2021-02-27 10:08:04,508 - freqtrade.data.converter - INFO - Missing data fillup for GXS/BTC: before: 525906 - after: 526824
2021-02-27 10:08:06,005 - freqtrade.data.converter - INFO - Missing data fillup for QSP/BTC: before: 525911 - after: 526829
2021-02-27 10:08:07,402 - freqtrade.data.converter - INFO - Missing data fillup for BTS/BTC: before: 525913 - after: 526831
2021-02-27 10:08:08,758 - freqtrade.data.converter - INFO - Missing data fillup for LSK/BTC: before: 525917 - after: 526835
2021-02-27 10:08:10,163 - freqtrade.data.converter - INFO - Missing data fillup for MANA/BTC: before: 525923 - after: 526841
2021-02-27 10:08:11,516 - freqtrade.data.converter - INFO - Missing data fillup for BCD/BTC: before: 525925 - after: 526843
2021-02-27 10:08:12,776 - freqtrade.data.converter - INFO - Missing data fillup for ADX/BTC: before: 525930 - after: 526848
2021-02-27 10:08:14,230 - freqtrade.data.converter - INFO - Missing data fillup for ADA/BTC: before: 525932 - after: 526850
2021-02-27 10:08:15,733 - freqtrade.data.converter - INFO - Missing data fillup for PPT/BTC: before: 525934 - after: 526852
2021-02-27 10:08:17,190 - freqtrade.data.converter - INFO - Missing data fillup for XLM/BTC: before: 525938 - after: 526856
2021-02-27 10:08:18,573 - freqtrade.data.converter - INFO - Missing data fillup for CND/BTC: before: 525940 - after: 526858
2021-02-27 10:08:19,997 - freqtrade.data.converter - INFO - Missing data fillup for WABI/BTC: before: 525945 - after: 526863
2021-02-27 10:08:21,388 - freqtrade.data.converter - INFO - Missing data fillup for WAVES/BTC: before: 525949 - after: 526867
2021-02-27 10:08:22,778 - freqtrade.data.converter - INFO - Missing data fillup for GTO/BTC: before: 525952 - after: 526869
2021-02-27 10:08:24,057 - freqtrade.data.converter - INFO - Missing data fillup for ICX/BTC: before: 525953 - after: 526871
2021-02-27 10:08:25,480 - freqtrade.data.converter - INFO - Missing data fillup for OST/BTC: before: 525955 - after: 526873
2021-02-27 10:08:26,951 - freqtrade.data.converter - INFO - Missing data fillup for ELF/BTC: before: 525957 - after: 526875
2021-02-27 10:08:28,267 - freqtrade.data.converter - INFO - Missing data fillup for AION/BTC: before: 525960 - after: 526878
2021-02-27 10:08:29,743 - freqtrade.data.converter - INFO - Missing data fillup for NEBL/BTC: before: 525962 - after: 526880
2021-02-27 10:08:31,226 - freqtrade.data.converter - INFO - Missing data fillup for BRD/BTC: before: 537130 - after: 538402
2021-02-27 10:08:32,484 - freqtrade.data.converter - INFO - Missing data fillup for NAV/BTC: before: 525968 - after: 526886
2021-02-27 10:08:33,919 - freqtrade.data.converter - INFO - Missing data fillup for APPC/BTC: before: 525974 - after: 526892
2021-02-27 10:08:35,386 - freqtrade.data.converter - INFO - Missing data fillup for RLC/BTC: before: 525979 - after: 526897
2021-02-27 10:08:36,803 - freqtrade.data.converter - INFO - Missing data fillup for PIVX/BTC: before: 525983 - after: 526901
2021-02-27 10:08:38,064 - freqtrade.data.converter - INFO - Missing data fillup for IOST/BTC: before: 525985 - after: 526903
2021-02-27 10:08:39,487 - freqtrade.data.converter - INFO - Missing data fillup for STEEM/BTC: before: 525989 - after: 526907
2021-02-27 10:08:40,863 - freqtrade.data.converter - INFO - Missing data fillup for NANO/BTC: before: 525991 - after: 526909
2021-02-27 10:08:42,317 - freqtrade.data.converter - INFO - Missing data fillup for VIA/BTC: before: 525994 - after: 526912
2021-02-27 10:08:43,721 - freqtrade.data.converter - INFO - Missing data fillup for BLZ/BTC: before: 525996 - after: 526914
2021-02-27 10:08:45,157 - freqtrade.data.converter - INFO - Missing data fillup for POA/BTC: before: 526004 - after: 526922
2021-02-27 10:08:46,543 - freqtrade.data.converter - INFO - Missing data fillup for ZIL/BTC: before: 526006 - after: 526924
2021-02-27 10:08:47,795 - freqtrade.data.converter - INFO - Missing data fillup for ONT/BTC: before: 526008 - after: 526926
2021-02-27 10:08:49,250 - freqtrade.data.converter - INFO - Missing data fillup for XEM/BTC: before: 526013 - after: 526931
2021-02-27 10:08:50,703 - freqtrade.data.converter - INFO - Missing data fillup for WAN/BTC: before: 526015 - after: 526933
2021-02-27 10:08:52,079 - freqtrade.data.converter - INFO - Missing data fillup for WPR/BTC: before: 526017 - after: 526935
2021-02-27 10:08:53,461 - freqtrade.data.converter - INFO - Missing data fillup for QLC/BTC: before: 526019 - after: 526937
2021-02-27 10:08:54,885 - freqtrade.data.converter - INFO - Missing data fillup for SYS/BTC: before: 526021 - after: 526939
2021-02-27 10:08:56,203 - freqtrade.data.converter - INFO - Missing data fillup for GRS/BTC: before: 526023 - after: 526941
2021-02-27 10:08:57,638 - freqtrade.data.converter - INFO - Missing data fillup for LOOM/BTC: before: 526030 - after: 526948
2021-02-27 10:08:59,053 - freqtrade.data.converter - INFO - Missing data fillup for REP/BTC: before: 526034 - after: 526952
2021-02-27 10:09:00,304 - freqtrade.data.converter - INFO - Missing data fillup for ZEN/BTC: before: 526038 - after: 526956
2021-02-27 10:09:01,794 - freqtrade.data.converter - INFO - Missing data fillup for SKY/BTC: before: 537206 - after: 538478
2021-02-27 10:09:03,167 - freqtrade.data.converter - INFO - Missing data fillup for CVC/BTC: before: 526040 - after: 526958
2021-02-27 10:09:04,576 - freqtrade.data.converter - INFO - Missing data fillup for THETA/BTC: before: 526043 - after: 526961
2021-02-27 10:09:05,932 - freqtrade.data.converter - INFO - Missing data fillup for IOTX/BTC: before: 526045 - after: 526963
2021-02-27 10:09:07,273 - freqtrade.data.converter - INFO - Missing data fillup for QKC/BTC: before: 526047 - after: 526965
2021-02-27 10:09:08,679 - freqtrade.data.converter - INFO - Missing data fillup for AGI/BTC: before: 526049 - after: 526967
2021-02-27 10:09:10,196 - freqtrade.data.converter - INFO - Missing data fillup for NXS/BTC: before: 537217 - after: 538489
2021-02-27 10:09:11,441 - freqtrade.data.converter - INFO - Missing data fillup for DATA/BTC: before: 526051 - after: 526969
2021-02-27 10:09:12,844 - freqtrade.data.converter - INFO - Missing data fillup for SC/BTC: before: 526053 - after: 526971
2021-02-27 10:09:14,292 - freqtrade.data.converter - INFO - Missing data fillup for NAS/BTC: before: 526060 - after: 526978
2021-02-27 10:09:15,711 - freqtrade.data.converter - INFO - Missing data fillup for ARDR/BTC: before: 526066 - after: 526984
2021-02-27 10:09:17,140 - freqtrade.data.converter - INFO - Missing data fillup for VET/BTC: before: 526070 - after: 526988
2021-02-27 10:09:18,389 - freqtrade.data.converter - INFO - Missing data fillup for DOCK/BTC: before: 526072 - after: 526990
2021-02-27 10:09:19,874 - freqtrade.data.converter - INFO - Missing data fillup for POLY/BTC: before: 526075 - after: 526993
2021-02-27 10:09:21,383 - freqtrade.data.converter - INFO - Missing data fillup for GO/BTC: before: 526081 - after: 526999
2021-02-27 10:09:22,786 - freqtrade.data.converter - INFO - Missing data fillup for RVN/BTC: before: 526085 - after: 527003
2021-02-27 10:09:24,142 - freqtrade.data.converter - INFO - Missing data fillup for DCR/BTC: before: 526087 - after: 527005
2021-02-27 10:09:25,542 - freqtrade.data.converter - INFO - Missing data fillup for MITH/BTC: before: 526089 - after: 527007
2021-02-27 10:09:26,966 - freqtrade.data.converter - INFO - Missing data fillup for BCH/BTC: before: 537258 - after: 538530
2021-02-27 10:09:28,335 - freqtrade.data.converter - INFO - Missing data fillup for REN/BTC: before: 526095 - after: 527012
2021-02-27 10:09:29,629 - freqtrade.data.converter - INFO - Missing data fillup for ONG/BTC: before: 526098 - after: 527016
2021-02-27 10:09:31,096 - freqtrade.data.converter - INFO - Missing data fillup for FET/BTC: before: 526100 - after: 527018
2021-02-27 10:09:32,460 - freqtrade.data.converter - INFO - Missing data fillup for CELR/BTC: before: 526102 - after: 527020
2021-02-27 10:09:33,922 - freqtrade.data.converter - INFO - Missing data fillup for MATIC/BTC: before: 526104 - after: 527022
2021-02-27 10:09:35,428 - freqtrade.data.converter - INFO - Missing data fillup for ATOM/BTC: before: 537273 - after: 538544
2021-02-27 10:09:36,865 - freqtrade.data.converter - INFO - Missing data fillup for PHB/BTC: before: 526107 - after: 527025
2021-02-27 10:09:38,274 - freqtrade.data.converter - INFO - Missing data fillup for TFUEL/BTC: before: 526109 - after: 527027
2021-02-27 10:09:39,690 - freqtrade.data.converter - INFO - Missing data fillup for ONE/BTC: before: 526111 - after: 527029
2021-02-27 10:09:41,017 - freqtrade.data.converter - INFO - Missing data fillup for FTM/BTC: before: 526113 - after: 527031
2021-02-27 10:09:42,516 - freqtrade.data.converter - INFO - Missing data fillup for ALGO/BTC: before: 537283 - after: 538555
2021-02-27 10:09:44,012 - freqtrade.data.converter - INFO - Missing data fillup for DOGE/BTC: before: 526119 - after: 527037
2021-02-27 10:09:45,383 - freqtrade.data.converter - INFO - Missing data fillup for DUSK/BTC: before: 526123 - after: 527040
2021-02-27 10:09:46,798 - freqtrade.data.converter - INFO - Missing data fillup for ANKR/BTC: before: 526124 - after: 527042
2021-02-27 10:09:48,196 - freqtrade.data.converter - INFO - Missing data fillup for COS/BTC: before: 526128 - after: 527046
2021-02-27 10:09:49,664 - freqtrade.data.converter - INFO - Missing data fillup for TOMO/BTC: before: 526133 - after: 527050
2021-02-27 10:09:50,970 - freqtrade.data.converter - INFO - Missing data fillup for PERL/BTC: before: 526134 - after: 527052
2021-02-27 10:09:52,427 - freqtrade.data.converter - INFO - Missing data fillup for CHZ/BTC: before: 526137 - after: 527054
2021-02-27 10:09:53,920 - freqtrade.data.converter - INFO - Missing data fillup for BAND/BTC: before: 526139 - after: 527057
2021-02-27 10:09:55,218 - freqtrade.data.converter - INFO - Missing data fillup for BEAM/BTC: before: 526141 - after: 527059
2021-02-27 10:09:56,725 - freqtrade.data.converter - INFO - Missing data fillup for XTZ/BTC: before: 537309 - after: 538581
2021-02-27 10:09:58,216 - freqtrade.data.converter - INFO - Missing data fillup for HBAR/BTC: before: 526143 - after: 527061
2021-02-27 10:09:59,626 - freqtrade.data.converter - INFO - Missing data fillup for NKN/BTC: before: 526145 - after: 527063
2021-02-27 10:10:01,030 - freqtrade.data.converter - INFO - Missing data fillup for STX/BTC: before: 526147 - after: 527065
2021-02-27 10:10:02,436 - freqtrade.data.converter - INFO - Missing data fillup for KAVA/BTC: before: 526149 - after: 527067
2021-02-27 10:10:03,805 - freqtrade.data.converter - INFO - Missing data fillup for ARPA/BTC: before: 526151 - after: 527069
2021-02-27 10:10:05,263 - freqtrade.data.converter - INFO - Missing data fillup for CTXC/BTC: before: 526155 - after: 527072
2021-02-27 10:10:06,744 - freqtrade.data.converter - INFO - Missing data fillup for TROY/BTC: before: 526156 - after: 527074
2021-02-27 10:10:08,146 - freqtrade.data.converter - INFO - Missing data fillup for VITE/BTC: before: 526158 - after: 527076
2021-02-27 10:10:09,518 - freqtrade.data.converter - INFO - Missing data fillup for FTT/BTC: before: 526160 - after: 527078
2021-02-27 10:10:10,932 - freqtrade.data.converter - INFO - Missing data fillup for OGN/BTC: before: 526162 - after: 527080
2021-02-27 10:10:12,355 - freqtrade.data.converter - INFO - Missing data fillup for DREP/BTC: before: 526164 - after: 527082
2021-02-27 10:10:13,607 - freqtrade.data.converter - INFO - Missing data fillup for TCT/BTC: before: 526166 - after: 527084
2021-02-27 10:10:15,035 - freqtrade.data.converter - INFO - Missing data fillup for WRX/BTC: before: 526169 - after: 527087
2021-02-27 10:10:16,530 - freqtrade.data.converter - INFO - Missing data fillup for LTO/BTC: before: 526171 - after: 527089
2021-02-27 10:10:17,967 - freqtrade.data.converter - INFO - Missing data fillup for COTI/BTC: before: 526175 - after: 527093
2021-02-27 10:10:19,154 - freqtrade.data.converter - INFO - Missing data fillup for STPT/BTC: before: 486585 - after: 487375
2021-02-27 10:10:20,512 - freqtrade.data.converter - INFO - Missing data fillup for SOL/BTC: before: 464147 - after: 464937
2021-02-27 10:10:21,556 - freqtrade.data.converter - INFO - Missing data fillup for CTSI/BTC: before: 445550 - after: 446339
2021-02-27 10:10:22,730 - freqtrade.data.converter - INFO - Missing data fillup for HIVE/BTC: before: 439761 - after: 440401
2021-02-27 10:10:23,990 - freqtrade.data.converter - INFO - Missing data fillup for CHR/BTC: before: 424824 - after: 425464
2021-02-27 10:10:25,032 - freqtrade.data.converter - INFO - Missing data fillup for MDT/BTC: before: 383066 - after: 383706
2021-02-27 10:10:26,071 - freqtrade.data.converter - INFO - Missing data fillup for STMX/BTC: before: 375088 - after: 375728
2021-02-27 10:10:27,010 - freqtrade.data.converter - INFO - Missing data fillup for PNT/BTC: before: 359190 - after: 359830
2021-02-27 10:10:27,915 - freqtrade.data.converter - INFO - Missing data fillup for DGB/BTC: before: 358592 - after: 359232
2021-02-27 10:10:28,894 - freqtrade.data.converter - INFO - Missing data fillup for COMP/BTC: before: 354754 - after: 355394
2021-02-27 10:10:29,778 - freqtrade.data.converter - INFO - Missing data fillup for SXP/BTC: before: 337206 - after: 337636
2021-02-27 10:10:30,650 - freqtrade.data.converter - INFO - Missing data fillup for SNX/BTC: before: 334448 - after: 334878
2021-02-27 10:10:31,572 - freqtrade.data.converter - INFO - Missing data fillup for IRIS/BTC: before: 317111 - after: 317541
2021-02-27 10:10:32,438 - freqtrade.data.converter - INFO - Missing data fillup for MKR/BTC: before: 314173 - after: 314603
2021-02-27 10:10:33,307 - freqtrade.data.converter - INFO - Missing data fillup for RUNE/BTC: before: 312917 - after: 313347
2021-02-27 10:10:34,018 - freqtrade.data.converter - INFO - Missing data fillup for FIO/BTC: before: 302959 - after: 303389
2021-02-27 10:10:34,769 - freqtrade.data.converter - INFO - Missing data fillup for AVA/BTC: before: 295401 - after: 295831
2021-02-27 10:10:35,541 - freqtrade.data.converter - INFO - Missing data fillup for BAL/BTC: before: 294023 - after: 294453
2021-02-27 10:10:36,273 - freqtrade.data.converter - INFO - Missing data fillup for YFI/BTC: before: 288385 - after: 288815
2021-02-27 10:10:37,041 - freqtrade.data.converter - INFO - Missing data fillup for JST/BTC: before: 287308 - after: 287738
2021-02-27 10:10:37,832 - freqtrade.data.converter - INFO - Missing data fillup for SRM/BTC: before: 286860 - after: 287290
2021-02-27 10:10:38,587 - freqtrade.data.converter - INFO - Missing data fillup for ANT/BTC: before: 284642 - after: 285072
2021-02-27 10:10:39,372 - freqtrade.data.converter - INFO - Missing data fillup for CRV/BTC: before: 281675 - after: 282104
2021-02-27 10:10:40,154 - freqtrade.data.converter - INFO - Missing data fillup for SAND/BTC: before: 282576 - after: 283006
2021-02-27 10:10:40,789 - freqtrade.data.converter - INFO - Missing data fillup for OCEAN/BTC: before: 278558 - after: 278988
2021-02-27 10:10:41,535 - freqtrade.data.converter - INFO - Missing data fillup for NMR/BTC: before: 278318 - after: 278748
2021-02-27 10:10:42,284 - freqtrade.data.converter - INFO - Missing data fillup for DOT/BTC: before: 276222 - after: 276652
2021-02-27 10:10:42,957 - freqtrade.data.converter - INFO - Missing data fillup for LUNA/BTC: before: 275565 - after: 275995
2021-02-27 10:10:43,677 - freqtrade.data.converter - INFO - Missing data fillup for IDEX/BTC: before: 271427 - after: 271857
2021-02-27 10:10:44,471 - freqtrade.data.converter - INFO - Missing data fillup for RSR/BTC: before: 267109 - after: 267539
2021-02-27 10:10:45,202 - freqtrade.data.converter - INFO - Missing data fillup for PAXG/BTC: before: 265371 - after: 265801
2021-02-27 10:10:45,838 - freqtrade.data.converter - INFO - Missing data fillup for WNXM/BTC: before: 265673 - after: 266103
2021-02-27 10:10:46,560 - freqtrade.data.converter - INFO - Missing data fillup for TRB/BTC: before: 264235 - after: 264665
2021-02-27 10:10:47,304 - freqtrade.data.converter - INFO - Missing data fillup for BZRX/BTC: before: 261357 - after: 261787
2021-02-27 10:10:47,921 - freqtrade.data.converter - INFO - Missing data fillup for WBTC/BTC: before: 258419 - after: 258849
2021-02-27 10:10:48,662 - freqtrade.data.converter - INFO - Missing data fillup for SUSHI/BTC: before: 256802 - after: 257232
2021-02-27 10:10:49,288 - freqtrade.data.converter - INFO - Missing data fillup for YFII/BTC: before: 256804 - after: 257234
2021-02-27 10:10:50,002 - freqtrade.data.converter - INFO - Missing data fillup for KSM/BTC: before: 255366 - after: 255796
2021-02-27 10:10:50,706 - freqtrade.data.converter - INFO - Missing data fillup for EGLD/BTC: before: 254408 - after: 254838
2021-02-27 10:10:51,356 - freqtrade.data.converter - INFO - Missing data fillup for DIA/BTC: before: 255250 - after: 255680
2021-02-27 10:10:52,072 - freqtrade.data.converter - INFO - Missing data fillup for UMA/BTC: before: 245412 - after: 245842
2021-02-27 10:10:52,698 - freqtrade.data.converter - INFO - Missing data fillup for BEL/BTC: before: 236834 - after: 237264
2021-02-27 10:10:53,314 - freqtrade.data.converter - INFO - Missing data fillup for WING/BTC: before: 235756 - after: 236186
2021-02-27 10:10:54,008 - freqtrade.data.converter - INFO - Missing data fillup for UNI/BTC: before: 234259 - after: 234689
2021-02-27 10:10:54,607 - freqtrade.data.converter - INFO - Missing data fillup for NBS/BTC: before: 228081 - after: 228511
2021-02-27 10:10:55,205 - freqtrade.data.converter - INFO - Missing data fillup for OXT/BTC: before: 228189 - after: 228618
2021-02-27 10:10:55,855 - freqtrade.data.converter - INFO - Missing data fillup for SUN/BTC: before: 227845 - after: 228275
2021-02-27 10:10:56,455 - freqtrade.data.converter - INFO - Missing data fillup for AVAX/BTC: before: 226857 - after: 227287
2021-02-27 10:10:57,042 - freqtrade.data.converter - INFO - Missing data fillup for HNT/BTC: before: 223829 - after: 224259
2021-02-27 10:10:57,702 - freqtrade.data.converter - INFO - Missing data fillup for FLM/BTC: before: 218191 - after: 218621
2021-02-27 10:10:58,278 - freqtrade.data.converter - INFO - Missing data fillup for SCRT/BTC: before: 215493 - after: 215923
2021-02-27 10:10:58,858 - freqtrade.data.converter - INFO - Missing data fillup for ORN/BTC: before: 215376 - after: 215806
2021-02-27 10:10:59,414 - freqtrade.data.converter - INFO - Missing data fillup for UTK/BTC: before: 212498 - after: 212928
2021-02-27 10:10:59,952 - freqtrade.data.converter - INFO - Missing data fillup for XVS/BTC: before: 206800 - after: 207230
2021-02-27 10:11:00,450 - freqtrade.data.converter - INFO - Missing data fillup for ALPHA/BTC: before: 201042 - after: 201472
2021-02-27 10:11:01,103 - freqtrade.data.converter - INFO - Missing data fillup for VIDT/BTC: before: 201945 - after: 202374
2021-02-27 10:11:01,606 - freqtrade.data.converter - INFO - Missing data fillup for AAVE/BTC: before: 193966 - after: 194396
2021-02-27 10:11:02,126 - freqtrade.data.converter - INFO - Missing data fillup for NEAR/BTC: before: 195288 - after: 195718
2021-02-27 10:11:02,640 - freqtrade.data.converter - INFO - Missing data fillup for FIL/BTC: before: 193130 - after: 193560
2021-02-27 10:11:03,137 - freqtrade.data.converter - INFO - Missing data fillup for INJ/BTC: before: 185272 - after: 185702
2021-02-27 10:11:03,574 - freqtrade.data.converter - INFO - Missing data fillup for AERGO/BTC: before: 184915 - after: 185345
2021-02-27 10:11:04,042 - freqtrade.data.converter - INFO - Missing data fillup for AUDIO/BTC: before: 181497 - after: 181927
2021-02-27 10:11:04,509 - freqtrade.data.converter - INFO - Missing data fillup for CTK/BTC: before: 176399 - after: 176829
2021-02-27 10:11:04,961 - freqtrade.data.converter - INFO - Missing data fillup for AKRO/BTC: before: 167823 - after: 168253
2021-02-27 10:11:05,406 - freqtrade.data.converter - INFO - Missing data fillup for AXS/BTC: before: 164585 - after: 165015
2021-02-27 10:11:05,863 - freqtrade.data.converter - INFO - Missing data fillup for HARD/BTC: before: 162127 - after: 162557
2021-02-27 10:11:06,216 - freqtrade.data.converter - INFO - Missing data fillup for RENBTC/BTC: before: 157389 - after: 157819
2021-02-27 10:11:06,632 - freqtrade.data.converter - INFO - Missing data fillup for STRAX/BTC: before: 145032 - after: 145462
2021-02-27 10:11:06,991 - freqtrade.data.converter - INFO - Missing data fillup for FOR/BTC: before: 145904 - after: 146334
2021-02-27 10:11:07,403 - freqtrade.data.converter - INFO - Missing data fillup for UNFI/BTC: before: 143416 - after: 143846
2021-02-27 10:11:07,736 - freqtrade.data.converter - INFO - Missing data fillup for ROSE/BTC: before: 143298 - after: 143728
2021-02-27 10:11:08,108 - freqtrade.data.converter - INFO - Missing data fillup for SKL/BTC: before: 126500 - after: 126870
2021-02-27 10:11:08,421 - freqtrade.data.converter - INFO - Missing data fillup for SUSD/BTC: before: 121582 - after: 121952
2021-02-27 10:11:08,711 - freqtrade.data.converter - INFO - Missing data fillup for GLM/BTC: before: 113364 - after: 113734
2021-02-27 10:11:08,978 - freqtrade.data.converter - INFO - Missing data fillup for GRT/BTC: before: 102296 - after: 102666
2021-02-27 10:11:09,236 - freqtrade.data.converter - INFO - Missing data fillup for JUV/BTC: before: 97409 - after: 97779
2021-02-27 10:11:09,566 - freqtrade.data.converter - INFO - Missing data fillup for PSG/BTC: before: 97411 - after: 97781
2021-02-27 10:11:09,818 - freqtrade.data.converter - INFO - Missing data fillup for 1INCH/BTC: before: 92004 - after: 92083
2021-02-27 10:11:09,992 - freqtrade.data.converter - INFO - Missing data fillup for REEF/BTC: before: 86186 - after: 86265
2021-02-27 10:11:10,226 - freqtrade.data.converter - INFO - Missing data fillup for OG/BTC: before: 84748 - after: 84827
2021-02-27 10:11:10,416 - freqtrade.data.converter - INFO - Missing data fillup for ATM/BTC: before: 84750 - after: 84829
2021-02-27 10:11:10,644 - freqtrade.data.converter - INFO - Missing data fillup for ASR/BTC: before: 84752 - after: 84831
2021-02-27 10:11:10,862 - freqtrade.data.converter - INFO - Missing data fillup for CELO/BTC: before: 75964 - after: 76043
2021-02-27 10:11:11,072 - freqtrade.data.converter - INFO - Missing data fillup for RIF/BTC: before: 72816 - after: 72895
2021-02-27 10:11:11,213 - freqtrade.data.converter - INFO - Missing data fillup for BTCST/BTC: before: 64599 - after: 64678
2021-02-27 10:11:11,394 - freqtrade.data.converter - INFO - Missing data fillup for TRU/BTC: before: 55901 - after: 55980
2021-02-27 10:11:11,566 - freqtrade.data.converter - INFO - Missing data fillup for CKB/BTC: before: 45523 - after: 45602
2021-02-27 10:11:11,667 - freqtrade.data.converter - INFO - Missing data fillup for TWT/BTC: before: 44325 - after: 44404
2021-02-27 10:11:11,765 - freqtrade.data.converter - INFO - Missing data fillup for FIRO/BTC: before: 41807 - after: 41886
2021-02-27 10:11:11,907 - freqtrade.data.converter - INFO - Missing data fillup for LIT/BTC: before: 32929 - after: 33008
2021-02-27 10:11:11,985 - freqtrade.data.converter - INFO - Missing data fillup for SFP/BTC: before: 26751 - after: 26830
2021-02-27 10:11:12,795 - freqtrade.optimize.backtesting - INFO - Loading data from 2020-02-19 00:00:00 up to 2021-02-27 04:28:00 (374 days)..
2021-02-27 10:11:12,795 - freqtrade.configuration.timerange - WARNING - Moving start-date by 0 candles to account for startup time.```
xmatthias commented 3 years ago

Best reduce either your timerange, the amount of pairs, or use a longer timeframe.

I don't think you'll be able to use hyperopt on 1m data for +1 year on this many pairs. Hyperopt would eventually start if you give it long enough - HOWEVER, it'll run out of memory almost certainly - simply because you're using too much data.

keesvanbemmel commented 3 years ago

Well, the thing is, hyperopia doesn't start. After that last line the container stops.

On Sat, 27 Feb 2021, 17:45 Matthias, notifications@github.com wrote:

Best reduce either your timerange, the amount of pairs, or use a longer timeframe.

I don't think you'll be able to use hyperopt on 1m data for +1 year on this many pairs. Hyperopt would eventually start if you give it long enough - HOWEVER, it'll run out of memory almost certainly - simply because you're using too much data.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/freqtrade/freqtrade/issues/4455#issuecomment-787100515, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABDLKFATBQ3UT52BOQBD4QTTBEOSNANCNFSM4YJZSBTQ .

xmatthias commented 3 years ago

that's the point, it doesn't stop - it's busy shuffling data around, and you think it's not doing anything and stop it. Be patient enough (with the amount of data, startup alone can take multiple minutes, or even hours if you've got a swap-file configured ...).

Just try it with a small amount of data (reduce timerange for example) and you'll see that it'll start up just fine.

keesvanbemmel commented 3 years ago

Why does the container quit then? I don't mind waiting but it won't let me.

Apart from that I'll try a smaller dataset and pairlist, but still weird the container quits without telling me anything. Waiting doesn't help as the container is already gone.

On Sat, 27 Feb 2021, 17:51 Matthias, notifications@github.com wrote:

that's the point, it doesn't stop - it's busy shuffling data around. Be patient enough (with the amount of data, startup alone can take multiple minutes).

Just try it with a small amount of data (reduce timerange for example) and you'll see that it'll start up just fine.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/freqtrade/freqtrade/issues/4455#issuecomment-787101411, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABDLKFENWNAKQI6EBO55PMLTBEPKZANCNFSM4YJZSBTQ .

xmatthias commented 3 years ago

it'll be an out of memory error.

different systems behave differently with it - and since it's a (kindof) system-wide error, behaviour will differ. It can also be docker that's killing it silently (it's more likely it's the system itself that's killing the "offending" process) - so best check your system log.

keesvanbemmel commented 3 years ago

Still think it's an out of memory error even if it stops not even a minute after that last line?

On Sat, 27 Feb 2021, 19:38 Matthias, notifications@github.com wrote:

it'll be an out of memory error.

different systems behave differently with it - and since it's a (kindof) system-wide error, behaviour will differ. It can also be docker that's killing it silently (it's more likely it's the system itself that's killing the "offending" process) - so best check your system log.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/freqtrade/freqtrade/issues/4455#issuecomment-787116847, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABDLKFFM27OBZ7VMFKPMVNDTBE32TANCNFSM4YJZSBTQ .

xmatthias commented 3 years ago

considering the amount of pairs and data - for sure.

you've got 50 or 100 pairs - and each pair is ~500k lines ...

keesvanbemmel commented 3 years ago

Ok! Thanks for the clarification!

On Sat, 27 Feb 2021, 19:43 Matthias, notifications@github.com wrote:

considering the amount of pairs and data - for sure.

you've got 50 or 100 pairs - and each pair is ~500k lines ...

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/freqtrade/freqtrade/issues/4455#issuecomment-787117479, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABDLKFFRMW7QTHJUAPDDGN3TBE4OJANCNFSM4YJZSBTQ .