diff --git a/HTS_daily.py b/HTS_daily.py index 8cd54af..13034a5 100644 --- a/HTS_daily.py +++ b/HTS_daily.py @@ -126,7 +126,7 @@ class HTS_DAILY (HTS): bs_buy_price = bsLine['buy'][last_index] bs_buy_weight = bsLine['buy_weight'][last_index] if stock_code == "252670": - buy_count = int(1000000 / bs_buy_price) + buy_count = int(5000000 / bs_buy_price) else: buy_count = int((self.MAX_BUY_PRICE*bs_buy_weight) / bs_buy_price)