Description : This strategy will enter a position when the following conditions are met: a) Main signal: When source data (ATR) diverts from its moving average value, and b) Confirmation: If predicted direction of trend is favorable. Assumptions : During periods of high price volatility, ATR diverts from its moving average value. Eventually, ATR should...
Original implementation idea of bands by: Traders issue: Stocks & Commodities V. 14:9 (375-379): Standard Error Bands by Jon Andersen Standard Error Bands are quite different than Bollinger's. First, they are bands constructed around a linear regression curve. Second, the bands are based on two standard errors above and below this regression line. The...
Standard Error Bands - Code by @XeL_arjona Original implementation by: Traders issue: Stocks & Commodities V. 14:9 (375-379): Standard Error Bands by Jon Andersen Version 1 For a quick and publicly open explanation of this Statistical indicator, you can refer at Here! Extract from the former URL: Standard Error bands are...
This indicator was originally developed by Paul Kirshenbaum, a mathematician with a Ph.D. in economics from New York University. It uses the standard error of linear regression lines of the closing price to determine band width. This has the effect of measuring volatility around the current trend, rather than measuring volatility for changes in trend. Good luck!