addSAR: Add Parabolic Stop and Reversal to Chart

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

Description

Add Parabolic Stop and Reversal indicator overlay to chart.

Usage

1
addSAR(accel = c(0.02, 0.2), col = "blue")

Arguments

accel

Accelleration factors - see SAR

col

color of points (optional)

Details

see 'SAR' in TTR for specific details and references.

Value

A SAR overlay will be drawn on the current chart. A chobTA object will be returned silently.

Author(s)

Jeffrey A. Ryan

References

see SAR in TTR written by Josh Ulrich

See Also

addTA

Examples

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

## End(Not run)

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