This commit is contained in:
dsyoon
2025-08-18 01:28:47 +09:00
parent 1d453fa39b
commit c85985c002

View File

@@ -159,8 +159,8 @@ class Monitor:
# ------------- Strategy ------------- # ------------- Strategy -------------
def buy_ticker(self, symbol: str, data: pd.DataFrame) -> bool: def buy_ticker(self, symbol: str, data: pd.DataFrame) -> bool:
try: try:
print('BUY: {}'.format(symbol)) #print('BUY: {}'.format(symbol))
self.sendMsg('BUY: {}'.format(symbol)) #self.sendMsg('BUY: {}'.format(symbol))
check_5_week_lowest = False check_5_week_lowest = False