Merge branch 'dev'

This commit is contained in:
Miha Kralj
2026-03-13 13:47:10 -07:00
404 changed files with 2754 additions and 1763 deletions
+2 -4
View File
@@ -13,9 +13,7 @@
| **PineScript** | [psar.pine](psar.pine) |
- The Parabolic Stop And Reverse (PSAR) is a trend-following overlay indicator created by J.
- Parameterized by `afStart` (default 0.02), `afIncrement` (default 0.02), `afMax` (default 0.20).
- Output range: Varies (see docs).
- Requires `1` bars of warmup before first valid output (IsHot = true).
- **Similar:** [Super](../../dynamics/super/Super.md), [Chandelier](../chandelier/Chandelier.md) | **Complementary:** ADX for trend confirmation | **Trading note:** Wilder's Parabolic SAR; trailing stop that accelerates. Dots flip on reversal. Classic trend-following exit.
- Validated against TA-Lib, Skender, and Tulip reference implementations where available.
## Introduction
@@ -157,4 +155,4 @@ Note: Different libraries may vary on first-bar initialization (close > open vs.
- Wilder, J. W. Jr. (1978). *New Concepts in Technical Trading Systems*. Trend Research. ISBN 978-0894590276.
- Kaufman, P. J. (2013). *Trading Systems and Methods*, 5th ed. Wiley. Chapter on Parabolic Time/Price System.
- StockCharts.com. "Parabolic SAR." ChartSchool Technical Indicators.
- StockCharts.com. "Parabolic SAR." ChartSchool Technical Indicators.