This commit is contained in:
dosang.yoon
2022-08-30 14:35:06 +09:00
parent 75fd5df5d5
commit 42710247be
2 changed files with 151 additions and 202 deletions

View File

@@ -182,8 +182,11 @@ if __name__ == "__main__":
# to check bying
stock_codes = {
"252670": ['20220822', '20220823', '20220824', '20220825', '20220826', '20220829'],
"122630": ['20220822', '20220823', '20220824', '20220825', '20220826', '20220829']
"252670": ['20220801', '20220802', '20220803', '20220804', '20220805',
'20220808', '20220809', '20220810', '20220811', '20220812',
'20220816', '20220817', '20220818', '20220819',
'20220822', '20220823', '20220824', '20220825', '20220826', '20220829'],
#"122630": ['20220822', '20220823', '20220824', '20220825', '20220826', '20220829']
}
method = "rule" # "rule", "ml", "answer"