dineshydv

ReversionStrategy

This strategy aims to identify condition of exhaustion to trade market reversal. It uses multiple indicators to enter a position. It uses following indicator:
1. RSI
2. ATR

Functionality of the Multi-Indicator:
1. RSI:
If RSI value is more then 70(input parameter) then market is over-brought. When less than 30 (input parameter) then market is over sold. Over brought or over sold market are good to play reversal.
2. ATR:
If current bar atr is more than 20 period (input) atr then it indicates over extended move.
3. Candle structure:
If a big candle closes near (within 10%) to its high then it indicates exhaustion. Same when big candle closes near to lows.

The combination of above 3 identifies buy or sell condition. Stop loss is 1.5 times atr. These parameter are input.

Sell condition:
1. RSI is more than 70
2. Current bar ATR is more than 20 perios ATR
3. Candle closes within 10% of its high.
If above 3 conditions are met on a candle then it indicates exhaustion of up move and sell order should be opened on next candle.

Buy condition:
1. RSI is less than 30
2. Current bar ATR is more than 20 perios ATR
3. Candle closes within 10% of its lows.
If above 3 conditions are met on a candle then it indicates exhaustion of down move and buy order should be opened on next candle.



Script protegido
Este script é publicado como de código fechado e você pode usá-lo livremente. Você pode favoritá-lo para utilizá-lo em um gráfico. Você não pode visualizar ou modificar seu código fonte.
Aviso legal

As informações e publicações não devem ser e não constituem conselhos ou recomendações financeiras, de investimento, de negociação ou de qualquer outro tipo, fornecidas ou endossadas pela TradingView. Leia mais em Termos de uso.

Quer usar esse script no gráfico?