¿Cómo cambiar la fórmula del indicador Great Wisdom SLOWKD a una fórmula de selección de acciones condicional?
N:=9; M:=3;
BAJOV:=LLV(BAJO,N);
ALTOV:=HHV(ALTO,N) ;
RSV:=EMA((CLOSE-LOWV)/(HIGHV-LOWV)*100,M);
K:=EMA(RSV,M);
D:=MA(K,M);
Cruz Dorada: CRUZ(K,D);