Technical analysis library.
- Moving Average (SMA, EMA, CMA, and WMA)
- RSI
- MACD
- Stochastic oscillator
- ...
(The list to be completed)]
Examples can be found in documents and in test modules.
The package can be installed
by adding talib
to your list of dependencies in mix.exs
:
def deps do
[
{:talib, "~> 0.3.6"}
]
end