This commit is contained in:
dsyoon
2023-01-15 15:59:53 +09:00
parent 11593dd324
commit be702a4404
3 changed files with 14 additions and 12 deletions

View File

@@ -175,10 +175,10 @@ if __name__ == "__main__":
hts = HTS_252670_DAILY(RESOURCE_PATH, stock_code, buy_count)
today_str = today.strftime('%Y%m%d')
#today_str = "20220916"
hts.buyRealTime(today_str)
db_filename = os.path.join(RESOURCE_PATH, "hts.db")
#today_str = "20220916"
hts.insertStockData(db_filename, stock_code, stock_name, today_str)
#hts.updteTodayStock(db_filename, stock_code, today_str)