This commit is contained in:
dosangyoon
2022-02-02 15:59:58 +09:00
parent cf30ea6583
commit f7e09b32f7
4 changed files with 6 additions and 4 deletions

View File

@@ -186,7 +186,7 @@ if __name__ == "__main__":
'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 = ['20211026']
given_days = ['20220128']
simulation = Simulation(stock_codes[0])
given_days = sorted(given_days, reverse=True)