Library "dataframe" Dataframe depends on the following two libraries: Data2D Data3D Dataframe is designed for Data2D and Data3D libraries exclusively. It is sort of a mini framework, with easy to manipulate the data for display. Out of the box, it comes with default settings, and have the ability to fully customize almost every detail. To get...
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
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....
Change bar colors based on above or Below EMA I use it to match Kaz's bars look on my charts
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.
Library "MakeLoveNotWar" Make Love Not War, place a flag of support on your chart! flag(pos, text_size) Make Love Not War function. Parameters: pos : string, position. text_size : string, text size. Returns: table.
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...
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...
Moving averages are used to determine trend. These moving averages are designed to determine trend with reactive coloring and utilizes a unique version of the Hull moving average. This is one of many iterations of fishnet MAs I have made in the past. I first found fishnet MAs, which is a lot of moving averages of increasing length, from @TusenPix YMMV on...
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() ...