Current location - Trademark Inquiry Complete Network - Futures platform - Refer to the index formula of macd top-bottom deviation
Refer to the index formula of macd top-bottom deviation
DIFF:=EMA (closing, 12)-EMA (closing, 27);

DEA:=EMA(DIFF,9);

a 1:= bars last(REF(CROSS(DIFF,DEA), 1));

Bottom deviation: REF(CLOSE, A 1+ 1) > close and distinguish & gtREF(DIFF, A 1+ 1) and CROSS(DIFF, DEA);