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...
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...
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 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...
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...
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...
What is this script? This script has two main functions focusing on EMAs (Exponential Moving Average) and Stochastic RSI. EMAs EMAs are typically used to give a view of bullish / bearish momentum. When the shorter EMA (calculated off more recent price action) crosses, or is above, the slower moving EMA (calculated off a longer period of price action), it...
We are proud to release a new indicator that has been a while in the making - the Any Oscillator Underlay (AOU) ! Note: There is a lot to discuss regarding this indicator, including its intent and some of how it operates, so please be sure to read this entire description before using this indicator to help ensure you understand both the intent and some...
This script is also a Stochastic RSI Screener, but it allows users to choose one specific symbol and three timeframes of that symbol to monitor at once.
Stochastic RSI Screener is built as an indicator and can be applied to any chart. It gives users the ability to choose 5 specific symbols to watch and then specify the required options to change the RSI and Stochastic settings in a way that fits their needs. This screener shows the values of (CURRENT PRICE, RSI, K-VALUE, D-VALUE) for each one of the specified...
Saw TradePro's "NEW BEST HIGHEST PROFITING STRATEGY WITH CRAZY RESULTS - 2 EMA+ Stochastic RSI+ ATR", and was curious on the back testing results. This strategy is an attempt to recreate it. This strategy uses 50 / 200 EMAs, Stochastic RSI and ATR. Long Entry Criteria: - 50 EMA > 200 EMA - Price closes below 50 EMA - Stochastic RSI has gone into oversold <...
This Pine Script for TradingView is a technical analysis tool that visualizes the average of several popular indicators in the trading world. The indicators included are the RSI (Relative Strength Index), RVI (Relative Vigor Index), Stochastic RSI, Williams %R, relative MACD (ranging from 0 to 100), and Bollinger Bands price distance from 0 to 100. The script uses...
DESCRIPTION: This script combines the Relative Strength Index ( RSI ), Moving Average and Divergence indicator to make a better decision when to enter or exit a trade. - The Moving Average line (MA) has been made hidden by default but enhanced with an RSIMA cloud. - When the RSI is above the selected MA it turns into green and when the RSI is below the select MA...