This commit is contained in:
dsyoon
2022-08-10 00:42:03 +09:00
parent 62e0deecfe
commit 2564871ff8
6 changed files with 116 additions and 21 deletions

View File

@@ -174,11 +174,11 @@ if __name__ == "__main__":
# to check bying
stock_codes = {
"122630": ['20220808'],
"252670": ['20220808'],
"122630": ['20220809'],
"252670": ['20220809'],
}
method = "rule" # "rule", "ml", "answer"
method = "answer" # "rule", "ml", "answer"
for stock_code in stock_codes:
simulation = Simulation(RESOURCE_PATH)