This commit is contained in:
dsyoon
2023-10-16 12:21:43 +09:00
parent 4c558cead7
commit 149f3a45e2
3 changed files with 18 additions and 11 deletions

View File

@@ -223,7 +223,7 @@ if __name__ == "__main__":
hts.connect2DB("hts.db")
today_str = today.strftime('%Y%m%d')
hts.buyRealTime(today_str, analyzed_day=1000, MAX_PRICE=10000)
hts.buyRealTime(today_str, analyzed_day=1000, MAX_PRICE=20000)
db_filename = os.path.join(RESOURCE_PATH, "hts.db")
hts.insertStockData(today, stock_code, stock_name)