This commit is contained in:
dsyoon
2023-10-24 21:57:46 +09:00
parent 25a6e77125
commit 0086e20a8f
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ if __name__ == "__main__":
stock_code = "122630"
stock_name = "KODEX 레버리지"
hts = HTS_etf(RESOURCE_PATH, stock_code, stock_name, SELL_GAP=100)
hts = HTS_etf(RESOURCE_PATH, stock_code, stock_name, SELL_GAP=80)
hts.connect2DB("hts.db")
today_str = today.strftime('%Y%m%d')