This commit is contained in:
dosangyoon
2022-08-21 22:49:51 +09:00
parent 88fdd80e4a
commit 5d79645eb2
4 changed files with 37 additions and 57 deletions

View File

@@ -184,11 +184,15 @@ if __name__ == "__main__":
# to check bying
stock_codes = {
"252670": ['20220811'],
"252670": [
'20220510', '20220511', '20220512',
'20220610', '20220613', '20220614',
'20220708', '20220711', '20220712',
'20220810', '20220811', '20220812'],
#"122630": ['20220611', '20220612', '20220613', '20220614'],
}
method = "ml" # "rule", "ml", "answer"
method = "rule" # "rule", "ml", "answer"
for stock_code in stock_codes:
simulation = Simulation(RESOURCE_PATH)