This commit is contained in:
dsyoon
2023-01-27 00:33:37 +09:00
parent 5f8ae4d402
commit d909482262

View File

@@ -125,7 +125,7 @@ class HTS_DAILY (HTS):
if bsLine['buy'][last_index] > 0:
bs_buy_price = bsLine['buy'][last_index]
bs_buy_weight = bsLine['buy_weight'][last_index]
if stock_code == "252670":
if stock_code == "252670" or stock_code == "122630":
buy_count = int(5000000 / bs_buy_price)
else:
buy_count = int((self.MAX_BUY_PRICE*bs_buy_weight) / bs_buy_price)