Display outliers in either value change, volume or volume change that significantly deviate from the past. This uses the standard deviation calculation and the n-sigmas statistical rule of significance, with 2-sigma (a value of 2) signifying that the observed value is stronger than 95% of past values, and 3-sigma 98.5% of past values, and so on for higher sigma...
A detrended series that oscilates around zero is obtained after first differencing a time series (i.e. subtracting the closing price for a candle from the one immediately before, for example). Hypothetically, assuming that every detrended closing price is independent of each other (what might not be true!), these values will follow a normal distribution with mean...
Sigma Spikes were created by Adam Grimes and this is one of the best volatility indicators out there. This indicator not only gives you positive or negative volatility but with my version I can identify any sudden changes from the underlying trend. Buy when the line turns green and sell when it turns red. Let me know if there were any other indicators you wanted...
This indicator offers 15 levels of sigmas in both of superior and inferior sides
█ OVERVIEW “The benchmark Dow Jones Industrial Average is off nearly 300 points as of midday today...” “So what? Is that a lot or a little? Should we care?” -Adam H Grimes- This screener aims to provide Bird-Eye view across sector indices, to find which sector is having significant or 'out-of-norm' move in either direction. The significance of the move is...
Here is a light piece of code, The Indicator Integrator. It sums up a function (like an integral for you calculus folks). Unlike the 'cum' function that does a million bars of look back you can change the look back period, like limits of integration. Built in is a difference of the close from an SMA. And there is an ROC. By changing what is summed up in the loop...
Description: High and Low Envelope channel with median line and 'sigma' offsets to try and encapsulate price flow and quickly locate likely areas of support and resistance on the fly.