RSI with Divergences, Reverse Formulas, and Bull/Bear ZonesRegular RSI indicator that can underline divergences, turn green or red specifying user specified bull/bear zones, and with a label showing the price needed to turn bull/bear!
Specify the inputs:
+ RSI Length
+ Bull Threshold
+ Bear Threshold
+ Panel Position Offset
Also with toggle-able:
+ Bullish Divergence
+ Bearish Divergence
+ Hidden Bullish Divergence
+ Hidden Bearish Divergence
The zones included in the indicator are default and not meant to be used for all markets. The goal is to alter the bull/bear zones to find good breakout points and selloff points for your chosen security. Does not currently support automatic zone creation, or saving zones for each security (if that is even possible, may just need to create different layouts for each security).
Thanks!
Rsi-bearish-divergence
[YummyProfit] RSI DivergenceHi everyone,
This scripts are used for learning and research purposes. THESE ARE NOT BUY/SELL SIGNALS.
If you have a better idea, share it here or contact me via msg. I will improve this script better in next version.
Settings:
Basically, you only need to care about "Lookback Level For Divs", this is the number of previously adjacent peak.
Feel free to use, share, comment & feedback.
Get indicator trading signals at yummyprofit.
Good luck!
RSI w/ MAs & Divergences (Alert)This script fires off real-time RSI Divergence alerts.
To best use the RSI Divergence indicators, adjust the following settings accordingly.
• RSI Bullish Divergence Under: 20 – 45 (lower for larger volatility and more bearish markets)
• RSI Bearish Divergence Above: 55 – 80 (higher for larger volatility and more bullish markets)
Key Notes:
1. Set "Once Per Bar" instead of "Once Per Bar Close" alert.
The strategy already uses prior bar close (instead of current bar close) for calculation. This ensures that the signals will stay as they are after fired off, even when the current bar price is still changing.
2. It's OKAY to see the "alert may trigger differently than expected" warning.
Reason why you are seeing this warning is because we used a function called valuewhen() in our strategy. This function does not look at the entire history of data and has several limitations. For instance, on a 30min resolution, at the end of 2018, the function will be able to find past occurrences of BTC exceeding 16k. However, the function won't be able to find such occurrences at the end of 2019. Since our strategy is only concerned with very recent events, these limitations will not impact our results or cause repainting. You can find out more about this in the TradingView Wiki .