mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-20 11:38:05 +00:00
Merge branch 'dev'
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user