This commit is contained in:
dosang.yoon
2022-07-09 22:15:08 +09:00
parent e8de4907e6
commit 1fbacc472a
86 changed files with 146 additions and 31339 deletions

View File

@@ -181,10 +181,41 @@ class Simulation:
if __name__ == "__main__":
stock_codes = {
"252670": [('20220620', '20220621'), ('20220621', '20220622'), ('20220622', '20220623'), ('20220623', '20220624')],
"122630": [('20220620', '20220621'), ('20220621', '20220622'), ('20220622', '20220623'), ('20220623', '20220624')],
# "252670": [('20220620', '20220621')],
# "122630": [('20220620', '20220621')]
# 122630
"252670": [
('20210901', '20210902'),
('20210902', '20210903'),
('20210906', '20210907'),
('20210907', '20210908'),
('20210907', '20210908'),
('20210908', '20210909'),
('20210909', '20210910'),
('20210910', '20210913'),
('20210913', '20210914'),
('20210914', '20210915'),
('20210915', '20210916'),
('20210916', '20210917'),
('20210923', '20210924'),
('20210927', '20210928'),
('20210928', '20210929'),
('20210929', '20210930'),
('20210930', '20211001'),
('20211005', '20211006'),
('20211006', '20211007'),
('20211007', '20211008'),
('20211008', '20211009'),
('20211009', '20211011'),
('20211011', '20211012'),
('20211012', '20211013'),
('20211013', '20211014'),
('20211014', '20211015'),
('20220620', '20220621'),
('20220621', '20220622'),
('20220622', '20220623'),
('20220623', '20220624'),
('20220707', '20220708')
],
}
for stock_code in stock_codes: