Skip to content

Incremental Technical Indicators #16

@femtotrader

Description

@femtotrader

Hello,

I wonder what is your opinion about implementing incremental technical indicators ie using O(1) memory
Somethink like https://github.com/nardew/talipp could be great
I haven't found any comparable library in Julia.

Let's try for exemple with a simple SMA ?

Here is some sample data for testing

close	sma5
34,5	
34,5	
34,37	
34,56	
34,5	34,486
34,37	34,46
34,31	34,422
34,31	34,41
34,25	34,348
34,37	34,322

I think building something on top of OnlineStats could be interesting

a MovingWindow is required and a Sum also.

Pinging @joshday @tbreloff @Hua-Zhou

Maybe we could start a list from simpler to implement to harder.

Kind regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions