This commit is contained in:
dosangyoon
2021-10-17 22:28:11 +09:00
parent 20591c7a17
commit cb60a54f3f
2 changed files with 33 additions and 40 deletions

View File

@@ -169,6 +169,7 @@ if __name__ == "__main__":
'20210930','20211001', '20211005','20211006', '20211007','20211008', '20211012','20211013', '20211014']
simulation = Simulation()
given_days = sorted(given_days, reverse=True)
for given_day in given_days:
simulation.simulate(stock_codes[0], given_day)