This commit is contained in:
dsyoon
2022-08-06 14:38:22 +09:00
parent 35a1c939e9
commit f43688f0da
3 changed files with 16 additions and 6 deletions

View File

@@ -166,10 +166,10 @@ if __name__ == "__main__":
stock_codes = {
# 252670
# 122630
"252670": ['20220804'],
"252670": ['20220805'],
}
method = "answer" # "ml", "answer"
method = "" # "ml", "answer"
for stock_code in stock_codes:
simulation = Simulation(RESOURCE_PATH)