This commit is contained in:
dsyoon
2023-02-06 08:48:05 +09:00
parent 023cae830e
commit 1ee8600753

View File

@@ -82,7 +82,7 @@ class HTS_etf (HTS):
def getCount(self, stock_code, price):
if stock_code == "252670" or stock_code == "122630":
MAX_BUY_PRICE = 500000
MAX_BUY_PRICE = 300000
else:
MAX_BUY_PRICE = 100000