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 protégé
Ce script est publié en code source fermé et vous pouvez l'utiliser librement. Vous pouvez le préférer pour l'utiliser sur un graphique. Vous ne pouvez pas visualiser ou modifier son code source.
Clause de non-responsabilité

Les informations et les publications ne sont pas destinées à être, et ne constituent pas, des conseils ou des recommandations en matière de finance, d'investissement, de trading ou d'autres types de conseils fournis ou approuvés par TradingView. Pour en savoir plus, consultez les Conditions d'utilisation.

Vous voulez utiliser ce script sur un graphique ?