This commit is contained in:
dsyoon
2023-02-20 23:31:45 +09:00
parent 6ff98b55d0
commit 83669f2733
3 changed files with 13 additions and 8 deletions

View File

@@ -164,7 +164,7 @@ class HTS_etf (HTS):
time.sleep(0.1)
print(idx, stock['stock_code'], stock['stock_name'])
print("%5d: %8s, %-50s"%(idx, stock['stock_code'], stock['stock_name']))
slow_k_week, slow_k_month = self.getSlowK(stock['stock_code'])
if slow_k_week < 0 or 50 < slow_k_week or slow_k_month < 0 or 50 < slow_k_month: