Library "HTV_LibraryV2" up_bar() 'up_bar' checks true for every candle that closed above open price. Returns: custom Series Bool last_up_bar() 'last_up_bar' checks true for every last candle that closed above open price. Returns: custom Series Bool down_bar() 'down_bar' checks true for every candle that closed below open price. Returns: custom...
Library "CandleStore" This library provides to provide simple, semantic, reusable utility functions for analyzing candlesticks, wicks, patterns, trends, volume, and more... patternLabelPosLow() Returns: a value for the label patternLabelPosHigh() Returns: a value for the label redCandle() Returns: a true if close < open greenCandle() ...
2 Moving Average Color Direction Detection, possibility to configure: - Type: SMA , EMA , WMA , VWMA , SMMA , DEMA , TEMA , HULLMA, ZEMA, TMA, SSMA - Lenght - Source - Color direction
Library "easytable" Create tables easily, with minimal code ▦ FEATURES ▦ █ Create tables █ JSON To Table █ Change Colors █ Array to Rows/Columns █ Pre-Styles █ Change Text Size █ Delete Rows/Columns █ Blink Cells indentify_table_id() Identifies all tables ID number in each cell(0,0). ...
Is Price Action Higher or Lower on STRONG or WEAK VOLUME from lookback (Strong or Weak Bulls // Strong or Weak Bears) Candles / Bars Indicate the Following (default 13 period lookback / Length) MAROON Bear Candle with STRONG VOLUME more than 150% of the lookback / length (13 default), STRONG Bear Candle Confirmed With Volume RED Bear Candle while VOLUME is...
Stoch CCI has a nicer divergence than Stoch RSI. Enjoy!
Introduction Trailing stop are important indicators in technical analysis, today i propose a new trailing stop A2RTS based on my last published indicator A2RMA (1), this last indicator directly used an error measurement thus providing a way to create enveloppes, which provide a direct way to create trailing stops based on highest/lowest rules. The Indicator ...
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.
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...
It is a normal Directional Movement Index, but instead of using lines for +DI and -DI it uses histogram and 4 colors. It also contains an horizontal line (default value @20) to indicate when a trend is confirmed or not.
Standard MACD with signal and histogram MACD and signal crossovers are marked with up/down triangles Signal is colored based on its direction, can be turned to a single color Histograms can be green, red and yellow based on their side and direction Histograms can be switch to be green when positive and red when negative
Library "LoggerLib" This is a logging library for Pinescript. It is aimed to help developers testing and debugging scripts with a simple to use logger function. Pinescript lacks a native logging implementation. This library would be helpful to mitigate this insufficiency. This library uses table to print outputs into its view. It is simple, customizable and...
//Candle Patterns Ranked by Performance THOMAS N. BULKOWSKI //1. Bearish Three Line Strike +Up 67.38% //2. Bullish Three Line Strike -Down 65.23% //3. Bearish Three Black Crows -Down 59.83% //4. Bearish Evening Star -Down 55.85% //5. Bullish Upside Tasuki Gap +Up 54.44% //6. Bullish Inverted Hammer -Down 51.73% //7. Bullish Matching Low -Down 50.00% //8....
A simple script to add background colors to specific timeframes. Great for trading futures so you can separate sessions for easier viewing. Use for stocks to separate pre, open, and post market times. There are three timeframes that can be set and all colors can be modified.
Change bar colors based on above or Below EMA I use it to match Kaz's bars look on my charts
Library "ColorScheme" A color scheme generator. init() Initiate the array data registry that will hold the color profile. Returns: tuple with 2 arrays (string array, color array) check_registry_integrity(key_registry, color_registry) Checks the integrity of the registers. Parameters: key_registry : string array, key data holder array. color_registry...
Library "Chikou" This library contains Chikou Filter function to enhances functionality of Chikou-Span from Ichimoku Cloud using a simple trend filter. Chikou is basically close value of ticker offset to close and it is a good for indicating if close value has crossed potential Support/Resistance zone from past. Chikou is usually used with 26 period. Chikou...