init
This commit is contained in:
@@ -151,6 +151,7 @@ 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))
|
||||||
check_5_week_lowest = False
|
check_5_week_lowest = False
|
||||||
|
|
||||||
# 5주봉이 20주봉이나 40주봉보다 아래에 있는지 체크
|
# 5주봉이 20주봉이나 40주봉보다 아래에 있는지 체크
|
||||||
|
|||||||
Reference in New Issue
Block a user