█ Overview Breakout Probability is a valuable indicator that calculates the probability of a new high or low and displays it as a level with its percentage. The probability of a new high and low is backtested, and the results are shown in a table— a simple way to understand the next candle's likelihood of a new high or low. In addition, the indicator displays...
Library "FunctionKellyCriterion" Kelly criterion methods. the kelly criterion helps with the decision of how much one should invest in a asset as long as you know the odds and expected return of said asset. simplified(win_p, rr) simplified version of the kelly criterion formula. Parameters: win_p : float, probability of winning. rr : float,...
Hello! Introducing Crypto Terminal (: The indicator makes use of cryptocurrency data provided by vendor INTOTHEBLOCK. NOTE: The cryptocurrency on your chart must be paired with USD or USDT. Data won't load otherwise - possibly transient. For instance, BTCUSD or BTCUSDT, ETHUSD or ETHUSDT. Provided datasets: Twitter Sentiment Data Telegram Sentiment Data ...
Library "DatasetWeatherTokyoMeanAirTemperature" Provides a data set of the monthly mean air temperature (°C) for the city of Tokyo in Japan. this was just for fun, no financial implications in this. reference: www.data.jma.go.jp TOKYO WMO Station ID:47662 Lat 35o41.5'N Lon 139o45.0'E year_() the years of the data set. Returns: array : year values. ...
Library "FunctionDynamicTimeWarping" "In time series analysis, dynamic time warping (DTW) is an algorithm for measuring similarity between two temporal sequences, which may vary in speed. For instance, similarities in walking could be detected using DTW, even if one person was walking faster than the other, or if there were accelerations and decelerations...
Description: As in the decomposition of time series data, the indicator was modified from the deseasonalized process, to avoid overfitting as in the original format, aiming to exclude seasonal component (shorter time-period in consideration), thus leaving trend and irregularity. The indicator is expected to identify short-term trends, based on the given...
The volume indicator what can replace the built-in volume indicator and It also has some useful features. and designed to work as overlay in the same pane with open-source indicator by default. Regular volume Indicator Volume SMA plot Large Volume ! emphasize by color & mark. Ultra Volume ! overlay marking ; x2 x4 x6 lager than regular average...
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...
We are happy to introduce the Key Performance Indicator by Detlev Matthes. This is an amazing tool to quantify the efficiency of a trading system and identify potential spots of improvement. Abstract A key performance indicator with high explanatory value for the quality of trading systems is introduced. Quality is expressed as an indicator and comprises the...
Indicator to show the data on short sellers for cryptocurrencies. Color coded as the following: Orange=Shortsellers are Shorting Blue =Shortsellers are Covering Red =Others are Selling Green =Others are Buying Includes lines to show the range that shortsellers have recently (within the last 1024 bars) been operating in to give indication on how...
Quantity Theory of Money ( Inflation Growth Rate) Equation: %ΔM+%ΔV=%ΔP+%ΔY M - Money Supply , V - Money Velocity , Y - Real GDP, P - Price This script only takes into account money supply theory and does not account for increases/decreases in inflation due to energy costs. QTM Calculation is compared to USIRYY , USCCPI , and Sticky Price CPI . Flex_CPI and...
Preface: I'm just the bartender serving today's freshly blended concoction; I'd like to send a massive THANK YOU to all the coders and PineWizards for the locally-sourced ingredients. I am simply a code editor, not a code author. Many thanks to these original authors! Source 1 (Aug 8, 2019): Source 2 (Aug 11, 2019): About the Indicator: The term yield curve...
---EN: In this strategy template you will find some functions already pre-programmed to be used in your strategies to speed up the programming process, among them we can highlight the default stop loss and take profit functions, which will help to set easily and quickly, defining the price range in which we want to prevent large losses or protect our profits from...
Hey everyone! Deciding to make this indicator public and open access. This is a volume weighted close indicator for SPY. It is a statistics based indicator. How it works: It uses volume data mixed with some price action data to prospectively predict where SPY's price will close within a 30 minute interval. As such, its different from other indicators in...
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...
Beta is a measure of an asset's volatility relative to the market (the S&P500 is the most widely used index for this). A beta of 1 indicates that the asset moves exactly like the market, a beta < 1 indicates that the asset is less volatile than the market, and a beta > 1 means that the asset amplifies market movements. This tool is used to calculate easily the...
Useful script by @RicardoSantos //////// In this one i made it uses the 5 Sigma Mesa event.The period used in here is 288 and applied to 5 Min chart to proxy it 1D ahead. Cheers!
The Value at Risk Channel (VaR Channel) is a trading indicator designed to help traders control the level of risk exposure in their positions. The user can select a time period and a probability value, and the indicator will plot the upper and lower limits that the price can reach during the selected time period with the given probability. CONCEPTS The...