This is a trading item or a component that was created using QuantShare by one of our members.
This item can be downloaded and used by QuantShare Trading Software.
Trading items are of different types. There are data downloaders, trading indicators, trading systems, watchlists, composites/indices...
You can use this item and hundreds of others for free by downloading QuantShare.
Top Reasons Why You Should Use QuantShare:
Works with US and international markets (stock, forex, options, futures, ETF...)
Offers you the tools that will help you become a profitable trader
Allows you to implement any trading ideas
Exchange items and ideas with other QuantShare users
Our support team is very responsive and will answer any of your questions
We will implement any features you suggest
Very low price and much more features than the majority of other trading software
Introduced by John Andersen in a September 1996 article appearing in the 'Stock and Commodities' magazine, Standard Error Bands is an envelope whose bands are obtained by the calculation of the beta and alpha coefficients of linear regression. Standard Error Bands are used to measure the strength of a trend, and it is interpreted in a simple way.
Traders should rely on the continuation of the trend when the standard error bands are close to each other. When they begin to widen, this is a sign that the trend is beginning to lose strength because the market is overbought or oversold, and measures should therefore be taken expecting a reversal. As for ranging markets, they have a large envelope in which the prices tend to fluctuate.
The standard error bands function you can get here, named 'standard_error_bands', has three parameters. The first is the period over which the calculation is done, the second the period of a moving average used for smoothing, and the last is a multiplication coefficient, which you can adjust to vary the width of the envelope.
To create upper band:
standard_error_bands(21, 3, 1);
To create the middle band
standard_error_bands(21, 3, 0);
To create the lower band:
standard_error_bands(21, 3, -1);
The function calls two other functions named calcA and calcB, which you can get in the following locations: calcB calcA
>>>> More trading objects? click here to search for trading sytems, downloaders, screens, custom drawing tools, indicators... by country, market or style.