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 library comprises valuable functions for implementing strategies on TradingView, articulated in a professional writing style. The initial version features a monthly Profit & Loss table with percentage variations, utilizing a modified version of the script by @QuantNomad. Library "strategy_utilities" monthly_table(results_prec, results_dark)...
Time is fractal. Every candle has an open, low, high and closing price. Depending on what timeframe you are on, some opening prices could be more interesting than others. This indicator tracks, which timeframe you are currently on and displays different things accordingly, so that the chart is never messy. Below the hourly timeframe, the indicator highlights ICT...
10 Year Averages of Month-on-Month % change: Shows current asset, and 3x user input assets -For comparing seasonal tendencies among different assets. -Choose from a variety of monthly average measures as source: sma(close, length), sma(ohlc4, length); as well as sma's of vwap, vwma, volume, volatility. (sma = simple moving average). -Averages based on month cf...
Introducing the Price Range Tracker - it's a tool for monitoring the price of any coin or stock. This indicator provides up-to-date information on the daily, weekly, monthly, and all-time high (ATH) prices of your selected asset. With the Price Range Tracker, you can easily gauge how far your asset's current price is from its highest point in the daily, weekly,...
The Buy Sell Calendar indicator displays a calendar showing the sentiment for the current day/month. Three different methods can be used to determine this sentiment. The calendar can also highlight the percentage of bullish days/months for a month/year. 🔶 SETTINGS Frequency: Calendar frequency, options include "Daily" and "Monthly" Sentiment Method:...
Displays monthly and yearly returns in tabular format along with maximum, minimum, average returns and standard deviations. This uses boxes to build the table and as maximum boxes that could be used is 500, it displays up to 32 years of returns. However, for maximum, minimum, average and standard deviation calculations, it uses data from all months since...
Use this indicator on Daily Timeframe This indicator displays the seasonality data for any instrument (index/stock/ futures /currency) in a tabular data by day of the month (Day 1..31). User can change the start of the year and month for analysis from the inputs. Year is represented in rows and Day of the month (Day) is represented in cols. This indicator uses...
This indicator plots key levels on the chart and can put a label on the price scale. These levels can act as important support and resistance and cause big reactions. • Open, High, Low, and EQ for the current day, previous day, current week, previous week, current month, previous month and current year. •To show the levels on the price scale, you need to right...
█ Volume Weighted Average Price & Previous Volume Weighted Average Price - Multi Timeframe This script can display the daily, weekly, monthly, quarterly, yearly and rolling VWAP but also the previous ones. █ Volume Weighted Average Price (VWAP) The VWAP is a technical analysis tool used to measure the average price weighted by volume. VWAP is typically used...
This indicator that draws vertical lines for each year and month starting from the specified date and time. For example, starting from August 26th, 2022, The annual vertical lines are Aug 26th, 2022, Aug 26th, 2021, Aug 26th, 2020, Aug 26th, 2019, Aug 26th, 2018, Aug 26th, 2017... It is useful to check the action of the chart at the event of each year and...
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,...
Name: Bias Analyzer Category: Market Analyzer Timeframe: 1H and 1D, depending on the Analysis type. Technical Analysis: Usually when we think about a Trading System we start from an idea. This idea comes normally from observation and the study of the market. Have we ever observed a market - for example Bitcoin - and thought that it increases at the start...
Multi Timeframe Volume Weighted Average Price with Standard Deviation Bands I used the script "Koalafied VWAP D/W/M/Q/Y" by Koalafied_3 and made some changes, such as adding more standard deviation bands. The script can display the daily, weekly, monthly, quarterly and yearly VWAP. Standard deviation bands values can be changed (default values are 0.618, 1,...
Calculates 10yr, 20yr and 30yr averages for month/month % change ~shows seasonal tendencies in assets (best in commodities). In above chart: August is a seasonally bullish month for Gold: All the averages agree. And January is the most seasonally bullish month. ~averages represent current month/previous month. i.e. Jan22 average % change represents whole of jan22...
Table of monthly % changes in Average Price over the last 10 years (or the 10 yrs prior to input year). Useful for gauging seasonal tendencies of an asset; backtesting monthly volatility and bullish/bearish tendency. ~~User Inputs~~ Choose measure of average: sma(close), sma(ohlc4), vwap(close), vwma(close). Show last 10yrs, with 10yr average % change, or to just...
Features - Displays the now and previous days, weeks, months, years (opens&highs&lows&eq)levels, Monday Range (high&low&eq), ATH Level. PA Levels on every timeframe(It's like PYO in 1minutes chart) Settings: Hide and show separately. Change color. Line extension. - Displays London/NY/Asian Killzones very simplified way...
This script will show monthly, weekly and daily (with or without pre market) levels on your intraday chart. You can chose what values of the corresponding candles (high, low, close) should be included. Please consider following limitations: 1. Maximum of 500 drawing objects per chart To make sure the most relevant levels are shown, values are sorted based on the...