Statistical methods based on mean cannot be effective all the time when attributed to financial data since it doesn't usually follow normal distribution, the data can be skewed or/and have extreme values which can be described as outliers. In order to deal with this problem it is appropriate to use median-based techniques. The most common one is called...
This script presents a summarized view of a series by drawing lines between series samples taken at power-of-two intervals from the current value. The intent is to provide a visualization of trendlines at multiple scales, without having to untangle those that my overlap each other. It doesn't overlay a price-chart as written; it could, but IMHO that would be...
Sometimes the market data follows normal distribution, in these cases it is more appropriate to utilize mean-based statistical techniques. This script plots the special case of seven-number summary with 1st, 2nd & 3rd standard deviations below and above the mean. It also has "Log-space" switch which should be checked while using logarithmic scale. The next...
This is a proof of concept for an indicator summary. If the indicator color is green, it's bullish. Red is bearish. This will be improved over time with more indicators.