This commit is contained in:
dsyoon
2023-02-03 21:46:17 +09:00
parent d27610fe67
commit 9a2fc96e42
3 changed files with 54 additions and 12 deletions

View File

@@ -21,7 +21,6 @@ class HTS_etf (HTS):
labelChecker = None
slackBot = None
stockStatus = None
MAX_BUY_PRICE = None
def __init__(self, RESOURCE_PATH):
super().__init__(RESOURCE_PATH)
@@ -83,7 +82,7 @@ class HTS_etf (HTS):
def getCount(self, stock_code, price):
if stock_code == "252670" or stock_code == "122630":
MAX_BUY_PRICE = 300000
MAX_BUY_PRICE = 500000
else:
MAX_BUY_PRICE = 100000