wuhkuh / talib

Technical Analysis Library written in Elixir
MIT License
18 stars 11 forks source link

Talib.MovingAverage #7

Open madshargreave opened 6 years ago

madshargreave commented 6 years ago

The module Talib.MovingAverage is references throughout the codebase, but is not implemented anywhere

wuhkuh commented 6 years ago

The master branch is currently unused - it will be overwritten by PR #6 once I get to it.

The scope of this project is to be a 'rewrite' of Talib for Elixir, as I am both not satisfied with Talib and the way Elixir handles math. The functions will be written as NIFs with some R syntax like the value :NA when there's not enough data for some indicators.

To clarify: this is not a port.

My schedule is filled at this moment, so as you can imagine: this might take quite some time. I've got some NIFs working locally but I have yet to set up some more things before I publish this. Again, I'm referring to #6.

I will close this issue when the develop branch is merged into the master branch, to prevent confusion.

masterkain commented 3 years ago

I guess this library is not useable at the moment?