azathatamow

RSI Local Trend

azathatamow Actualizado   
A simple indicator using two RSIs.

Conditions for buy:
RSI(slow) < RSI(fast) and RSI(slow) < long_trigger

Conditions for sell:
RSI(slow) > RSI(fast) and RSI(slow) > short_trigger

It is recommended to use in small timeframes for scalping.

Recommended settings:
slow = 3
fast = 14
long_trigger = 30
short_trigger = 70

In markets where there is very high volatility, it is recommended to change the trigger parameters:
long_trigger = 20
short_trigger = 80
Notas de prensa:
Added Alerts
Script de código abierto

Siguiendo el verdadero espíritu de TradingView, el autor de este script lo ha publicado en código abierto, para que los traders puedan entenderlo y verificarlo. ¡Un hurra por el autor! Puede utilizarlo de forma gratuita, aunque si vuelve a utilizar este código en una publicación, debe cumplir con lo establecido en las Normas internas. Puede añadir este script a sus favoritos y usarlo en un gráfico.

Exención de responsabilidad

La información y las publicaciones que ofrecemos, no implican ni constituyen un asesoramiento financiero, ni de inversión, trading o cualquier otro tipo de consejo o recomendación emitida o respaldada por TradingView. Puede obtener información adicional en las Condiciones de uso.

¿Quiere utilizar este script en un gráfico?