addMACD: Add Moving Average Convergence Divergence to Chart

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

Add Moving Average Convergence Divergence indicator to chart.

Usage

1
addMACD(fast = 12, slow = 26, signal = 9, type = "EMA", histogram = TRUE, col)

Arguments

fast

fast period

slow

slow period

signal

signal period

type

type of MA to use. Single values will be replicated

histogram

include histogram

col

colors to use for lines (optional)

Details

See and 'MACD' in TTR for specific details and implementation references.

Value

A MACD indicator will be draw in a new window on the current chart. A chobTA object will be returned silently.

Author(s)

Jeffrey A. Ryan

References

see MACD in TTR written by Josh Ulrich

See Also

addTA

Examples

1
2
3
4
## Not run: 
addMACD()

## End(Not run)

R-Finance/quantmod documentation built on May 8, 2019, 4:49 a.m.