mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-26 14:28:05 +00:00
v0.8.6: update indicator docs, ndepend tooling, ALMA refactor, gitignore cleanup
This commit is contained in:
@@ -14,8 +14,6 @@
|
||||
|
||||
- ACCEL measures the rate of change of velocity—the acceleration of a time series.
|
||||
- No configurable parameters; computation is stateless per bar.
|
||||
- Output range: Varies (see docs).
|
||||
- Requires `3` bars of warmup before first valid output (IsHot = true).
|
||||
- Validated against TA-Lib, Skender, and Tulip reference implementations where available.
|
||||
|
||||
ACCEL measures the rate of change of velocity—the acceleration of a time series. As the second derivative, it reveals momentum shifts before they manifest in price direction. Positive acceleration means velocity is increasing (trend strengthening); negative means velocity is decreasing (trend weakening). This O(1) streaming implementation uses FMA optimization and SIMD batch processing.
|
||||
@@ -187,4 +185,4 @@ ACCEL is a fundamental operation. Validation confirms exact match with manual ca
|
||||
|
||||
- Newton, Isaac. (1687). "Philosophiæ Naturalis Principia Mathematica."
|
||||
- Numerical Methods: Finite Difference Approximations.
|
||||
- Murphy, John J. (1999). "Technical Analysis of the Financial Markets."
|
||||
- Murphy, John J. (1999). "Technical Analysis of the Financial Markets."
|
||||
Reference in New Issue
Block a user