This script helps with identifying certain conditions without cluttering too much of the candles. Some use cases: It helps identify rsi low and high values. Directional price movement becoming difficult. low and high volume. it uses a percent rank to distinguish low and high values. It then uses a gradient to match the percentile rank to heatmap type...
Keltner Channel Bands These normally consist of: Keltner Channel Upper Band = EMA + Multiplier ∗ ATR Keltner Channel Lower Band = EMA − Multiplier ∗ ATR However instead of using ATR we are using RMA This gives us a much smoother take of the KCB We are also using 2 sets of bands built on 1 Moving average, this is a common set up for mean reversion...
Stochastic of Two-Pole SuperSmoother is a Stochastic Indicator that takes as input Two-Pole SuperSmoother of price. Includes gradient coloring and Discontinued Signal Lines signals with alerts. What is Ehlers ; Two-Pole Super Smoother? From "Cycle Analytics for Traders Advanced Technical Trading Concepts" by John F. Ehlers A SuperSmoother filter is used...
FDI-Adaptive Non-Lag Moving Average is a Fractal Dimension Index adaptive Non-Lag moving Average. This acts more like a trend coloring indictor with gradient coloring. What is the Fractal Dimension Index? The goal of the fractal dimension index is to determine whether the market is trending or in a trading range. It does not measure the direction of the...
Library "hsvColor" HSV and HSL Gradient Tool Alternatives and helpers. Demo'd is built-in in the middle with HSL/HSV gradients on top/bottom TODO: Solve for #000000 issue rgbhsv(_col) RGB Color to HSV Values Parameters: _col : Color input (#abc012 or color.name or color.rgb(0,0,0,0)) Returns: values rgbhsv(_r, _g, _b, _t) RGB Color to HSV...
This script showcases the new (overload) feature regarding the fill() function! 🥳 2 plots could be filled before, but with just 1 colour per bar, now the colour can be a gradient type. In this example we have 2 plots - rsiPlot , which plots the rsi value - centerPlot, which plots the value 50 ('centre line') Explanation of colour fill in the zone 50-80...
This script showcases the latest feature of colour fill between lines with gradient There are 17 ema's, all with adjustable lengths. In the settings there are 3 options: '1' , '2' , and '1 & 2' : Option '1' Here the highest - lowest lines are filled with a gradient colour, dependable where the 3rd highest/lowest ema is situated in regard of these 2...
T3 Velocity is a simple velocity indicator using T3 moving average that uses gradient colors to better identify trends. What is the T3 moving average? Better Moving Averages Tim Tillson November 1, 1998 Tim Tillson is a software project manager at Hewlett-Packard, with degrees in Mathematics and Computer Science. He has privately traded options and...
Standard-Deviation Adaptive Smoother MA is a Smoother moving average with standard deviation adaptivity. What is the Smoother Moving Average? The Smoother filter is a faster-reacting smoothing technique which generates considerably less lag than the SMMA ( Smoothed Moving Average ). It gives earlier signals but can also create false signals due to its...
Library "ColorArray" Simple color array gradient tool. makeGradient(size, _col1, _col2, _col3, _col4, _col5) Color Gradient Array from 5 colors. Parameters: size : : default 10 _col1 : : default #ff0000 _col2 : : default #ffff00 _col3 : : default #00ff00 _col4 : : default #00ffff _col5 : : default #0000ff Returns: array of...
Similar scripts exist but I haven't seen one using WaveTrend and I haven't seen one that hand picks evenly divided colors between GREEN-YELLOW-RED. The green is exact green, the yellow is exact yellow, and the red is exact red. Not complicated, just useful.
I have evenly divided every color between green and red. This gradient is useful for pine coders who are creating color changing, dynamic, or gradient indicators.
Greetings colleagues. Here I share a tool that uses the color gradient provided by PineCoders and lucf. This tool was made for the reason that whenever we start with an idea for a script, we end up consuming a lot of time in selecting suitable colors. An RSI was taken as a reference for the signal You have multiple switches for axes, fill, background and...
This moving average uses a gradient function which calculates the number of advances/declines of the moving average to change the intensity of the colors, meaning a longer trend in either direction will show a stronger color. You can choose 3 colors to build the gradient: a bullish, bearish & neutral/transition color. The number of steps chosen will change the...
function to output color from a HSL (hue, saturation, lightness) palette.
a function to find a color value in a triangular gradient.
█ OVERVIEW This indicator shows how you can use the new color functions in Pine to generate color gradients. We provide functions that will help Pine coders generate gradients for multiple use cases using base colors for bull and bear states. █ CONCEPTS For coders interested in maximizing the use of color in their scripts, TradingView has added new color...
Displays the estimate of a volume profile, with the option to show a rolling POC (point of control). Users can change the lookback, row size, and various visual aspects of the volume profile. Settings Basic: Lookback: Number of most recent bars to use for the calculation of the volume profile Row Size: Determines the number of rows used for the...