This commit is contained in:
dsyoon
2023-10-18 07:16:46 +09:00
parent 085813bd8b
commit 85e7f744cd

View File

@@ -225,7 +225,7 @@ if __name__ == "__main__":
hts.connect2DB("hts.db")
today_str = today.strftime('%Y%m%d')
hts.buyRealTime(today_str, analyzed_day=1000, MAX_PRICE=100000)
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)