This commit is contained in:
dsyoon
2023-10-16 12:27:28 +09:00
parent 9459c98795
commit 7aa86c9de7

View File

@@ -225,7 +225,7 @@ if __name__ == "__main__":
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=50000)
db_filename = os.path.join(RESOURCE_PATH, "hts.db")
hts.insertStockData(today, stock_code, stock_name)