File tree Expand file tree Collapse file tree 4 files changed +21
-11
lines changed Expand file tree Collapse file tree 4 files changed +21
-11
lines changed Original file line number Diff line number Diff line change 3
3
" lookback" ,
4
4
" OHLC" ,
5
5
" OHLCV" ,
6
+ " Onik" ,
7
+ " Sahakyan" ,
8
+ " serde" ,
6
9
" Stoch" ,
7
10
" uptrending"
8
11
]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " indexes-rs"
3
- version = " 1.0.0 "
3
+ version = " 1.0.1 "
4
4
edition = " 2021"
5
5
license = " MIT"
6
6
authors = [" Onik Sahakyan <os@flicker.finance|onik.sahakyan.09@gmail.com>" ]
@@ -15,4 +15,4 @@ rust-version = "1.70"
15
15
16
16
[dependencies ]
17
17
approx = " 0.5.1"
18
- serde = { version = " 1.0.217 " , features = [" derive" ] }
18
+ serde = { version = " 1.0.219 " , features = [" derive" ] }
Original file line number Diff line number Diff line change 1
1
# indexes-rs
2
2
3
- A Rust library providing a comprehensive collection of technical analysis indicators for financial market analysis.
3
+ A Rust library providing a comprehensive collection of technical analysis indicators for financial market analysis(especially crypto market analysis) .
4
4
5
5
[ ![ Crates.io] ( https://img.shields.io/crates/v/indexes-rs.svg )] ( https://crates.io/crates/indexes-rs )
6
6
[ ![ Documentation] ( https://docs.rs/indexes-rs/badge.svg )] ( https://docs.rs/indexes-rs )
7
7
[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
8
8
9
- Developed by [ Flicker Finance< Onik > ] ( https://flicker.finance )
9
+ Developed and maintained by [ Flicker] ( https://flicker.finance )
10
10
11
11
## Features
12
12
@@ -22,13 +22,20 @@ Currently supported technical indicators:
22
22
- SMA (Simple Moving Average)
23
23
- Stochastic Oscillator
24
24
- Support and Resistance Levels
25
+ - OBV (On Balance Volume)
26
+ - MFI (Money Flow Index)
27
+ - Parabolic SAR (Stop and Reverse)
28
+ - ADX (Average Directional Index)
29
+ - CCI (Commodity Channel Index)
30
+ - Williams %R
31
+ - Standard Deviation
25
32
26
33
## Usage
27
34
28
35
Add this to your ` Cargo.toml ` :
29
36
``` toml
30
37
[dependencies ]
31
- indexes-rs = " 0. 1.0"
38
+ indexes-rs = " 1.0.1 "
32
39
```
33
40
34
41
Basic example:
@@ -50,4 +57,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
50
57
Contributions are welcome! Please feel free to submit a Pull Request.
51
58
52
59
---
53
- Developed and maintained by [ Flicker Finance ] ( https://flicker.finance )
60
+
You can’t perform that action at this time.
0 commit comments