Skip to content

Implement Zig Zag Indicator #317

@cinar

Description

@cinar

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

  • enhancement

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions