init
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user