trentstauff / FXBot

A fully automated Forex trading bot utilizing the OANDA API.
204 stars 68 forks source link

AttributeError: 'BollingerBandsLive' object has no attribute '_position' #37

Open milandijhon opened 1 year ago

milandijhon commented 1 year ago

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'

trentstauff commented 1 year ago

Will look into this too.