mohanee

VWAP and RSI strategy

mohanee Actualizado   
This strategy combines VWAP and RSI indicators

BUY RULE
1. EMA50 > EMA 200
2. if current close > vwap session value and close>open
3. check if RSI3 is dipped below 10 for any of last 10 candles (as defined rsi_buy_level)

EXIT RULE
1. RSI3 crossing down 90 level (as defined in rsi_sell_level)

STOP LOSS EXIT
1. default is set to 5%


you need to add EMA 50 , EMA 200 and VWAP (session) indicators to the chart to see how these signals are generated

This strategy is tested on SPY and QQQ index stocks on hourly chart.

Warning
for educational purposes only

Notas de prensa:
Add on RSI divergence parameter added to settings

This will allow to add to existing position if RSI divergence found.

Background color green has been added to RSI indicator when there is divergence
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?