// I have written a Pine Script to re-paint large candles in a different Color. // You can set the value that you want to use to define what is 'Large', and the script will re-paint any candle whose size is equal to or greater than your value. // The number can be an integer (8) or a decimal (7.5). // You can enable the size measurement to be done in one of two...
Utility for working with colors. Get the luminosity of a color and determine the optimal (black or white) foreground color.
1.0 -> Changes the Background Based on the Color of the Latest Candle
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...
OK let's get started , A Day Trading (Intraday) Consolidation Breakout Indication Strategy that explains time condition for Indian Markets . The commission is also included in the strategy . The basic idea is , 1) Price crosses above upper band , indicated by a color change (green) is the Long condition . 2) Price crosses below lower band , indicated by a color...
When RSI is above 50 our default bias is on buy side and when below 50 our bias is on sell side. Therefore created 2 zones for easy identification.
This simple script was written for studying recurring intraday behaviours of financial instruments. With it, you can highlight up to 13 customizable time ranges on your chart, filling the corresponding background space with colors you prefer. You can then write a note for each range and it will be shown in the optional related table. The experience shows that...
This script provides up to 5 zones to apply background colors. This is especially useful for applying to indices such as USI:TICK , USI:ADD , and USI:VOLD , where certain levels provides significant meaning to market sentiment and directions. This script will give you the visual cue to help with your trading. All levels and colors are fully...
Library "Color Library!" To help with large projects that need colors! If you guys make the library bigger, share it so we can all have tons of colors! 2 Functions Uppercase and Lowercase, because why not? import library as color 1.) color.this("Brown") // or color.this("brown") both work 2.) color.rainbow(1) //Returns first index of Rainbow this(x) TODO:...
Hello Followers, Hope u guyz doing well in the market. Came with a standalone Trading System which helps u with the trend & choppiness zone. This system is combination of multiple stretagies which makes it better than single published indicators. ========================================================================================================= We have used...
A colour palette that contains colours that are complementary to each other.
█ OVERVIEW This library is complementary for XABCD Harmonic Pattern Custom Range Interactive TupleSwitchHL() : Tuple Switch for High Low Parameters: : : _bool, low_X, high_X, low_A, high_A, low_B, high_B, low_C, high_C Returns: : price_X, price_A, price_B, price_C TupleSwitchStyleColor() : Tuple switch for style and color Parameters: :...
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...
Here’s a screener including Symbol, Price, TSI, and 50 ema cross in a table output. The 50 Exponential Moving Average is a trend indicator You can find bullish momentum when the 50 ema crossed over or a bearish momentum when the 50 ema crossed under we are looking to take advantage by trading the reversion of these trends. True strength index (TSI) is a...
This indicator colors the candles according to the z-score of the trading volume. You can easily see the imbalance on the chart. You can use it at any timeframe. In statistics, the standard score (Z-score) is the number of standard deviations by which the value of a raw score (i.e., an observed value or data point) is above or below the mean value of what is...
The 4C ATR Threshold is a simple indicator that paints the chart background red when the ATR goes below the user defined ATR minimum. Some trading setups have specific criteria that require a minimum ATR on a certain timeframe for the instrument to be playable. The painting of the chart background based on the ATR value is useful as a quick visual reference....
A simple but effective indicator that paints candles with different shades of colors based on the volume transacted. -> Supports 6 levels of sensitivity at present. Might enhance the granularity later. -> Darkest indicates the most volume transacted. Lightest, the least. Change it around however you see fit and based on your theme. -> Use it for your Volume...
This is my first public simple script. It expresses the color of Heiken ashi Candle on a different time chart. As you already know about it, If you change your chart directly to Heiken ashi, the value of candle changes. For eaxmple, moving average lines change little by little from Non Heiken ashi Candle. I was very uncomfortable with this. If you use this,...