Código fuente del indicador Marsi
Después de la modificación, escriba así
N1:1 100 5
N2:1 100 3
N3:1 100 10
N4 :1 100 5
LC := REF(Cierre, 1);
RSIA:=SMA(MAX(CLOSE-LC, 0), N1, 1)/SMA(ABS (CERRAR -LC), N1, 1) * 100;
RSI 1:=MA (,);
RSIB:=SMA(MAX(CERRAR-LC, 0), N3, 1)/SMA(ABS(CLOSE-LC),N3,1)* 100;
RSI2:=MA(RSIB,N4);
Respuesta: 65;
B:35