One-Sided Gaussian Filter w/ Channels is a Gaussian Moving Average that is calculated using a Fibonacci weighting function. Keltner channels have been added to show zones of exhaustion. A better name would be "Half Gaussian bell weighted" or "Half normal distribution weighted" indicator, since the weights for calculation of the average (similar to linear...
Bollinger Bands are the result of the assumption that closing prices will follow a normal distribution. However, when I actually calculated the probability, the closing price does not follow a normal distribution. According to the normal distribution, the probability that Z > 2 should be 2.2%, but on the chart, the probability is 6~9%. Can we get a useful...
Probability Distribution Histogram During data exploration it is often useful to plot the distribution of the data one is exploring. This indicator plots the distribution of data between different bins. Essentially, what we do is we look at the min and max of the entire data set to determine its range. When we have the range of the data, we decide how many...
The exa is an oscillator that combines fisher transform with distance from moving average and it is based on a theory that exhaustion can be derived from how far price is able to extend from a moving average, on average. The fisher transform converts price into a gaussian normal distribution, also known as a bell curve {1}. A normal distribution is a type of...
Volatility bands based on average candle percentage spread. Tested on BTCUSD charts only. Based on the 68-95-99.7 rule, it seems that the spread, for daily and 4-H candles, follows a normal distribution: that means, around 85% of candles have a %-spread within sma(low/high, some_len) and sma(high/low, some_len) , and around 95% of candles within the pow2 of...