This commit is contained in:
dosangyoon
2022-08-17 04:25:58 +09:00
parent 19644cd7bc
commit df52c7bd8b
4 changed files with 54 additions and 34 deletions

View File

@@ -179,8 +179,10 @@ if __name__ == "__main__":
# to check bying
stock_codes = {
#"252670": ['20220801', '20220802', '20220803', '20220804', '20220805', '20220808', '20220809', '20220810', '20220811', '20220812'],
"122630": ['20220801', '20220802', '20220803', '20220804', '20220805', '20220808', '20220809', '20220810', '20220811', '20220812'],
"252670": ['20220801', '20220802', '20220803', '20220804',
'20220805', '20220808', '20220809', '20220810', '20220811',
'20220812', '20220816'],
#"122630": ['20220801', '20220802', '20220803', '20220804', '20220805', '20220808', '20220809', '20220810', '20220811', '20220812'],
}
method = "rule" # "rule", "ml", "answer"