mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-25 05:48:06 +00:00
Merge branch 'dev'
This commit is contained in:
@@ -14,8 +14,6 @@
|
||||
|
||||
- Woodie's Pivot Points weight the closing price twice in the pivot calculation, biasing the central pivot toward where the market actually settled r...
|
||||
- No configurable parameters; computation is stateless per bar.
|
||||
- Output range: Varies (see docs).
|
||||
- Requires `2` bars of warmup before first valid output (IsHot = true).
|
||||
- Validated against TA-Lib, Skender, and Tulip reference implementations where available.
|
||||
|
||||
## Overview
|
||||
@@ -138,4 +136,4 @@ Full vectorization possible. All output levels computed from previous-bar consta
|
||||
- **Outputs**: 7 (PP, R1, R2, R3, S1, S2, S3)
|
||||
- **Input**: TBar (OHLCV)
|
||||
- **Complexity**: O(1) per bar
|
||||
- **Uses FMA**: `Math.FusedMultiplyAdd` for R1, S1, R3, S3 computations
|
||||
- **Uses FMA**: `Math.FusedMultiplyAdd` for R1, S1, R3, S3 computations
|
||||
Reference in New Issue
Block a user