Skip to content

Implement Klinger Volume Oscillator (KVO) #309

@cinar

Description

@cinar

Description

A volume-based oscillator that identifies long-term money flow trends using EMA differences.

Implementation Logic

Compute Volume Force (VF) by evaluating the trend direction using a series of if/then conditionals. Pipeline the resulting VF stream into two concurrent EMA structs—a short-period (e.g., 34) and a long-period (e.g., 55) EMA. Return the difference between the two EMA channels.

Suggested Package

volume

Labels

  • enhancement

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions