From f68d9e286492c5421ba1bc85246210891e77a491 Mon Sep 17 00:00:00 2001 From: dsyoon Date: Sun, 17 Aug 2025 23:08:56 +0900 Subject: [PATCH] init --- monitor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/monitor.py b/monitor.py index 5a29399..86ad2ed 100644 --- a/monitor.py +++ b/monitor.py @@ -151,6 +151,7 @@ class Monitor: # ------------- Strategy ------------- def buy_ticker(self, symbol: str, data: pd.DataFrame) -> bool: try: + print('BUY: {}'.format(symbol)) check_5_week_lowest = False # 5주봉이 20주봉이나 40주봉보다 아래에 있는지 체크