Current location - Trademark Inquiry Complete Network - Futures platform - Please change the access index formula of communication band into stock selection formula. When the band proximity is 80, the condition is output.
Please change the access index formula of communication band into stock selection formula. When the band proximity is 80, the condition is output.
Z:=MA(C, 120);

Var 4:= Ma ((CLOSE-LLV (low, 10))/(HHV (high, 10)-LLV (low,10)) *100,3);

Band method: = CLOSE & gtz and REF(VAR4,1) < 30 and VAR4 & gtREF(VAR4, 1) and

REF(VAR4, 1)& lt; REF(VAR4,2);

XG: band method;

The stocks entering the market in the selected band have nothing to do with VAR3.