This commit is contained in:
dsyoon
2023-10-17 21:42:28 +09:00
parent 752fdca2d6
commit 9f2b009873
3 changed files with 3 additions and 3 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=20000)
hts.buyRealTime(today_str, analyzed_day=1000, MAX_PRICE=30000)
db_filename = os.path.join(RESOURCE_PATH, "hts.db")
hts.insertStockData(today, stock_code, stock_name)