The SuperTrend Polyfactor Oscillator is an oscillator based on the popular SuperTrend indicator that aims to highlight information returned by a collection of SuperTrends with varying factors inputs. A general consensus is calculated from all this information, returning an indication of the current market sentiment. 🔶 USAGE Multiple elements are...
The indicator is designed to identify shifts or changes in trends as blocks, the indicator's focus on analyzing the Median of Means, Interquartile Range, and Practical Significance for potential trend changes in the market using non parametric Cohen's D. The script is designed to operate on blocks of 21 bars. The key parts of the script related to this are the...
Median of Means (MoM) is a measure of central tendency like mean (average) and median. However, it could be a better and robust estimator of central tendency when the data is not normal, asymmetric, have fat tails (like stock price data) and have outliers. The MoM can be used as a robust trend following tool and in other derived indicators. Median of means (MoM)...
This indicator is useful at important level, when you want to see some bullish or bearish signs in candlestick. At your important support level you can buy, if candlestick close is above 50% of its range, with low of this candlestick as SL. At your important resistance level you can sell, if candlestick close is below 50% of its range, with high of this candlestick as SL.
Display variations in min-max and median values of high, low and close across exchanges. It's a kind of realized volatility indicator, as the idea is that in times of high volatility (high emotions, fear, uncertainty), it's more likely that market inefficiencies will appear for the same asset between different market makers, ie, the price can temporarily differ a...
Variety N-Tuple Moving Averages w/ Variety Stepping is a moving average indicator that allows you to create 1- 30 tuple moving average types; i.e., Double-MA, Triple-MA, Quadruple-MA, Quintuple-MA, ... N-tuple-MA. This version contains 2 different moving average types. For example, using "50" as the depth will give you Quinquagintuple Moving Average. If you'd...
This script will continuously draw a boxplot to represent quartiles associated with data points in the current rolling window. Description : A quartile is a statistical term that refers to the division of a dataset based on percentiles. Q1 : Quartile 1 - 25th percentile Q2 : Quartile 2 - 50th percentile, as known as the median Q3 : Quartile 3 - 75th...
Apply various simple statistical measures to series of full candle ranges over user input length (in bars). Choose between AVERAGE, MEDIAN, MODE, BIGGEST. All calculations derive from the high-low range of a candle. Default length = 260, the number of daily candles in a year. MODE is calculated from pip ranges rounded to reasonable increments (to nearest 10pips...
The Median Average Adaptive Filter was created by John Ehlers and this is another in my current series of undiscovered gems. I'm sure you are all saying but Franklin, Ehlers doesn't have any undiscovered gems but in this case you would be wrong. This was actually an indicator so buried on the internet that I had to use the wayback machine to find the original...
The MA Visualizer is made up of 5 Moving Averages (MA) All MA change color when the price closes above or below the MA line. The background between the MA line and price will also change color, this creates the Visualizer. When two or more MA are selected the two visualizer's will combine and create a gradient effect. Each MA can be adjusted with 6 source...
Introduction The Median Convergence Divergence (MCD) is a derivative of the Moving Average Convergence Divergence (MACD). The difference is the change in the use of the measure of central tendency. In MACD, moving average (mean) is used, whereas, in MCD, the median is used instead. The purpose of using the median is to eliminate the outlying values, which would...
Fique tranquilo, aqui tem todas as médias que o Backes utiliza dentro de um indicador só, aproveite :)
This script shows three measures of volatility: historical (hv): realized volatility of the recent past median (mv): a long run average of realized volatility implied (iv): a user-defined volatility Historical and median volatility are based on the EWMA, rather than standard deviation, method of calculating volatility. Since Tradingview's built in ema function...
QUANTILE ESTIMATORS Weighted Harrell-Davis Quantile Estimator with Absolute Deviation Fences. DISCLAIMER: The Following indicator/code IS NOT intended to be a formal investment advice or recommendation by the author, nor should be construed as such. Users will be fully responsible by their use regarding their own trading vehicles/assets. The following...
Extending the Works of Torben Mogensen, on Torben Median Median Filtering is an important technique ! The median filter is a non-linear digital filtering technique, often used to remove noise from an image or signal. Such noise reduction is a typical pre-processing step to improve the results of later processing (for example, edge detection on an image). Median...
This method was pointed it out by Torben Mogensen. It is certainly not the fastest way of finding a median, but it has the very interesting property that it does not modify the input array when looking for the median. It becomes extremely powerful when the number of elements to consider starts to be large, and copying the input array may cause enormous...
Plots levels representing the prices that the stock closed above its n-period moving median(default=100). 2 thickest lines represents the two most recent crossover levels. Candles are colored green if the price is currently above its moving median and red if below.