Our new "Trend Lines" indicator detects and highlights relevant trendlines on the user chart while keeping it free of as much clutter as possible. The indicator is thought for real-time usage and includes several filters as well as the ability to estimate trendline angles. 🔶 USAGE Trendlines can act as support/resistance, with a higher number of tests...
Trend lines have always been a key indicator that may help predict many different types of price movements. They have been well known to create different types of formations such as: Pennants, Channels, Flags and Wedges. The type of formation they create is based on how the formation was created and the angle it was created. For instance, if there was a strong...
This indicator "TrendLine Cross", is designed to plot trend lines so you can spot potential trend reversal points on the charts. The main function is to draw several lines on the chart and identify the crossings between these lines, which can be significant indicators for trading. The lines are based on different periods which can be changed in the settings...
John F. Ehlers introuced Decycler in his book "Cycle Analytics for Traders", chapter 4. The decycler is designed to remove the influence of shorter cycle fluctuations, resulting in an output that closely resembles a one-pole low-pass filter. A standout feature of the decycler is its notably minimal lag. The most extended cycle elements experience a delay of...
This script is designed to help traders visualize and identify potential overbought and oversold conditions in a financial instrument's price chart using four customizable trendlines. It also provides the option to set alerts for these conditions. Users can adjust the input parameters to tailor the indicator's behavior to their trading preferences. Input...
The Traders Trend Dashboard (TTD) is a comprehensive trend analysis tool designed to assist traders in making informed trading decisions across various markets and timeframes. Unlike conventional trend-following scripts, TTD goes beyond simple trend detection by incorporating a unique combination of moving averages and a visual dashboard, providing traders with a...
Unlocking the Magic of Linear Regression in TradingView In the ever-evolving world of financial markets, traders and investors seek effective tools to gauge price movements, make informed decisions, and achieve their financial goals. One such tool that has proven its worth over time is linear regression, a mathematical concept that has found its way into...
Trendline Pivots The Trend Line Pivot Indicator works by automatically drawing and recognizing downward trendlines originating from and connecting pivot highs or upward trendlines originating from and connecting pivot lows. These trendlines serve as reference points of potential resistance and support within the market. Once identified, the trend line will...
Preface DonOsc stands for Donchian Channel Oscillator. This channel envelopes all prices, so if you set the height of the channel to 100 percent, you can plot the prices as percent in between, creating this sub-pane oscillator. For clarity the example chart shows a Donchian channel in the main-pane with the same look-back as the DonOsc, this way you can see how...
This script trying to detect different lifecycle of stock / Stages. There is mainly 4 stages of stocks. 1) stage 1 - Accumulation = color = aqua 2) stage 2 - Advancing = color = green 3) stage 3 - Distribution = color = yellow 4) stage 4 - Declining = color = red At some point the condition i wrote wont detect any stage.
The New Adaptive Moving Average was created by Scott Cong (Stocks and Commodities Mar 2023) and this is a companion indicator to my previous script . This indicator still works off of the same concept as before with effort vs results but this indicator takes a slightly different approach and instead defines results as the absolute difference between the closing...
The New Adaptive Moving Average was created by Scott Cong (Stocks and Commodities Mar 2023) and his idea was to focus on the Adaptive Moving Average created by Perry Kaufman and to try to improve it by introducing a concept of effort vs results. In this case the effort would be the total range of the underlying price action since each bar is essentially a war of...
The Market Meanness Index was created by Johann Christian Lotter and I added some smoothing of my own, so feel free to try it without any smoothing to see the differences. This indicator relies on the mean reversion theory that all prices will eventually revert to the mean over a long period of time. Obviously there is more to the theory but the basic idea is if...
This indicator draws support line and resistance lines in the price chart. How ? For drawing the support/resistance line we need to first determine the demand and supply. We are using too-familiar indicator RSI to determine when the script is oversold and overbought. Now oversold (in RSI) is not a point, it’s a zone. The RSI indicator comes below 30, stays...