From f7bee40eb9f683f2a70aaa8c979fe437cbfecdca Mon Sep 17 00:00:00 2001 From: dsyoon Date: Sun, 3 Oct 2021 19:10:25 +0900 Subject: [PATCH] init --- hts/HTS.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hts/HTS.py b/hts/HTS.py index 6170e7e..9f4aaa0 100644 --- a/hts/HTS.py +++ b/hts/HTS.py @@ -983,7 +983,7 @@ if __name__ == "__main__": for given_day in given_days: hts.writeStockData(stock_codes, given_day) #for stock_code in stock_codes: - #hts.simulate(stock_codes, given_day) + #hts.simulate(stock_code, given_day) #hts.buyRealTime(stock_codes, given_day)