Skip to content

Implement Stochastic Momentum Index (SMI) #311

@cinar

Description

@cinar

Description

A refined version of the stochastic oscillator that measures the position of close relative to the midpoint of the high/low range.

Implementation Logic

Find the rolling dynamic midpoint of the High/Low range. Pass both the relative close distance and the total high/low range through two sets of deeply nested double EMAs concurrently. Ensure goroutines for these nested channels are carefully synchronized to avoid deadlocks.

Suggested Package

momentum

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