This commit is contained in:
dsyoon
2022-08-12 03:37:25 +09:00
parent d612186431
commit 40e997e741
2 changed files with 2 additions and 2 deletions

View File

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