This commit is contained in:
dosangyoon
2022-05-20 19:15:29 +09:00
parent 963dbd1944
commit 8da4ed920c
2 changed files with 9 additions and 19 deletions

View File

@@ -180,11 +180,7 @@ if __name__ == "__main__":
RESOURCE_DIR = PROJECT_HOME + "/resources/analysis/"+today.strftime("%Y%m%d")
stock_codes = ["252670", "122630"]
given_days = ['20210901','20210902','20210903','20210906','20210907','20210908','20210909','20210910','20210913',
'20210914','20210915','20210916','20210917','20210923','20210924','20210927','20210928','20210929',
'20210930','20211001','20211005','20211006','20211007','20211008','20211012','20211013','20211014',
'20211018', '20211019','20211020','20211021','20211022','20211025']
given_days = ['20220128']
given_days = ['20210901', '20211020', '20220128', '20220520']
simulation = Simulation(stock_codes[0])
given_days = sorted(given_days, reverse=True)