init
This commit is contained in:
@@ -186,7 +186,7 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
# KODEX 인버스 * 2
|
# KODEX 인버스 * 2
|
||||||
stock_code = "122630"
|
stock_code = "122630"
|
||||||
buy_count = 30
|
buy_count = 50
|
||||||
|
|
||||||
hts = HTS_122630(stock_code, buy_count)
|
hts = HTS_122630(stock_code, buy_count)
|
||||||
today_str = today.strftime('%Y%m%d')
|
today_str = today.strftime('%Y%m%d')
|
||||||
|
|||||||
@@ -188,7 +188,7 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
# KODEX 인버스 * 2
|
# KODEX 인버스 * 2
|
||||||
stock_code = "252670"
|
stock_code = "252670"
|
||||||
buy_count = 300
|
buy_count = 400
|
||||||
|
|
||||||
hts = HTS_252670(stock_code, buy_count)
|
hts = HTS_252670(stock_code, buy_count)
|
||||||
today_str = today.strftime('%Y%m%d')
|
today_str = today.strftime('%Y%m%d')
|
||||||
|
|||||||
Reference in New Issue
Block a user