This indicator is "Interactive" which means some inputs can are manually added through the first click after adding the indicator to the chart (ATR Trailing Stop-loss start point). See images below for more explanation. Why use a trailing stop-loss? A trailing stop-loss provides an exit when price moves against you but also enables you to move the exit point...
The Relative Strength Index was created by J. Welles Wilder to measure overbought and oversold conditions. It’s also found popularity as an overall measure of direction because upward-trending stocks often hit overbought conditions. The opposite can be true with underperformers. Today’s custom script, RSI Past, attempts to capture this secondary use of RSI as a...
This is a redesign of the built-in Parabolic SAR indicator. I added a proper input system, an option to highlight initial points for both lines and an option to choose points width. So, customize it as you want. Parabolic SAR was originally developed by J. Welles Wilder and described in his book "New Concepts in Technical Trading Systems" (1978). It is a...
The Volatility System was created by J. Welles Wilder, Jr. It first appeared in his seminal masterpiece, "New Concepts in Technical Trading Systems" (1978). He describes the system on pp.23-26, in the chapter discussing the first presentation ever of the "Volatility Index", built using a novel way of calculating a value representing volatility that he named...
█ OVERVIEW TASC's January 2022 edition Traders' Tips includes the "(Yet Another Improved) RSI Enhanced With Hann Windowing" article authored by John Ehlers. Once again John Ehlers revolutionizes the RSI indicator. This is TradingView's Pine Script code for the indicator. █ CONCEPTS By employing a Hann windowed finite impulse response filter ( FIR ), John...
Pips-Stepped MA of RSI Adaptive EMA is a pips-stepping, adaptive moving average that first, filers source input price using an EMA calculated using an RSI-modified alpha value and second, and last, its plugged into a pips-stepping algorithm to output the final chart signals. This is mainly a forex indicator although it can be used for any asset, but you must...
VHF Adaptive ADXm is a variation of the ADX DI indicator with adaptive filtering using a vertical horizontal filter. What is ADXm? Unlike the traditional ADX indicator, where the ADX itself is plotted in absolute units and detection of the trend direction is hindered, this indicator clearly displays the positive and negative ADX half-waves (displayed as...
QQE Histogram w/ Discontinued Signal Line is a run-of-the-mill Qualitative Quantitative Estimation (QQE) calculation but with a signal line to better filter and identify trends. The thicker white line is the QSL and appears as a simple EMA. The two thin white lines are the fast and slow trends. The histogram changes color based on the DSL levels. This version of...
Average Directional Movement Rating quantifies momentum change in the ADX . It is calculated by adding two values of ADX (the current value and a value n periods back), then dividing by two. This additional smoothing makes the ADXR slightly less responsive than ADX . The interpretation is the same as the ADX ; the higher the value, the stronger the trend. The...
RSI Precision Trend Candles is a candle coloring indicator that uses an average range algorithm to determine trend direction. The precision trend algorithm can be used on any calculated output to tease out interesting trend information. What is RSI? The relative strength index (RSI) is a momentum indicator used in technical analysis. RSI measures the speed...
Waddah Attar RSI levels is an indicator created Ahmad Waddah Attar that draws a daily RSI over onto the current lower timeframe chart. Wilders' RSI: The Relative Strength Index ( RSI ) is a well versed momentum based oscillator which is used to measure the speed (velocity) as well as the change (magnitude) of directional price movements. Essentially RSI ,...
Volatility Pivot Support and Resistance calculates "pivots" (support/resistance lines) based on current symbol/timeframe Average True Range calculated volatility. What is Average True Range? The average true range (ATR) is a technical analysis indicator, introduced by market technician J. Welles Wilder Jr. in his book New Concepts in Technical Trading...
Jurik CFB Adaptive QQE is a Double Jurik-Filtered, Composite Fractal Behavior (CFB) adaptive, Qualitative Quantitative Estimation indicator. This indicator includes both fixed and the CFB adaptive calculations as well as three different types of RSI calculations including Jurik's RSX. What is Qualitative Quantitative Estimation (QQE)? The Qualitative...
The Wilder’s Moving Average indicator (Wilder’s Smoothed Moving Average ) was developed by Welles Wilder and introduced in his 1978 book, “New Concepts in Technical Trading Systems.” Mr. Wilder did not use the standard EMA formula; instead, the following formula is used: EMA = Input * K + EMA * (1-K), where K = 2 / (N+1). Then to find the Wilder’s Moving Average,...
Variety RSI w/ Fibonacci Auto Channel is an RSI indicator with 7 different RSI types and 4 Fibonacci Channels. This indicator has signal crossing options for signal, middle, and all Fibonacci levels. Bar and fill coloring is using a signal-determinant gradient coloring system to show signal strength or weakness. What is RSI? The relative strength index...
Adaptive QQE is a fixed and cycle adaptive version of the popular Qualitative Quantitative Estimation (QQE) used by forex traders. This indicator includes varoius types of RSI caculations and adaptive cycle measurements to find tune your signal. Qualitative Quantitative Estimation (QQE): The Qualitative Quantitative Estimation (QQE) indicator works like a...
This indicator is "Interactive" which means some inputs can are manually added through the first click after adding the indicator to the chart (SAR Trailing Stop-loss start point). Unlike the normal Parabolic SAR, this indicator allows for the modification of the start point of the Parabolic SAR’s first bar calculation. Normally, the Parabolic SAR automatically...
This indicator will show the swing high and lows for the number of bars back. It's very easy to use and shows good support and resistance levels. I then took it a step further and added a moving average with all the standard types in my indicators: SMA EMA Weighted Hull Symmetrical Volume Weighted Wilder Linear Regression I then added Bollinger Bands to show...