九毛八公式指标 公式模块: 1 均线呈空头排列 2 5日和10日均线金叉了2次 3 第1次的不选 要选第2次的金叉 cross(sum(cross(ma(c,5),ma(c,10)),10),1.5) and ma(c,10)>ma(c,20) and ma(c,20)>ma(c,30);