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주봉보다 아래에 있는지 체크