This commit is contained in:
dosang.yoon
2022-07-19 22:53:17 +09:00
parent 9f5d70b82d
commit 45bafde2c6
2 changed files with 2 additions and 2 deletions

View File

@@ -186,7 +186,7 @@ if __name__ == "__main__":
# KODEX 인버스 * 2
stock_code = "122630"
buy_count = 50
buy_count = 60
hts = HTS_122630(stock_code, buy_count)
today_str = today.strftime('%Y%m%d')

View File

@@ -188,7 +188,7 @@ if __name__ == "__main__":
# KODEX 인버스 * 2
stock_code = "252670"
buy_count = 400
buy_count = 600
hts = HTS_252670(stock_code, buy_count)
today_str = today.strftime('%Y%m%d')