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