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