addADX: Add Directional Movement Index

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

Description

Add Directional Movement Index

Usage

1
addADX(n = 14, maType="EMA", wilder=TRUE)

Arguments

n

periods to use for DX calculation

maType

moving average type

wilder

should Welles Wilder EMA be used?

Details

See 'ADX' in TTR for specific details and references.

Value

An ADX 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 ADX in TTR written by Josh Ulrich

See Also

addTA

Examples

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

## End(Not run)

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