SebbsSoftware

Stochastic RSI with Divergences

SebbsSoftware 已更新   
This indicator is Stochastic RSI using code loops* rather than pivot low/high functions.

The pivot low/high function provided by Pine Script requires a set number of bars to pass prior to locating a swing low/high.
This can mean large moves have occurred prior to a swing low having passed if the lookback range was set to five bars (5).
5 bars on a 2 hour chart is a long time and large moves may be missed.

As I don't use these functions, there is no requirement for a set number of bars to have passed prior to swing low/high positions to be identified.
This means it doesn't rely on a set number of bars to pass prior to finding a new pivot point.

* Code loops are a function which will check conditions in a range until a defined condition is met.
In this case a pivot low is a bar with no lower bars within 3 bars either side of the current checked bar.


Additional:

Lines will redraw and delete previous divergences to remove clutter on the indicator.
A table cells for alternate timeframe Stochastic RSI values so you don't need to swap between charts constantly.


How it works:

The first lookback finds an initial low/high within a small range of the current bar. (default of 10)
This low/high must be the lowest/highest point within 3 bars either side.

The second low/high must be over 5 bars prior to the recent low and a max range of previous lookback. (default of 30)
This low/high must be the lowest/highest point within 3 bars either side.

If a divergence is found, it will draw the divergence on the indicator and delete the prior line drawn.


Personal note:
Personally coded functions for my personal use, though others may find use with it.
版本注释:
Update
版本注释:
Incorrect update fix
版本注释:
Alerts for Divergences
受保护脚本
该脚本是闭源发布的,您可以自由使用它。您可以收藏它以在图表上使用。您无法查看或修改其源代码。
免责声明

这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。

想在图表上使用此脚本?