This commit is contained in:
dsyoon
2022-09-07 00:55:07 +09:00
parent 07a7eda91d
commit 6aea0bb643
3 changed files with 2 additions and 2 deletions

View File

@@ -184,7 +184,7 @@ if __name__ == "__main__":
hts = HTS_122630(RESOURCE_PATH, stock_code, buy_count)
today_str = today.strftime('%Y%m%d')
#today_str = "20220902"
#today_str = "20220906"
hts.buyRealTime(today_str)
db_filename = os.path.join(RESOURCE_PATH, "hts.db")

View File

@@ -186,7 +186,7 @@ if __name__ == "__main__":
hts = HTS_252670(RESOURCE_PATH, stock_code, buy_count)
today_str = today.strftime('%Y%m%d')
#today_str = "20220902"
#today_str = "20220906"
hts.buyRealTime(today_str)
db_filename = os.path.join(RESOURCE_PATH, "hts.db")

Binary file not shown.