Current location - Trademark Inquiry Complete Network - Futures platform - The stock price is on the 60-day moving average, and the 5-day moving average is not dead. What is the stock selection formula of 10 moving average upside down?
The stock price is on the 60-day moving average, and the 5-day moving average is not dead. What is the stock selection formula of 10 moving average upside down?
Friend, this is the formula of stock selection you want:

M5:= Ma (c, 5);

M 10:=MA(C, 10);

M60:=MA(C,60);

AA:= COUNT(M5 & lt; REF(M5, 1),4)= 3;

BB:= Count (M5>;; M 10,4)= 4;

CC:= COUNT(M5 & gt; M60,8)= 8;

ZM:M5 & gt; REF(M5, 1) and AA and BB and cc;