talib icon indicating copy to clipboard operation
talib copied to clipboard

Talib.MovingAverage

Open madshargreave opened this issue 8 years ago • 2 comments

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

madshargreave avatar Oct 19 '17 17:10 madshargreave

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.

wuhkuh avatar Oct 19 '17 18:10 wuhkuh

I guess this library is not useable at the moment?

masterkain avatar Apr 11 '21 10:04 masterkain