This commit is contained in:
dsyoon
2022-08-08 23:18:19 +09:00
parent 1176362c8b
commit 2173156d41
3 changed files with 34 additions and 36 deletions

View File

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