| Contents | Index |
bolling(Asset, Samples, Alpha) [Movavgv, UpperBand, LowerBand] = bolling(Asset, Samples, Alpha, Width)
Asset | Vector of asset data. |
Samples | Number of samples to use in computing the moving average. |
Alpha | (Optional) Exponent used to compute the element weights of the moving average. Default = 0 (simple moving average). |
Width | (Optional) Number of standard deviations to include in the envelope. A multiplicative factor specifying how tight the bands should be around the simple moving average. Default = 2. |
bolling(Asset, Samples, Alpha, Width) plots Bollinger bands for given Asset data. This form of the function does not return any data.
[Movavgv, UpperBand, LowerBand] = bolling(Asset, Samples, Alpha, Width) returns Movavgv with the moving average of the Asset data, UpperBand with the upper band data, and LowerBand with the lower band data. This form of the function does not plot any data.
If Asset is a column vector of closing stock prices
bolling(Asset, 20, 1)
plots linear 20-day moving average Bollinger bands based on the stock prices.
[Movavgv, UpperBand, LowerBand] = bolling(Asset, 20, 1)
returns Movavgv, UpperBand, and LowerBand as vectors containing the moving average, upper band, and lower band data, without plotting the data.
candle | dateaxis | highlow | movavg | pointfig
View demos and recorded presentations led by industry experts.
Now On Demand
Network with industry peers and learn the latest applications of the leading software product for computational finance.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |