Add Parabolic Stop and Reversal to Chart
Add Parabolic Stop and Reversal indicator overlay to chart.
addSAR(accel = c(0.02, 0.2), col = "blue")
accel |
Accelleration factors - see SAR |
col |
color of points (optional) |
see 'SAR' in TTR for specific details and references.
A SAR overlay will be drawn on the current chart. A chobTA object will be returned silently.
Jeffrey A. Ryan
see SAR in TTR written by Josh Ulrich
## Not run: addSAR() ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.