An open API service indexing awesome lists of open source software.

https://github.com/hunjixin/ta-lib

talib implementation in zig
https://github.com/hunjixin/ta-lib

talib zig

Last synced: 12 months ago
JSON representation

talib implementation in zig

Awesome Lists containing this project

README

          

# ta-lib
ta lib implementation in zig

most of code is ported from go-implementation https://github.com/markcheno/go-talib

refrence: https://ta-lib.org/functions/

## Progress

- [x] BBands
- [x] Dema
- [x] Ema
- [x] HtTrendline
- [x] Kama
- [x] Mama
- [x] MaVp
- [x] MidPoint
- [x] MidPrice
- [x] Sar
- [x] SarExt
- [x] Sma
- [x] T3
- [x] Tema
- [x] Trima
- [x] Wma
- [x] Adx
- [x] AdxR
- [x] Apo
- [x] Aroon
- [x] AroonOsc
- [x] Bop
- [x] Cmo
- [x] Cci
- [x] Dx
- [x] Macd
- [x] MacdExt
- [x] MacdFix
- [x] MinusDI
- [x] MinusDM
- [x] Mfi
- [x] Mom
- [x] PlusDI
- [x] PlusDM
- [x] Ppo
- [x] Rocp
- [x] Roc
- [x] Rocr
- [x] Rocr100
- [x] Rsi
- [x] Stoch
- [x] StochF
- [x] StochRsi
- [x] Trix
- [x] UltOsc
- [x] WillR
- [x] Ad
- [x] AdOsc
- [x] Obv
- [x] Atr
- [x] Natr
- [x] TRange
- [x] AvgPrice
- [x] MedPrice
- [x] TypPrice
- [x] WclPrice
- [x] HtDcPeriod
- [x] HtDcPhase
- [x] HtPhasor
- [x] HtSine
- [x] HtTrendMode
- [x] Beta
- [x] Correl
- [x] LinearReg
- [x] LinearRegAngle
- [x] LinearRegIntercept
- [x] LinearRegSlope
- [x] StdDev
- [x] Tsf
- [x] Var
- [x] Acos
- [x] Asin
- [x] Atan
- [x] Ceil
- [x] Cos
- [x] Cosh
- [x] Exp
- [x] Floor
- [x] Ln
- [x] Log10
- [x] Sin
- [x] Sinh
- [x] Sqrt
- [x] Tan
- [x] Tanh
- [x] Add
- [x] Div
- [x] Max
- [x] MaxIndex
- [x] Min
- [x] MinIndex
- [x] MinMax
- [x] MinMaxIndex
- [x] Mult
- [x] Sub
- [x] Sum