You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 20, 2026. It is now read-only.
File "/home/ubuntu/bindca/src/selective_dca_bot/exchanges/abstract_exchange.py", line 65, in calculate_latest_metrics
self.ingest_latest_candles(market, interval, last_candle.timestamp, num_candles)
AttributeError: 'NoneType' object has no attribute 'timestamp'
Hi,
I got this error when running:
File "/home/ubuntu/bindca/src/selective_dca_bot/exchanges/abstract_exchange.py", line 65, in calculate_latest_metrics
self.ingest_latest_candles(market, interval, last_candle.timestamp, num_candles)
AttributeError: 'NoneType' object has no attribute 'timestamp'
could you please help?
thanks & regards.