init
This commit is contained in:
@@ -38,7 +38,7 @@ class HTS_252670 (HTS):
|
||||
if jangoDic[code]['매도가능'] > 0:
|
||||
if diff == None:
|
||||
max_price = max(jangoDic[code]['장부가'], final_price)
|
||||
sell_price = (int(max_price + 5) - int(max_price + 5) % 5) + 10
|
||||
sell_price = (int(max_price + 5) - int(max_price + 5) % 5) + 5
|
||||
else:
|
||||
sell_price = (int(final_price) - int(final_price) % 5) + diff
|
||||
if code == "A"+stock_code:
|
||||
|
||||
Reference in New Issue
Block a user