3 releases

0.1.2 Mar 20, 2024
0.1.1 Mar 6, 2024
0.1.0 Jan 28, 2024

#166 in Database implementations

Download history 14/week @ 2024-02-19 7/week @ 2024-02-26 164/week @ 2024-03-04 22/week @ 2024-03-11 182/week @ 2024-03-18 56/week @ 2024-03-25 126/week @ 2024-04-01 34/week @ 2024-04-08 14/week @ 2024-04-15 6/week @ 2024-04-22

192 downloads per month

MIT license

16KB
325 lines

rsi

rsi is a lightweight technical analysis library for calculating the Relative Strength index on dataframes.

This is built on the polars library as this is the fastest dataframe library out there

Usage

Quickstart

Add the following dependency to your Cargo.toml file:

[depenencies]
rsi = "0.0.1"

Support

If you need any specific features added or have any requests either contact me on discord or open an issue on the Repo


lib.rs:

Relative Strength Index for technical analysis.

Written by Xylex AI, 2024

Dependencies

~17–27MB
~432K SLoC