| pp.TTR.multmacd {pprobeSup} | R Documentation |
Creates an object like the input prices containing MACD values.
pp.TTR.multmacd(x, ...)
x |
a matrix or |
... |
additional arguments to the |
This is a wrapper for the MACD
function in the TTR package.
an object like the input x but with values from the
signal column from the output of MACD.
Not formally tested.
This help file was last revised 2013 May 02.
MACD, pp.TTR.multsymbol.
require(pprobeData) xa.macd <- pp.TTR.multmacd(xassetPrices)