This is a tool for developers who are working with index based plots and find themselves adding the bar_index to their indicators on a regular basis during development and debugging. What it does: shows the bar_index in the status line and data window. plots optional labels (bar index + time) into the chart every 10 bars
This script remaps TradingView's sector and industry categories to standard classifications and displays them in the top-right corner of the chart making it easy to quickly identify a security's sector and industry. This tool is useful for traders and analysts who prefer standard industry classifications while using TradingView's charts.
This indicator works only for symbols where open interest data is available. The idea was to create a combination of Volume Delta, Open Interest, RSI, Moving Average and Support / Resistance as a unified tool. I created a Weighted Moving Average based on the Volume Delta (VDWMA). The idea behind this was to reflect the moving average on the difference between...
Autocorrelation - The Quant Science it is an indicator developed to quickly calculate the autocorrelation of a historical series. The objective of this indicator is to plot the autocorrelation values and highlight market moments where the value is positive and exceeds the attention threshold. This indicator can be used for manual analysis when a trader needs to...
No Code Signals is an intuitive user interface for users to generate their own signals based on indicators they already have applied to their chart. This indicator makes use of the new input.source() limits for importing data from external sources (indicators) into 1 indicator. You are now able to import ANY number of sources from up to 10 different...
Quickly draw a 10-level grid on your chart with our open-source tool. Our grid tool offers a unique solution to traders looking to maximize their profits in volatile market conditions. With its advanced features, you can create customized grids based on your preferred start price and line distance, allowing you to easily execute trades and capitalize on price...
Candle Levels Allows chart levels to be plotted automatically, simply add tool to chart and the interactive mode will prompt for candle selection, timeframe anchor and some label choices such as displaying time, price or disabling labels altogether. Also a note can be supplied that will be shown in the labels if they're displayed, if not it'll be up in the...
This is a Quarterly Returns version of Monthly Returns in PineScript Strategies by QuantNomad This script shows a table of Quarterly/Yearly performance of your strategy. It also provides an option to compare with Buy & Hold. The script can easily integrated to your strategy. All you need to do is copy the table part and paste it at the end of your script ...
Library "AbdulLibrary" The library consists of three sections: Technical Analysis Functions - A collection of tools commonly used by day traders Trading Setup Filters Functions - A number of filters that help day traders to screen trading signals Candlestick Pattern Detection Functions - To detect different candlestick patterns that are...
█ OVERVIEW Library "e2hray" A drawing library that contains the hray() function, which draws a horizontal ray/s with an initial point determined by a specified condition. It plots a ray until it reached the price. The function let you control the visibility of historical levels and setup the alerts. █ HORIZONTAL RAY FUNCTION hray(condition, level, color,...
Library "Punchline_Lib" roundSmart(float) Truncates decimal points of a float value based on the amount of digits before the decimal point Parameters: float : _value any number Returns: float tostring_smart(float) converts a float to a string, intelligently cutting off decimal points Parameters: float : _value any number Returns: string
Library "ZenLibrary" A collection of custom tools & utility functions commonly used with my scripts. getDecimals() Calculates how many decimals are on the quote price of the current market Returns: The current decimal places on the market quote price truncate(float, float) Truncates (cuts) excess decimal places Parameters: float : _number The...
I'm not 100% satisfied with the strategy performance output I receive from TradingView. Quite often I want to see something that is not available by default. I usually export raw trades/metrics from TradingView and then do additional analysis manually. But with tables, you can build additional metrics and tools for your strategies quite easily. This script will...
This indicator helps in letting the trader focus on a particular date/candle across many symbols. Tradingview currently has a bug in Bar Replay - when we switch symbols, the bar replay resets. Hence if you are backtesting & running through a bunch of symbols, it is nearly impossible to focus on a particular historical candle across all symbols. This indicator...
This script takes the Rule #1 3 tools and plots them on the graph, to provide an additional level of indication for when to sell and when to buy.
Another tool for the cooltoyz series :) tired of having to look at multiple time frames for a ticker, and having to mentally mix them to try to guess/visualize trends, or support/resistance levels? so was i, and with this tool i let the chart do the heavy lifting :) with this, upper time frames are visualized as shadows imposed on the chart itself. there are...
This is a tool, shows the volume variation % strength related to the X past candles. The current candle is shown in real time, until candle closes. The visualization of the candle time to close is a thin line, that is 100% for all past candles and slowly goes up for the current candle. Best with an example: with a 4h candle, 1 hour has wasted already. This is...
This is a tool. Do with it what you like :) The ghost candle works by drawing a bigger time frame candles in ghost mode over a chart. The time frame is default of 4h, can be changed in the "format" pop-up. What we see in a time frame as the "wick", is really a set of candles when looked at lower resolutions/timeframes, that info is crunched into the OHLC...