init
This commit is contained in:
@@ -23,6 +23,9 @@ class MonitorCoin (Monitor):
|
||||
buy_success = self.buy_ticker(symbol, recent_data)
|
||||
if not buy_success:
|
||||
return
|
||||
sell_success = self.sell_ticker(symbol, recent_data)
|
||||
if not sell_success:
|
||||
return
|
||||
except Exception as e:
|
||||
print(f"Error processing data for {symbol}: {str(e)}")
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user