init
This commit is contained in:
@@ -82,7 +82,7 @@ class HTS_etf (HTS):
|
|||||||
|
|
||||||
def getCount(self, stock_code, price):
|
def getCount(self, stock_code, price):
|
||||||
if stock_code == "252670" or stock_code == "122630":
|
if stock_code == "252670" or stock_code == "122630":
|
||||||
MAX_BUY_PRICE = 500000
|
MAX_BUY_PRICE = 300000
|
||||||
else:
|
else:
|
||||||
MAX_BUY_PRICE = 100000
|
MAX_BUY_PRICE = 100000
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user