怎么写一个因子由davidshi创建,最终由davidshi更新于2025-07-14 02:31 被浏览 4 用户如何写一个因子,判断一个股票20天内是否有涨停? 我现在这么写老是报错 m_sum(IF(close>m_lag(close,1)*1.09,1,0),20) as f1