Esta página recoge la fórmula más actualizada del RSC Mansfield 2 recomendado por Javier Alfayate.
El RSC Mansfield 2 es una réplica manual del RSCMansfield que se crea porque Prorealtime no permite usar el RSC Mansfield con Screeners.
Si no sabes lo que es, puedes verlo en la página de su creador Javier Alfayate.
Última versión: 2017.06.07
Actualmente ya no calculo el RSCMansfield sino que lo bajo de la página http://www.tavius.com/cgi-bin/rscmansfield2
REM Indicador realizado por Javier Alfayate
REM administrador de Aguila Roja Sistemas de
REM trading y autor de accionesdebolsa.com
REM si vas a utilizar este código, no lo difundas
REM sin autorización expresa de mi parte.
REM este indicador está diseñado para los foreos
REM y no es un código definitivo. Es necesaria la
REM actualización de ciertos valores para su
REM correcto funcionamiento.
CountR=0 R=Close[51]/2071.21997 CountR=CountR+R R=Close[50]/2037.41003 CountR=CountR+R R=Close[49]/2102.94995 CountR=CountR+R R=Close[48]/2129.89990 CountR=CountR+R R=Close[47]/2161.73999 CountR=CountR+R R=Close[46]/2175.03003 CountR=CountR+R R=Close[45]/2173.60010 CountR=CountR+R R=Close[44]/2182.87012 CountR=CountR+R R=Close[43]/2184.05005 CountR=CountR+R R=Close[42]/2183.87012 CountR=CountR+R R=Close[41]/2169.04004 CountR=CountR+R R=Close[40]/2179.97998 CountR=CountR+R R=Close[39]/2127.81006 CountR=CountR+R R=Close[38]/2139.15991 CountR=CountR+R R=Close[37]/2164.68994 CountR=CountR+R R=Close[36]/2168.27002 CountR=CountR+R R=Close[35]/2153.73999 CountR=CountR+R R=Close[34]/2132.97998 CountR=CountR+R R=Close[33]/2141.15991 CountR=CountR+R R=Close[32]/2126.40991 CountR=CountR+R R=Close[31]/2085.17993 CountR=CountR+R R=Close[30]/2164.44995 CountR=CountR+R R=Close[29]/2181.89990 CountR=CountR+R R=Close[28]/2213.35010 CountR=CountR+R R=Close[27]/2191.94995 CountR=CountR+R R=Close[26]/2259.53003 CountR=CountR+R R=Close[25]/2258.07007 CountR=CountR+R R=Close[24]/2263.79004 CountR=CountR+R R=Close[23]/2238.83008 CountR=CountR+R R=Close[22]/2276.97998 CountR=CountR+R R=Close[21]/2274.63989 CountR=CountR+R R=Close[20]/2271.31006 CountR=CountR+R R=Close[19]/2294.68994 CountR=CountR+R R=Close[18]/2297.41992 CountR=CountR+R R=Close[17]/2316.10010 CountR=CountR+R R=Close[16]/2351.15991 CountR=CountR+R R=Close[15]/2367.34009 CountR=CountR+R R=Close[14]/2383.12012 CountR=CountR+R R=Close[13]/2372.60010 CountR=CountR+R R=Close[12]/2378.25000 CountR=CountR+R R=Close[11]/2343.97998 CountR=CountR+R R=Close[10]/2362.71997 CountR=CountR+R R=Close[9]/2355.54004 CountR=CountR+R R=Close[8]/2328.94995 CountR=CountR+R R=Close[7]/2348.68994 CountR=CountR+R R=Close[6]/2384.19995 CountR=CountR+R R=Close[5]/2399.29004 CountR=CountR+R R=Close[4]/2390.89990 CountR=CountR+R R=Close[3]/2381.72998 CountR=CountR+R R=Close[2]/2415.82007 CountR=CountR+R R=Close[1]/2439.07007 CountR=CountR+R R=Close[0]/2429.33008 CountR=CountR+R BasePrice=CountR/52 FR=((R/BasePrice)-1)*10 CERO=0 SENYAL=FR RETURN CERO AS "CERO",SENYAL AS "FR"