Cómo agregar una curva al indicador Great Wisdom W@R
Puede agregar tantas curvas como desee, simplemente escriba el siguiente código fuente del indicador para hacer realidad sus sueños. Este es el código fuente del indicador: INPUT:N(14,1,999,1),N1(28,1,999,1),n2(42,1,999,1),n3(56,1,999,1);
WR1:100*(HHV(ALTO,N)-CIERRE)/(HHV(ALTO,N)-LLV(BAJO,N) );
WR2:100*(HHV(ALTO,N1 ) -CIERRE)/(HHV(ALTO,N1)-LLV(BAJO,N1));
WR3:100*(HHV(ALTO,N2)-CIERRE)/(HHV(ALTO,N2) - LLV(BAJO,N2));
WR4:100*(HHV(ALTO,N3)-CIERRE)/(HHV(ALTO,N3)-LLV(BAJO,N3));
WR4:100*(HHV(ALTO,N3)-CERRADO)/(HHV(ALTO,N3)-LLV(BAJO,N3));