femtotrader / TALib.jl

A Julia wrapper for TA-Lib
Other
52 stars 11 forks source link

A pure Julia Technical analysis package #7

Closed femtotrader closed 8 months ago

femtotrader commented 8 years ago

A pure Julia Technical analysis package may also be considered (instead of relying on TA-Lib

What about

femtotrader commented 7 years ago

See also https://github.com/dysonance/Indicators.jl

maybe it could be used to compare results in unit testing

femtotrader commented 7 years ago

Maybe on the other side, TALib.jl could be use to compare results of Indicators.jl Pinging @dysonance

dysonance commented 7 years ago

@femtotrader Already talked about this briefly in the mentioned issue above, but yeah I did work fairly extensively on trying to replicate much of the functionality in TA-Lib in pure Julia. As I haven't made use of TA-Lib in quite some time, if there's something in there that you feel is missing, please throw up a GitHub issue and I (or we) can get cracking on implementing it!

femtotrader commented 8 months ago

Closing as we also have now IncTA.jl.