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...
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...
█ 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...
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...
С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 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...
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...
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 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
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:
作品: 色彩漸變-彩虹帶 This script is about rainbow color gradient, there are 35 colors from red to purple. The color changes with the time series, from light to dark, and then to light, repeat. Maybe it's visually beautiful. Compared to practicality, I prefer to use it as a color gradient reference. for the later...
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)).
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.
A simple example showing how to create a gradient in a array.
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...
function to output color from a HSL (hue, saturation, lightness) palette.
a function to find a color value in a triangular gradient.
7 hours ago Hello friends. This is simply a moving average ribbon, per se. The values for the colored ribbon can have their length calculated to fit their chosen resolution on the current one. This solved problems for me, but it was my own solution. Maybe I'll learn something new from sharing this. To everybody else who is learning as well, this script...