Description
A chart pattern recognition indicator that identifies significant price reversals using line simplification.
Implementation Logic
Architectural shift required. Because it is a non-causal (repainting) indicator, it violates forward-streaming paradigms. Implement Ramer-Douglas-Peucker line simplification logic. You will need to emit structured updates containing both an Index and a Value to allow consumers to overwrite past array indices.
Suggested Package
trend
Labels
Description
A chart pattern recognition indicator that identifies significant price reversals using line simplification.
Implementation Logic
Architectural shift required. Because it is a non-causal (repainting) indicator, it violates forward-streaming paradigms. Implement Ramer-Douglas-Peucker line simplification logic. You will need to emit structured updates containing both an Index and a Value to allow consumers to overwrite past array indices.
Suggested Package
trendLabels