code_attribute/code_nature_analyse.py
@@ -406,7 +406,7 @@ # if max_price > float(limit_up_price): # return False rate = (max_price_info[1]["high"] - min_price_info[1]["low"]) / min_price_info[1]["low"] THRESHOLD_RATE = 0.319 * 2 if tool.is_ge_code(code) else 0.319 THRESHOLD_RATE = 0.249 * 2 if tool.is_ge_code(code) else 0.249 if rate >= THRESHOLD_RATE: return True, rate return False, rate