条件选股公式:5日、10日、30日均线呈多头排列或准多头排列。公式模块 A1:=MA(CLOSE,5);A2:=MA(CLOSE,10);A3:=MA(CLOSE,30);XG:CLOSE>A1 AND A1>A2 AND A2>A3 AND CLOSE>OPEN;