This commit is contained in:
dosang.yoon
2022-08-18 16:59:29 +09:00
parent 8505ec743d
commit 19c3acc403
3 changed files with 11 additions and 18 deletions

View File

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