addMACD: Add Moving Average Convergence Divergence to Chart
Description
Add Moving Average Convergence Divergence indicator to chart.
Usage
addMACD(fast = 12, slow = 26, signal = 9, type = "EMA", histogram = TRUE, col)
Arguments
type
type of MA to use. Single values will be replicated
histogram
include histogram
col
colors to use for lines (optional)
Value
A MACD indicator will be draw in a new window on the
current chart. A chobTA object will be returned silently.
Details
See and 'MACD' in TTR for specific
details and implementation references.
References
see MACD in TTR written by Josh UlrichExamples
Run this code## Not run:
# addMACD()
# ## End(Not run)
Run the code above in your browser using DataLab