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...
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...
So far the most widely used moving average with an adjustable weighting function is the Arnaud Legoux moving average (ALMA), who uses a Gaussian function as weighting function. Adjustable weighting functions are useful since they allow us to control characteristics of the moving average such as lag and smoothness. The following moving average has a simple...
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.
This bad boy shows the same info as a normal ADX & DI but I've endeavoured to remove a lot of the confusion. I also added red/green colour gradients to show how much ADX is trending, the darker the colour, the stronger the trend. This should help to avoid the upsidedowniness and confusion I've always found with the original. I made this a while ago and have made a...
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...
█ 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...
Сolors part of the SMA depending on the change in % (delta %) to the previous value. From blue(none to low increase) through green(moderate increase) to red(high increase).
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...
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...
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...
This script plots two moving averages but is mostly designed to highlight a fill strength gradient. The fill strength gradient shows a more opaque fill based on the current percentage difference of the current difference to the maximum difference in two MAs in a trend. Citation: PinceCoders - Slight modification on color functions
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...
20 step red/green gradient function The color gradient function allow colorize any source in 5% steps. Define the source, minimum and maximum value (constant or , for example, bb (or any other channel)).
Okay, so this is a lot. It started mostly with me combining indicators and looking for ideal entry criteria. It is also a collection of conditions, whether used or unused, for my current chosen "best" strategy. It is currently set how I like it, but it has changed with time, and will continue to do so. Within, there are variables that are unused, but offer some...
This started as a personal arrays study, but after a few tests I decided to made a framework to get my own scripts simplest, lighter and faster. And now I'm sharing with you guys. Is very simple to use: Copy evething inside "RK's Auto Color Gradient Framework" block; Paste anywhere before the plotting; Declare the color variable name calling the...
Phase Change Index script. This indicator was developed and described by M. H. Pee (Stocks & Commodities V.22:5 (28-37): Phase Change Index). Other indicators of M. H. Pee:
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.