From 1ee8600753e43fe95516e66b21a854dfd7a94b55 Mon Sep 17 00:00:00 2001 From: dsyoon Date: Mon, 6 Feb 2023 08:48:05 +0900 Subject: [PATCH] init --- HTS_etf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HTS_etf.py b/HTS_etf.py index 65b6141..adf0341 100644 --- a/HTS_etf.py +++ b/HTS_etf.py @@ -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