Skip to content

Acceleration Bands in TTR #138

@serkor1

Description

@serkor1

Hi @joshuaulrich

On the Finance Discord-server you (I believe) wrote that you are open for PRs adding indicators found in Ta-Lib but not available in TTR, and that we should open an issue to discuss the implementation. I would like to take a crack at adding Acceleration Bands.

The formula is simple (link):

Upper Band = SMA * (1 + (High - Low) / (SMA))
Lower Band = SMA * (1 - (High - Low) / (SMA))

I guess its a trivial exercise unless you want a C-implementation. How would you want it done?

Best,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions