talib_ex v1.0.0 Talibex

Link to this section Summary

Link to this section Types

Link to this type series()
series() :: [float | nil]

Link to this section Functions

Link to this function macd(close, fast \\ 12, slow \\ 26, signal \\ 9)
macd(series, integer, integer, integer) :: series

MACD histogram

Link to this function obv(close, volume)
obv(series, series) :: series

On-balance volume

Link to this function rsi(close, period \\ 14)
rsi(series, integer) :: series

Relative strength index