Packages

Trading technical indicators library for Gleam. SMA, EMA, MACD, RSI, Stochastic, Bollinger Bands, ATR, VWAP, OBV.

Current section

Files

Jump to
ursatoro src ursatoro.app.src
Raw

src/ursatoro.app.src

{application, ursatoro, [
{vsn, "1.0.0"},
{applications, [bigdecimal,
gleam_community_maths,
gleam_deque,
gleam_stdlib]},
{description, "Trading technical indicators library for Gleam. SMA, EMA, MACD, RSI, Stochastic, Bollinger Bands, ATR, VWAP, OBV."},
{modules, [ursatoro,
ursatoro@@main,
ursatoro@candle,
ursatoro@filter,
ursatoro@microstructure,
ursatoro@momentum,
ursatoro@trend,
ursatoro@util,
ursatoro@volatility,
ursatoro@volume]},
{registered, []}
]}.