The Advanced Trend Detection Strategy is a sophisticated trading algorithm based on the indicator "Percent Levels From Previous Close". This strategy is based on calculating the Pearson's correlation coefficient of logarithmic-scale linear regression channels across a range of lengths from 50 to 1000. It then selects the highest value to determine the length for...
The "Ultimate Trend Channel" indicator is a comprehensive trend analysis tool that calculates and displays a series of upper and lower bands based on user-defined input lengths. It uses linear regression and standard deviation to determine these bands for each of the 21 different group lengths. The indicator then computes the averages of these upper and lower...
The Linear Regression Channel (Log) indicator is a modified version of the Linear Regression channel available on TradingView. It is designed to be used on a logarithmic scale, providing a different perspective on price movements. The indicator utilizes the concept of linear regression to visualize the overall price trend in a specific section of the chart. The...
Hodrick-Prescott Channel is a fast and slow moving average that moves inside a channel. Breakouts are when the fast ma crosses up over the slow ma and breakdowns are the opposite. The white moving average is the fast ma, the slow moving average is the red/green ma. What is Hodrick–Prescott filter? The Hodrick–Prescott filter (also known as Hodrick–Prescott...
Adaptive ATR Channels are adaptive Keltner channels. ATR is calculated using a rolling signal-to-noise ratio making this indicator flex more to changes in price volatility than the fixed Keltner Channels. What is Average True Range (ATR)? The average true range (ATR) is a technical analysis indicator, introduced by market technician J. Welles Wilder Jr. in...
This is a technical analysis study based on the most fit leading indicators for short timeframes like EMA and SMA. At the same time we have daily channel made from the last 2 weeks of ATR values, which will give us the daily top and bottom expected values(with 80%+ confidence) We have 3 groups of lengths for short length, medium length and a bigger length. At...
The Smarter MACD displayed as a band instead of an oscillator. A classic MACD with average peak and dip lines. The lighter green and red horizontal lines are the average peak and dip of the entire span, respectively. The second, bolder of the two lines are the averages of the peaks and dips above and below the overall peak and dip averages. The filled in color is...
You can use this indicator to detect the levels and trend. I used the highest of the two last highest pivots and the lowest of the two last lowest pivots to calculate "max" and "min" or high level or low level. I also calculate the average of the 4 values to reach the average line which could be a trend detector in higher lengths. Default length is 3 but using...
This script is based on an idea I have had for bands that react better to crypto volatility. It calculates a Donchian Channel, SMMA-Smoothed True Range, Bollinger Bands (standard deviation), and a Keltner Channel (average true range) and averages the components to construct its bands/envelopes. This way, hopefully band touches are a more reliable indicator of a...
RSI Typical RSI indicators were plotted with candles and expressed wick to resemble a candle chart, and linear regression was added to predict changes in force intensity, which allowed us to confirm support and resistance within linear regression . In addition, divergence signal was marked as an additional basis for the price fluctuation point due to support...
Based on the Bollinger Bands system. This shows outer channels to the bollinger bands .
HISTORY AND CREDITS Used by John Carter in his indicator’s toolbox. The ATR channels or the Keltner Channels represent the railroads or the natural movement of stocks. WHAT IT DOES Movements between the the The first multiplier lines (white) represent standard movement for the timeframe you are trading. Movements between the second multiplier (green/red...
Combination of RSI and EMAs, useful in predicting momentum switches and defining overbought/oversold conditions on all time frames.
This script looks for two entry signals. Long is when the previous breakout of the donchian channels was a low, price is above the input EMA, current price is equal or higher than the upper band and we're not in a position yet. Short is the other way around, so previous breakout of the donchian channels was a high, price is below the input EMA, current price is...
Release Note: This indicator setup highly inspired by Donchian Channel and Hull Moving Average. Big thanks to both Richard Donchian and Alan Hull. Back test and live test it and come to conclusion of how to use this indicator for live trading. 200 HMA: 200 Hull Moving Average plays major role in deciding the right trades using Donchian Channel. As part of...
100/200 EMAs, along with Keltner Bands based off them. Colors correspond to actions you should be ready to take in the area. Use to set macro mindset. Uses the security function to display only the 1D values. Red= Bad Orange = Not as Bad, but still Bad. Yellow = Warning, might also be Bad. Purple = Dip a toe in. Blue = Give it a shot but have a little...
Return a linear regression channel with a window size within the range (min, max) such that the R-squared is maximized, this allows a better estimate of an underlying linear trend, a better detection of significant historical supports and resistance points, and avoid finding a good window size manually. Settings Min : Minimum window size value Max :...
Fit a line at successive intervals, where the interval period is determined by a user-selected time frame, this allows the user to have an estimate of the intrinsic trend within various intervals. Settings Timeframe : Determine the period of the interval, if the timeframe is weekly then a new line will be fit at the start each weeks, by default "Daily" ...