help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: function bolling


From: Doug Stewart
Subject: Re: function bolling
Date: Sun, 9 Dec 2018 09:13:04 -0500



On Sun, Dec 9, 2018 at 9:09 AM gigiolone123 <address@hidden> wrote:
i'm using this function

Function File: bolling (asset, samples)
Function File: bolling (asset, samples, alpha)
Function File: bolling (asset, samples, alpha, width)
Function File: [movavg, upperband, lowerband] = bolling (asset, samples,
...)
If no output is requested, plot the bollinger bands of the asset. If output
is requested, return the values for the bollinger bands. If given, alpha is
the weighting power of the moving average; 0 (default) is the simple moving
average, see movavg for the full definition. width is the number of standard
deviations to plot above and below the moving average (default: 2).


i read this  but i don't understand what is ASSET and SAMPLE..(in the
documentation i don't see it)

'Asset' is a array? and 'samples' is period?

i set Asset with matrix but it don't correct...it  need array(n)  and not
matrix(n,m)





--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



Since I don't know anything about bolling, i went to:

https://www.mathworks.com/help/finance/bollinger.html

There is an example there, try it!
--
DASCertificate for 206392


reply via email to

[Prev in Thread] Current Thread [Next in Thread]