addTA {quantmod}R Documentation

Add Technical Indicator to Chart

Description

Functions to add technical indicators to a chart.

Details

The general mechanism to add technical analysis studies or overlays to a financial chart created with chartSeries.

All technical functionality is via the TTR package.

Current technical indicators include:

See the individual functions for specific implementation and argument details. Details of the underlying TTR implementations can be found in TTR.

Value

Called for its side effects, an object to class chobTA will be returned invisibly. If called from the R command line the method will draw the appropriate indicator on the current chart.

Author(s)

Jeffrey A. Ryan

References

Josh Ulrich - TTR package


[Package quantmod version 0.3-2 Index]