This commit is contained in:
dosangyoon
2021-10-27 08:32:22 +09:00
parent c87e5a45fd
commit ed581cd90c
3 changed files with 666 additions and 3 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 = ['20211006']
given_days = ['20211026']
simulation = Simulation(stock_codes[0])
given_days = sorted(given_days, reverse=True)