This script is a simple extension of the Built-In Stochastic RSI that also plots the RSI and prints the values of ATR and ADX of the last bar of the current timeframe to a small table in the corner.
The script can be used to define the entry for a trade when the stochastics crossed and RSI is below or above 0.50 (for going long or short).
I like to use the Stochastics and RSI indicators for pullback strategies, and with this inidcator you dont have to add both indicators to your setup. The ATR can be used to define the value of your stop-loss and the ADX (e.g. > 25) give you a hint for the strength of the current trend.
版本注释
Set the decimals of the ATR to 4 digits
版本注释
Stochastics separated from RSI and color option for RSI added
版本注释
Update name and chart
版本注释
Stochastics based on RSI, not close, low and high
版本注释
Add alerts for overbought and oversold entries
版本注释
Register alert for overbought or oversold
版本注释
Typo corrected
版本注释
Typo
版本注释
Alert on stochastics cross when oversold or overbought
版本注释
Upper and lower level of bands as input
版本注释
Length RSI and stochastics separated
版本注释
Second RSI added for longer term momentum and trend