mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-12 23:58:04 +00:00
feat(dynamics): add PTA - Ehlers Precision Trend Analysis
TASC Sep 2024. Dual 2-pole Butterworth highpass bandpass for near-zero-lag trend extraction. HP(long) - HP(short) preserves cycles between shortPeriod and longPeriod. - Core: Pta.cs with O(1) streaming, Span batch, state rollback - Quantower: PtaIndicator adapter with LineSeries + SetValue - Tests: 31 lib + 11 Quantower (all passing) - Pine: pta.pine PineScript v6 reference - Docs: Pta.md canonical template v3 - Python: Exports.Generated.cs + _bridge.py + dynamics.py - Indexes: _sidebar.md, lib/_index.md, dynamics/_index.md, docs/indicators.md, docs/pinescript.md
This commit is contained in:
@@ -202,6 +202,7 @@
|
||||
* [PFE - Polarized Fractal Efficiency](/lib/dynamics/pfe/Pfe.md)
|
||||
* [PLUS_DI - Plus Directional Indicator](/lib/dynamics/plusdi/PlusDi.md)
|
||||
* [PLUS_DM - Plus Directional Movement](/lib/dynamics/plusdm/PlusDm.md)
|
||||
* [PTA - Ehlers Precision Trend Analysis](/lib/dynamics/pta/Pta.md)
|
||||
* [QSTICK - Qstick Indicator](/lib/dynamics/qstick/Qstick.md)
|
||||
* [RAVI - Chande Range Action Verification Index](/lib/dynamics/ravi/Ravi.md)
|
||||
* [SUPER - SuperTrend](/lib/dynamics/super/Super.md)
|
||||
|
||||
Reference in New Issue
Block a user