MontrealTradingGroup / freqtrade

Simple High Frequency Trading Bot for crypto currencies
GNU General Public License v3.0
70 stars 61 forks source link

TypeError #15

Open Inkz2097 opened 2 years ago

Inkz2097 commented 2 years ago

Traceback (most recent call last): File "./freqtrade/main.py", line 48, in main state = freqtrade.worker(old_state=state) File "/root/freqtrade/freqtrade/freqtradebot.py", line 122, in worker min_secs=min_secs) File "/root/freqtrade/freqtrade/freqtradebot.py", line 134, in _throttle result = func(*args, **kwargs) File "/root/freqtrade/freqtrade/freqtradebot.py", line 170, in _process self.exchange.refresh_tickers(self.active_pair_whitelist, self.strategy.ticker_interval) File "/root/freqtrade/freqtrade/exchange/init.py", line 536, in refresh_tickers self.async_get_candles_history(pair_list, ticker_interval)) File "/usr/lib/python3.6/asyncio/base_events.py", line 484, in run_until_complete return future.result() File "/root/freqtrade/freqtrade/exchange/init.py", line 548, in async_get_candles_history arrow.utcnow().timestamp and pair in self._klines): TypeError: '>=' not supported between instances of 'int' and 'method'

Could anybody help with this?