This commit is contained in:
dsyoon
2022-08-09 00:38:46 +09:00
parent 31f3bff0eb
commit 1a3e7f49b2
2 changed files with 2 additions and 2 deletions

View File

@@ -205,7 +205,7 @@ if __name__ == "__main__":
# KODEX 인버스 * 2
stock_code = "122630"
stock_name = "KODEX 레버리지"
buy_count = 80
buy_count = 130
hts = HTS_122630(RESOURCE_PATH, stock_code, buy_count)
today_str = today.strftime('%Y%m%d')