The purpose of this script is educational! Create table with different inputs, various conditions, color changes, text format...
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...
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...
This calculates the dollar volume per candlestick (2nd row) and cumulative (3rd row) of the entire trading day for each subsector of the SPY. The 'Total' column is the total of all the subsectors combined. It is calculated separately from SPY volume. The money flow is calculated with (open+close)/2 which means different timeframes yield different results and...
EPS Table for tracking Earning per share This can be useful for Techo- a fundamental analyst, If you want more Tables on the fundamental or technical analysis you can contact me here.
Shows RSI and SRSI values on multiple timeframes, highlights oversold and overbought Timeframes and colors are customizable /V1llager/
This table was built specifically for the Crypto market. It gives you a quick overview of the markets without having to scroll through numerous charts. The information is the overall markets daily change and the charts coins movement on a daily, weekly and monthly basis. The weeks start on a Monday morning, the months start on the 1st of the month so this is last...
Correlation coefficient is a measure of the strength of the relationship between two values. It can be useful for market analysis, cryptocurrencies, forex and much more. Since it "describes the degree to which two series tend to deviate from their moving average values" (1), first of all you have to set the length of these moving averages. You can also retrieve...
The idea is to catch pre market information (or other relevant data), that basically consists of a single number, in a table instead of using a plot that takes up space in the chart. In this example, I added pre market volume and pre market change in %. Where the second one is as well available in the details tab of the stock, it is not available if this tab is...
This indicator is to show symbol info in table using built-in syminfo name space, coded in latest Pine Script version 5. Credits to PineCoders and Everget Features : - Display table by changing table position, font size and color. - Show / Hide necessary symbol info.
This is not a indicator or strategy. I thought of having a table showing running profit or loss on chart from a specific price. I tried to put the same in code and ended up with this code. This is a table showing the running profit or loss from a manually specified price and quantity. when you add the code, This table asks us to input the entry price and...
This is a bespoke, unfinished script for Kyle. It is primarily designed to be used to provide useful data for unusually volatile stocks premarket, and for some other situations too. Featuring: Pre/post market volume Short data RVOL ATR and turnover
The basic idea behind indicators is "to buy the strong one and to sell the weak one". This indicator yield entry and exit signals for stock trading. You can view the STRENGTH INDEX for the symbol you want in this indicator. Formula (X - ((RMA(t-1) * (n-1)) + X(t)) / n) / X * 100 n = The length of the Moving Average (defval = 200) X = Price t = Timeframe #DYOR
Shows various basis percentages in a table and plots historical basis. Also has an alert function for backwardation events. Useful for tracking bullish/bearish sentiment in BTC futures markets. *Currently displays March and June futures for the following exchanges: Bitmex, Binance, Deribit, Okex, and FTX Also displays CME Continuous Next Contract. All of the...
This indicator intended for Malaysia Market only for auto detect delisted companies (PN17, GN13) refer to Bursa Malaysia Indikator ini adalah untuk pasaran Malaysia sahaja untuk automatik mengenalpasti senarai syarikat terkeluar rujuk kepada Bursa Malaysia Indicator features : 1. Able to detect stock and warrant. 2. List similar symbol or counter...
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...
It give you the absolute value of bar changes for different period of tims (33, 100, 200) AND the max barchange ont the same period. Can be added in v4 in all codes. Stupid but useful. You can add it to any v4 script. The location of the table can be changed easily Inspired from the tradingview community. Don't forget to hydrate. @Magnumm
█ OVERVIEW Delete array object according to array size such as label, line, linefill, box and table. █ CREDITS HeWhoMustNotBeNamed