Add PWMA implementation and tests; enhance documentation

This commit is contained in:
Miha Kralj
2025-12-13 20:21:21 -08:00
parent 60227a23c1
commit 4b17984cfd
38 changed files with 3506 additions and 25 deletions
+15
View File
@@ -0,0 +1,15 @@
# Reversals
Tools indicating potential reversals, support/resistance, or pivot points.
| Indicator | Full Name | Description |
| :--- | :--- | :--- |
| FRACTALS | Williams Fractals | |
| PIVOT | Pivot Points (Classic) | |
| PIVOTCAM | Camarilla Pivot Points | |
| PIVOTDEM | DeMark Pivot Points | |
| PIVOTEXT | Extended Traditional Pivots | |
| PIVOTFIB | Fibonacci Pivot Points | |
| PIVOTWOOD | Woodie's Pivot Points | |
| PSAR | Parabolic Stop And Reverse | |
| SWINGS | Swing High/Low Detection | |