Please write a conditional stock selection formula that reaches the 5-day line and the 20-day line
Simple formula: cross(ma(c, 5), ma(c, 20)) should be able to select the stocks you need. If you feel uncertain, you can try the following formula: ref (ma (c, 5), 1)