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.



Скрипт с защищённым кодом
Этот скрипт опубликован с закрытым исходным кодом, вы можете свободно им пользоваться. Можно добавить его в избранное и использовать на графике. Вы не можете просматривать или менять его исходный код.
Отказ от ответственности

Все виды контента, которые вы можете увидеть на TradingView, не являются финансовыми, инвестиционными, торговыми или любыми другими рекомендациями. Мы не предоставляем советы по покупке и продаже активов. Подробнее — в Условиях использования TradingView.

Хотите использовать этот скрипт на графике?