From 1f617e2c5cf155aa70343cd9cec179a534eda3d6 Mon Sep 17 00:00:00 2001 From: dsyoon Date: Mon, 16 Oct 2023 11:01:36 +0900 Subject: [PATCH] init --- Simulation.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Simulation.py b/Simulation.py index cb4e952..b53fd0c 100644 --- a/Simulation.py +++ b/Simulation.py @@ -250,9 +250,9 @@ if __name__ == "__main__": #"252670": ['20210930'], #"122630": ['20230930'], #"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'], + #"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": ['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'], + "122630": ['20210901', '20210902', '20210903', '20210906', '20210907', '20210908', '20210909', '20210910', '20210913', '20210914', '20210915', '20210916', '20210917', '20210923', '20210924', '20210927', '20210928', '20210929', '20210930', '20211001', '20211005','20231012','20231013'], } #simulation.simulate(stock_codes) simulation.simulate(stock_codes)