Hello Traders, This indicator is designed to easily visualize the overbought/oversold states of RSI and MFI across multiple timeframes. The indicator is very straightforward. The deeper the red, the closer it is to 0, and the deeper the green, the closer it is to 100. The intermediate values are rendered in a transparent gray to focus on the key...
The APAC STOMA indicator is designed to provide potential buy and sell signals based on specific conditions using the Stochastic RSI and the Simple Moving Average (SMA) 200. Here's a detailed description of the indicator: ### Indicator Details: 1. **Stochastic RSI Settings:** - Length of %K: 3 - Length of RSI: 14 - Length of Stochastic: 14 - Source:...
Stochastic Trend Evaluator (STE): Detailed Description Overview : The Stochastic Trend Evaluator (STE) is a sophisticated trading tool designed for TradingView that combines stochastic oscillation analysis with Exponential Moving Average (EMA) trends. It is tailored to assist traders in identifying potential buy and sell opportunities in various market...
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...
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...
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...
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...
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...