File: addADX.Rd

package info (click to toggle)
r-cran-quantmod 0.4.28-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 984 kB
  • sloc: makefile: 2
file content (30 lines) | stat: -rw-r--r-- 687 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
\name{addADX}
\alias{addADX}
\title{ Add Directional Movement Index }
\description{
Add Directional Movement Index
}
\usage{
addADX(n = 14, maType="EMA", wilder=TRUE)
}
\arguments{
  \item{n}{ periods to use for DX calculation}
  \item{maType}{ moving average type }
  \item{wilder}{ should Welles Wilder EMA be used? }
}
\details{
See 'ADX' in \pkg{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.
}
\references{ see ADX in \pkg{TTR} written by Josh Ulrich }
\author{Jeffrey A. Ryan }
\seealso{ \code{\link{addTA}} }
\examples{
\dontrun{
addADX()
}
}
\keyword{utilities}