The Extreme Reversal Signal is designed to signal potential pivot points when the price of an asset becomes extremely overbought or oversold. Extreme conditions typically signal a brief or extensive price reversal, offering valuable entry or exit points. It's important to note that this indicator may produce multiple signals, making it essential to corroborate...
RSI Divergence Smoothed This indicator is based on the RSI Divergence indicator by @InvestitoreComune. The "RSI Divergence Smoothed" is a custom technical indicator designed to highlight divergence between two RSI (Relative Strength Index) lines: a fast RSI and a slow RSI. The divergence is then visualized on the chart, assisting traders in recognizing...
All abilities of Stochastic RSI, moreover : Drawing upper band and lower band & the ability to change values, change colors, turn on/off show. Crossing K line and D line in multi timeframe & there are symbols (Circles) with green color (Buy) and red color (Sell) & the ability to change colors, turn on/off show. Crossing K line and D line in multi timeframe...
The Stochastic RSI is a technical indicator ranging between 0 and 100, based on applying the Stochastic oscillator formula to a set of relative strength index (RSI). Unlike the original Stochastic RSI indicator, this allows you to define up to two additional tickers for which all three will be averaged and outputted visually looking like a standard Stochastic RSI...
2/50 RSI+ %R is a PineScript indicator that combines two popular technical indicators, the Relative Strength Index (RSI) and the Williams %R. The indicator plots two lines, K and D, which represent the smoothed moving averages of the RSI. It also plots the RSI with a 60-period length and the Williams %R with a 21-period length. The indicator can be used to...
The "Smooth ROC & Stochastic with Kalman Filter" indicator is a trend following tool designed to identify trends in the price movement. It combines the Rate of Change (ROC) and Stochastic indicators into a single oscillator, the combination of ROC and Stochastic indicators aims to offer complementary information: ROC measures the speed of price change, while...
***For ease of use, I recommend changing the J Histogram to a line indicator, then it works like the KDJ Stochastic indicator. Full disclosure, I created this script with the help of GPT. This script was inspired by the KDJ Stochastic indicator by Dreadblitz*** The "RSI with J-Line" script is essentially a modified Relative Strength Index (RSI) indicator with...
This script is an implementation of the stochastic relative strength index (STOCH RSI) indicator The script takes inputs from the length of the RSI, the source of the data, and parameters for the smoothing of the STOCH RSI. The STOCH RSI is calculated by first calculating the RSI of the chosen source data, then smoothing it with an exponential moving average....
The Market Cycle Indicator is a tool that integrates the elements of RSI, Stochastic RSI, and Donchian Channels. It is designed to detect market cycles, enabling traders to enter and exit the market at the most opportune times. This indicator provides a unique perspective on the market, combining multiple strategies into one unified and weighted approach. By...
This oscillator helps filtering specific conditions in the market based on open interest (OI) and the ratio of longs and shorts (LS) for crypto assets. Currently it works with BINANCE:BTCUSDT.P but soon I'll be adding support for more assets. It flags areas of interest like: - Too many longs, too many shorts in the market - Open interest too high or too...
The True Trend oscillator identifies trending or ranging markets with a stochastic ATR and RSI. Here are some examples for how it can be used. Uptrends If the candlesticks are lime green, this signals an uptrend. On the oscillator, you can identify an uptrend if the bull strength (the green line) is above the bear strength (the red line). The strength of...
Hello, I'm a passionate trader who has spent years studying technical analysis and exploring different trading strategies. Through my research, I've come to realize that certain indicators are essential tools for conducting accurate market analysis and identifying profitable trading opportunities. In particular, I've found that the RSI, SRSI, MACD cross, and Di...
The strategy is designed to trade on the Stochastic RSI indicator crossover signals. Below are all of the trading conditions: -When the Stochastic RSI crosses above 30, a long position is entered. -When the Stochastic RSI crosses below 70, a short position is entered. -The strategy also includes two additional conditions for entry: -Long entries must have a...
In this updated version, a trend filter is applied using the Simple Moving Average (SMA) on the 4-hour timeframe. The trend is considered up when the 50-period SMA is below the 200-period SMA (ta.sma(trendFilterSource, 50) < ta.sma(trendFilterSource, 200)). The buy condition (buyCondition) is triggered when the RSI crosses above the oversold threshold...
What is Stochastic RSI of Smoothed Price? This indicator is just as it's title suggests. There are six different signal types, various price smoothing types, and seven types of RSI. This indicator contains 7 different types of RSI: RSX Regular Slow Rapid Harris Cuttler Ehlers Smoothed What is RSI? RSI stands for Relative Strength Index . It is a technical...
General Description and Unique Features of this Script Introducing the VWAP Momentum-Pullback Strategy (long-only) that offers several unique features: 1. Our script/strategy utilizes Mark Minervini's Trend-Template as a qualifier for identifying stocks and other financial securities in confirmed uptrends. NOTE: In this basic version of the script, the...
What up guys and welcome to the coffee shop. I have a special little tool for you today to throw in your toolbox. This one is a freebie. This is the Stochastic RS-Heiken-Ashi "The Stocashi" This is the stochastic RSI built to look like Heikin-Ashi candles. a lot of people have trouble using the stochastic indicator because of its ability to look very choppy at...
Hello, here is an indicator that can be helpful for your trading that is simple and easy to use. Our culprit here is a candle that opens and closes below the lower band of Bollinger Band, Black and red lines are put on the high and low of that candle. Green Arrows are happening when: 1- When candle closes above the black line and Stochastic RSI is in the...