SUMMARY
The discussion centers on finding a solution for the Parabolic Stop and Reverse (SAR) equation, specifically SAR(n+1). The user seeks to eliminate SAR(n) from the equation and successfully derives the formula SAR(n) = (1-α)ⁿSAR₀ + (1-(1-α)ⁿ)EP, where SAR₀ is the initial value and EP is the extreme point. This formula demonstrates the recursive nature of the SAR calculation, emphasizing the impact of the smoothing factor α on the SAR values over time.
PREREQUISITES
- Understanding of Parabolic SAR and its application in trading
- Familiarity with recurrence relations in mathematics
- Knowledge of the smoothing factor α in time series analysis
- Basic grasp of extreme points (EP) in financial indicators
NEXT STEPS
- Research the mathematical properties of recurrence relations
- Explore advanced applications of Parabolic SAR in trading strategies
- Learn about the implications of different values of α on SAR calculations
- Investigate the relationship between SAR and other technical indicators
USEFUL FOR
Quantitative analysts, algorithmic traders, and anyone interested in technical analysis of financial markets will benefit from this discussion.