code_attribute/code_nature_analyse.py
@@ -79,9 +79,7 @@ # 是否具有K线形态 def is_has_k_format(limit_up_price, record_datas): is_too_high, is_new_top, is_lowest, is_near_new_top, is_n, is_v, has_format, volume_info = get_k_format( float(limit_up_price), record_datas) is_too_high, is_new_top, is_lowest, is_near_new_top, is_n, is_v, has_format, volume_info,is_special = get_k_format(float(limit_up_price),record_datas) if not has_format: return False, "不满足K线形态" return True, "有形态"