The Ultimate RSI indicator is a new oscillator based on the calculation of the Relative Strength Index that aims to put more emphasis on the trend, thus having a less noisy output. Opposite to the regular RSI, this oscillator is designed for a trend trading approach instead of a contrarian one. 🔶 USAGE While returning the same information as a regular RSI,...
This is a derived version of my previous work, Auto Fibonacci Retracement Levels drawing tool: This tool aims to draw auto Fibo Retracement Levels on desired indicators. Users can define the target indicator to draw Auto Fibo Lines on the "settings tab": RSI : Relative Strength Index CCI : Commodity Channel Index MFI : Money Flow Index STOCHASTIC :...
Hello, I've been utilizing this DCA approach in my trading strategy for a while now, and I believe it's time to share it with the community. The VWMA Bands and RMF DCA Strategy is a powerful trading approach that combines the concepts of Volume Weighted Moving Average (VWMA) bands and the Relative Momentum Factor (RMF). This strategy employs Dollar Cost...
The QQE (Quantitative Qualitative Estimation) Weighted Oscillator improves on its original version by weighting the RSI based on the indications given by the trailing stop, requiring more effort in order for a cross with the trailing stop to occur. 🔶 USAGE The QQE Weighted Oscillator is comprised of a smoothed RSI oscillator and a trailing stop derived...
RSI divergence is a cornerstone signal for both stock and cryptocurrency traders, renowned for its reliability. The basis for measuring divergence can vary: Historically, it's been determined by the candlestick's closing price. However, a contemporary approach uses the tail values, specifically the high and low prices, of the candlestick. Depending on the...
This script is made to predict the point at which price-time charts will rise or fall. The script was inspired by the RSI and TSI formulas. The formula is simply; Calculates the RSI and TSI values of open, high, low and close. Calculated values are converted to an array. The maximum and minimum values in the array are taken for the candles included in the...
The indicator RSI + Divergences + Alerts by MisterMoTA is an RSI indicator that fills the RSI and RSI moving average with 4 different colors (growing up, falling up, falling down and rising down colors), users can customize colors from dashboard , also can be disabled the fill if the user want a standard RSI. The dafault value of RSI is 14 and value of the...
Welcome to the Beginner's Guide: Creating a Custom Trading Signal on TradingView with OKX Signal Bot Integration. This entry-level script provides a step-by-step reference for beginner TradingView users who want to develop their own trading signal and seamlessly integrate it with the OKX Signal Bot. Using a simple yet effective Relative Strength Index (RSI)...
There are many strategies that use RSI or Volume but very few that take advantage of how useful and important the two of them combined are. This strategy uses the Highs and Lows with Volume and RSI weighted calculations on top of them. You may be wondering how much of an impact Volume and RSI can have on the prices; the answer is a lot and we will discuss those...
The "Pro RSI Calculator" indicator is the latest addition to a series of custom trading tools that includes the "Pro Supertrend Calculator" and the "Pro Momentum Calculator." Building upon this series, the "Pro RSI Calculator" is designed to provide traders with further insights into market trends by leveraging the Relative Strength Index (RSI) indicator. Its...
K's Reversal Indicator III is based on the concept of autocorrelation of returns. The main theory is that extreme autocorrelation (trending) that coincide with a technical signals such as one from the RSI, may result in a powerful short-term signal that can be exploited. The indicator is calculated as follows: 1. Calculate the price differential (returns) as the...
This indicator uses triple moving averages to identify the prevailing trend, and calculates the linear regression of the closing price, and of the RSI, to either confirm the current trend direction, or to identify a potential trade reversal. Additionally, it includes a trade management tool that allows you to rate your trade setup according to your selected entry...
The " ATR Adaptive RSI Oscillator " is a versatile technical analysis tool designed to help traders make informed decisions in dynamic market conditions. It combines the Relative Strength Index (RSI) with the Average True Range (ATR) to provide adaptive and responsive insights into price trends. Key Features : Adaptive RSI Periods : The indicator introduces...
RSI Trend Detector is based on the Direction of PSAR. This indicator helps the easy detection of Trend Direction and Sideways Movement of Price. It was difficult to determine the RSI Trend Direction in a basic RSI indicator. one cannot decide the exact entry point where to enter. RSI Trend Detector helps with the direction of trend using PSAR direction which is...
This is a TradingView indicator script that identifies potential buy and sell signals based on ‘W’ and ‘M’ patterns in the Relative Strength Index (RSI). It provides visual alerts and draws horizontal lines to indicate potential trade entry points. User Manual: Inputs: The script takes two inputs - an upper limit and a lower limit. The default values are 70...
The indicator plots buying and selling histograms on the price chart, as well as graphical signals in the form of triangles to highlight buying and selling conditions. Buying conditions are based on a sudden increase in volume and oversold RSI, while selling conditions are based on a sudden increase in volume and overbought RSI. In summary, this strategy aims to...
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...
Two Elements in this script: Alerts: These are notifications that draw your attention to specific market conditions. There are two types: RSI Higher Lows or Lower Highs: This alert triggers when the Relative Strength Index (RSI) forms higher lows or lower highs. RSI Exiting 30 (Up) or RSI Exiting 70 (Down): These alerts activate when the RSI crosses the...