This commit is contained in:
dosang.yoon
2022-08-29 15:39:10 +09:00
parent 9c8464b222
commit 5815dc303f
2 changed files with 3 additions and 3 deletions

View File

@@ -178,7 +178,7 @@ if __name__ == "__main__":
# KODEX 인버스 * 2
stock_code = "252670"
stock_name = "KODEX 200선물인버스2X"
buy_count = 1000
buy_count = 900
hts = HTS_252670(RESOURCE_PATH, stock_code, buy_count)
today_str = today.strftime('%Y%m%d')