Contains functions for conversion of color to string and vice versa: method toClr( string this ) - converts string reperesentation of color (in hex format) to color method toHex( color this ) - converts color to string (hex form) method toRgb( color this ) - converts color to string ("rgb(11,11,11,0)" form) Thanks to @ImmortalFreedom for his ...
This script will display a histogram of the Uniswap V3 HEX liquidity pool, versus as many tokens as possible. Current supported pairs: HEX/USDC HEX/WETH HEX/WETH.USD (Ethereum expressed in USD) HEX/USDT (Just showing the USDC liquidity) Similar to what you can see in the liquidity section of the Uniswap pool page but conveniently rendered alongside...
The purpose of this library is to split and merge an integer into useful pieces of information that can easily handled and plotted. The basic piece of information is one word. Depending on the underlying numerical system a word can be a bit, octal, digit, nibble, or byte. The user can define channels. Channels are named groups of words. Multiple words can be...
█ OVERVIEW This indicator is an educational indicator to make pine coders easier to input color code. Color code displayed either in hex or rgb code or both. █ INSPIRATIONS RGB Color Codes Chart Table Color For Pairing Black And White █ FEATURES Hover table cell to see all properties of color such as Hex code and RGB code via tooltip. Cell can be...
Utility for working with colors. Get the luminosity of a color and determine the optimal (black or white) foreground color.
Library "Hex" Hex String Utility intToHex(_n) helper Binary half octet to hex character Parameters: _n : Digits to convert fromDigits(_input, _buffer) Digits to Hex String output Parameters: _input : Integer Input _buffer : Number of 0's to pad Hex with Returns: string output hex character value buffered to desired length (00-ff default)
This indicator plots a "risk metric" based on the % increases of the following averages: ema21, sma50, sma100, sma200, sma300, sma600. Depending on the rolling 7-day percentage increase of this moving average, a value is assigned to each data point, then normalized to a common range. This set of metrics attempts to represent data similar to that of a heat...
This indicator plots a "risk metric" based on the % increases of the following averages: ema21, sma50, sma100, sma200, sma300, sma600. Depending on the rolling 7-day percentage increase of this moving average, a value is assigned to each data point, then normalized to a common range. This set of metrics attempts to represent data similar to that of a heat...
KEEP YOUR COINS FOLKS! I DON'T NEED THEM, DON'T WANT THEM. Many other talented authors on TV deserve them. INTRODUCTION: This is my "RGB Color Fiddler", intended as a toy to play with. This colorcator is rated 'E' for every TV member. With this you can quickly generate about 1.67 million potential colors from color.rgb(). While I have a few preferred colors that...
Adds aesthetic ability to charts by allowing the trader to change the color of the bars, background, and plots using HEX colors, rather than TradingView's limited color selector box. This makes for easy application of color palettes to charts. The color palettes can be saved as indicators and applied quickly, as desired.