mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-20 19:48:05 +00:00
Merge branch 'dev'
This commit is contained in:
@@ -14,8 +14,6 @@
|
||||
|
||||
- Fibonacci Pivot Points apply Fibonacci retracement ratios (38.2%, 61.8%, 100%) to the standard pivot point formula.
|
||||
- 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
|
||||
@@ -118,4 +116,4 @@ Excellent SIMD candidate — all 7 output levels are independent. BatchAll span
|
||||
- **Outputs**: 7 (PP, R1, R2, R3, S1, S2, S3)
|
||||
- **Input**: TBar (OHLCV)
|
||||
- **Complexity**: O(1) per bar
|
||||
- **Uses FMA**: `Math.FusedMultiplyAdd` for R1/S1/R2/S2 computations
|
||||
- **Uses FMA**: `Math.FusedMultiplyAdd` for R1/S1/R2/S2 computations
|
||||
Reference in New Issue
Block a user