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
i been getting this issue all day. everything was fine last night.
Traceback (most recent call last):
File "C:\Users\BNard\Documents\GitHub\FXBot-main\FXBot-main\main.py", line 143, in
trader = BollingerBandsLive(cfg, instrument, granularity, sma, deviation, units, stop_loss=stop_loss,
File "C:\Users\BNard\Documents\GitHub\FXBot-main\FXBot-main\livetrading\BollingerBandsLive.py", line 37, in init
super().init(
File "C:\Users\BNard\Documents\GitHub\FXBot-main\FXBot-main\livetrading\LiveTrader.py", line 45, in init
raise Exception("Sorry, markets are closed")
Exception: Sorry, markets are closed
Exception ignored in: <function LiveTrader.del at 0x00000242455913F0>
Traceback (most recent call last):
File "C:\Users\BNard\Documents\GitHub\FXBot-main\FXBot-main\livetrading\LiveTrader.py", line 82, in del
self.close_position()
File "C:\Users\BNard\Documents\GitHub\FXBot-main\FXBot-main\livetrading\LiveTrader.py", line 257, in close_position
if self._position != 0:
AttributeError: 'BollingerBandsLive' object has no attribute '_position'
The text was updated successfully, but these errors were encountered:
i been getting this issue all day. everything was fine last night.
Traceback (most recent call last):
File "C:\Users\BNard\Documents\GitHub\FXBot-main\FXBot-main\main.py", line 143, in
trader = BollingerBandsLive(cfg, instrument, granularity, sma, deviation, units, stop_loss=stop_loss,
File "C:\Users\BNard\Documents\GitHub\FXBot-main\FXBot-main\livetrading\BollingerBandsLive.py", line 37, in init
super().init(
File "C:\Users\BNard\Documents\GitHub\FXBot-main\FXBot-main\livetrading\LiveTrader.py", line 45, in init
raise Exception("Sorry, markets are closed")
Exception: Sorry, markets are closed
Exception ignored in: <function LiveTrader.del at 0x00000242455913F0>
Traceback (most recent call last):
File "C:\Users\BNard\Documents\GitHub\FXBot-main\FXBot-main\livetrading\LiveTrader.py", line 82, in del
self.close_position()
File "C:\Users\BNard\Documents\GitHub\FXBot-main\FXBot-main\livetrading\LiveTrader.py", line 257, in close_position
if self._position != 0:
AttributeError: 'BollingerBandsLive' object has no attribute '_position'
The text was updated successfully, but these errors were encountered: