The "VWMA/SMA Delta Volatility (Statistical Anomaly Detector)" indicator is a tool designed to detect and visualize volatility in a financial market's price data. The indicator calculates the difference (delta) between two moving averages (VWMA/SMA) and uses statistical analysis to identify anomalies or extreme price movements. Here's a breakdown of its...
This Normal Distribution Curve is designed to overlay a simple normal distribution curve on top of any TradingView indicator. This curve represents a probability distribution for a given dataset and can be used to gain insights into the likelihood of various data levels occurring within a specified range, providing traders and investors with a clear visualization...
█ OVERVIEW The indicator analyses the volatility and reports the statistics by the days of the month. █ CONCEPTS The markets move every day. But how does a market move during a month? Here are some ideas to explore: Does the volatility kick in with the start of a new month? Do the markets slow down at the end of the month? Which period of the...
High of Day (HoD) & Low of Day (LoD) hourly timings: Statistics. Time of day % likelihood for high and low. //Purpose: To collect stats on the hourly occurrences of HoD and LoD in an asset, to see which times of day price is more likely to form its highest and lowest prices. //How it works: Each day, HoD and LoD are calculated and placed in hourly 'buckets'...
Price Legs: Average Heights; 'Smart ATR'. Consol Range Gauge ~~ Indicator to show small and large price legs (based on short and long input pivot lengths), and calculating the average heights of these price legs; counting legs from user-input start time ~~ //Premise: Wanted to use this as something like a 'Smart ATR': where the average/typical range of a...
This script is an enhanced version of "Saty's ATR Levels". With the help of SimpleCryptoLife, he reimagined the script to include these differences: -view the ATR levels easily with labels and know where the price action is in relation to a specific level -the included "price follow line" extends across the screen and through the ATR levels label to allow you...
Library "BenfordsLaw" Methods to deal with Benford's law which states that a distribution of first and higher order digits of numerical strings has a characteristic pattern. "Benford's law is an observation about the leading digits of the numbers found in real-world data sets. Intuitively, one might expect that the leading digits of these numbers would be...
This a script to try detect the best combination of supertrend parameters in a space of time. Sadly the script is slow. Evaluate all possibilities params is hard for a pinescript and my knowledge too. In some cases, when you want evaluate many time could be the script fails for timeout. Perhaps with time I could enhance. For this problem of speed the calculate of...
This strategy was designed and written with the goal of showing and motivating the community how to integrate our 'Probabilities' module with their own script. We have recreated one of the simplest strategies used by many traders. The strategy only trades long and uses the overbought and oversold levels on the RSI indicator. We added stop losses and take...
This module can be integrate in your code strategy or indicator and will help you to calculate the percentage probability on specific event inside your strategy. The main goal is improve and simplify the workflow if you are trying to build a quantitative strategy or indicator based on statistics or reinforcement model. Logic The script made a simulation inside...
ASE Additionals is a statistics-driven indicator that combines multiple features to provide traders with valuable statistics to help their trading. This indicator offers a customizable table that includes statistics for VWAP with customizable standard deviation waves. Per the empirical rule, the following is a schedule for what percent of volume should be...
This study shows the prediction interval as Bollinger Bands using Student's T-distribution. This means that the bands will be wider when the data features higher variation, as well as when the sample size (in the form of length) is smaller. The bands will also be wider when the confidence level is lower. The opposite is also true. Assuming we set a confidence...
Probability Effort Scalper Indicator is made of Two Basic Component 1. Probability Distribution Filter 2. Cumulative Effort Volumes What is a Probability Distribution Filter ? A filter which segregate the outcomes of any experiment into binary score of momentum based probabilities, so the filter is actually acting as a classifier to classify the probability...
Probabilistic Analysis Table - The Quant Science ™ is the quantitative table measuring the probability of price changes and quantifies the ratio of sessions for three different assets. This table measures the ratios of bull and bear events and measures the probability of each event through data generated automatically by the algorithm. The data are...
This indicator uses the previous period close and +/- 1 ATR to display significant day, multiday, swing, and position trading levels including: - Trigger clouds for possibly going long/short @ 23.6 fib - Mid-range level at 61.8 fib - Full range level at +/- 1 ATR (from previous close) - Extension level at 161.8 fib Additionally, a convenient info table is...
█ OVERVIEW This indicator reports the historical probabilities of the price trading past its Average True Range (ATR). █ CONCEPTS It is common knowledge that the market is not likely to trade past 1x ATR. Is this true? How much unlikely exactly? The indicator reports the data in a table and tells you precisely how often the price made it past x times...
Many traders spend a lot of time to create algorithms full of unrealistic and far from reality indicators and market conditions. With this script I want to help traders understand the advantage of the Pine language. Using indicators with no statistical foundation and creating algorithms with technical indicators and thousands of conditions is not always the right...
This script calculates and displays some bar statistics. For the bar length statistics, it takes every length of upper or lower movements and calculates their average (with SD), median, and max. That way, you can see whether there is a bias in the market or not. Eg.: If for 10 bars, the market moved 2 up, then 1 down, then 3 up, then 2 down, and 2 up, the...