问答交流

怎么写一个因子

由davidshi创建,最终由davidshi 被浏览 4 用户

如何写一个因子,判断一个股票20天内是否有涨停?

我现在这么写老是报错

m_sum(IF(close>m_lag(close,1)*1.09,1,0),20) as f1

{link}