This commit is contained in:
dsyoon
2023-11-01 00:16:52 +09:00
parent 08b5915d89
commit 03cbec5803
7 changed files with 93 additions and 77 deletions

View File

@@ -271,18 +271,13 @@ if __name__ == "__main__":
simulation = Simulation(RESOURCE_PATH)
day_list = ['20231025']
# to check bying
stock_codes = {
#"252670": ['20210930'],
#"252670": ['20210903','20210910','20210913'],
#"252670": ['20210901', '20210902', '20210903', '20210906', '20210907', '20210908', '20210909', '20210910', '20210913', '20210914', '20210915', '20210916', '20210917', '20210923', '20210924', '20210927', '20210928', '20210929', '20210930', '20211001', '20211005','20231012','20231013'],
#"122630": ['20230930'],
#"122630": ['20210901','20210902','20210903','20210906','20231012','20231013']
#"122630": ['20210901', '20210902', '20210903', '20210906', '20210907', '20210908', '20210909', '20210910', '20210913', '20210914', '20210915', '20210916', '20210917', '20210923', '20210924', '20210927', '20210928', '20210929', '20210930', '20211001', '20211005','20231012','20231013'],
"233740": ['20231023'],
"252670": ['20231023'],
"251340": ['20231023'],
"122630": ['20231023']
"233740": day_list,
"252670": day_list,
"251340": day_list,
"122630": day_list
}
#simulation.simulate(stock_codes)
simulation.simulate(stock_codes)