Library "analytics_tables" 📝 Description This library provides the implementation of several performance-related statistics and metrics, presented in the form of tables. The metrics shown in the afforementioned tables where developed during the past years of my in-depth analalysis of various strategies in an atempt to reason about the performance of each...
A simple tool for setting performance targets. Level Presets (BLP) is a simple tool for setting upside and downside levels relative to the current price of any asset. In this way, you can track which price the asset needs to move towards in order to achieve a defined performance. How to Use This indicator is very easy to use, you can set up to 5 upward and...
This is a straightforward tool for investors, offering the capability to select a specific start date and visualize the annualized return of the currently displayed asset. Annualized return is a crucial metric for investors, as it provides a standardized measure of an investment's performance, making it easier to compare different investments. By annualizing...
The "Momentum Channelbands" is indicator that measures and displays an asset's momentum. It includes options to calculate Bollinger Bands and Donchian Channels around the momentum. Users can customize settings for a comprehensive view of momentum-related insights. This tool helps assess trend strength, identify overbought/oversold conditions, and pinpoint...
This indicator visualizes the cumulative percentage changes or returns of 30 symbols over a given period and offers a unique set of tools and data analytics for deeper insight into the performance of different assets. Multi Asset Performance indicator (also called “Spaghetti”) makes it easy to monitor the changes in Price, Open Interest, and On Balance Volume...
This simple indicator calculates and provides insights into different performance metrics of an asset - Sharpe, Sortino and Omega Ratios in particular. It allows users to customize the lookback period and select their preferred data source for evaluation of an asset. Sharpe Ratio: The Sharpe Ratio measures the risk-adjusted return of an asset by considering...
What Is This? This script code adds a Monthly Strategy Performance Table to your Pine Script strategy scripts so you can see a month-by-month and year-by-year breakdown of your P&L as a percentage of your account balance. The table is based on realized equity rather than open equity, so it only updates the metrics when a trade is closed. That's why some...
This indicator is built to mesure the performance of a stock vs the index of choice. it is best use for the intraday session because it doesn't take gap into account when doing the calculation. This is how i made my math (using AAPL compared to SPY for simplicity) (change AAPL / ATR AAPL) - (change SPY / ATR SPY) * beta factor * volume factor change is calculated...
Library "Bitwise, Encode, Decode" Bitwise, Encode, Decode, and more Library docs() Hover-Over Documentation for inside Text Editor bAnd(a, b) Returns the bitwise AND of two integers Parameters: a : `int` - The first integer b : `int` - The second integer Returns: `int` - The bitwise AND of the two integers bOr(a, b) Performs a...
Use this indicator on Daily Timeframe This script compares Overnight vs Intraday Performance based on the Day of the Week (DOW) - Sun - Sat of index/stock/currency/commodity symbols. ON column indicates Overnight performance = open/close -1 ID column indicates Intraday performance = close-open/1 The calculations are detailed in the tooltips of the individual...
this scrip is modified of Performance Table () of TradingView user @BeeHolder = Thank u very much. - @BeeHolder formula is based on daily basis, but my calculation is based on respective day, week and month. - The formula of the calculation is (Current Close - Previous Close) * 100 / Previous Close, where Past value is: 1D = close 1 day before 5D = close 5 day...
Hello Traders. Lets keep it simple.. 1. Take the major pairs that have USD in them and watch their change over a specific timeframe. 2. Now lets sort these changes of each pair from the most positive to the most negative. Good, I see you have some ideas already. This is exactly what this indicator does. You will visualize the biggest change in pairs...
It's a simple example of how you can present your strategy's monthly performance in a chart. You maybe know that there is no support of these kind of charts in TradingView so this chart is actually a table object under the hood. Table visual appearance is customizable, you can change: Location Bar Width / High Colors Thanks to @MUQWISHI for hard work,...
Displays the Relative Strength (RS) of a symbol in relation to some common sector ETFs, SPX and NDX (select from drop-down list). This is done by dividing the symbol's price by the chosen sector ETF's price. You can also select a symbol of your choice to compare against. Interpretation: RS line ascending: symbol performs stronger than the sector ETF. RS line...
This script was born out of my quest to be able to display strategy back test statistics on charts to allow for easier backtesting on devices that do not natively support backtest engine (such as mobile phones, when I am backtesting from away from my computer). There are already a few good ones on TradingView, but most / many are too complicated for my...
An indicator that lets you visualize the historical Yearly Percentage returns of any symbol . Key Features: Displays the yearly returns from start to end of each year Displays a table showing all yearly returns for current symbol Displays start of each year as a vertical line Displays up to 5 custom horizontal levels Table Settings: ...
Some time ago I published Monthly returns table. Now It's time for weekly one. To get it work you need a pretty big screen, but I hope it will be useful for some of you. Features of this table includes: Display weekly returns of your strategy, benchmark, and alpha over this benchmark. Select benchmark to be another instrument Select the date from...
This indicator allows to compare relative performance of two indices or securities. It is the update of the previous version rewritten in Pine Script 5 version.