九毛八公式指标 1: 连续两天阴线 2: 当天k线收在20日线上 3: 5. 10 20一定要是多头排列。 公式模块: ALL(c<ref(c,1),2) and c>ma(c,20) and ma(c,5)>ma(c,10) and ma(c,10)>ma(c,20);