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
- Host: GitHub
- URL: https://github.com/hunjixin/ta-lib
- Owner: hunjixin
- License: mit
- Created: 2025-05-18T13:32:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-06T01:16:25.000Z (about 1 year ago)
- Last Synced: 2025-07-02T01:36:12.591Z (12 months ago)
- Topics: talib, zig
- Language: Zig
- Homepage:
- Size: 431 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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