Skip to content

Commit b63ddec

Browse files
committed
fix(readme): update readme, include new indexes
1 parent c9dbe68 commit b63ddec

File tree

4 files changed

+21
-11
lines changed

4 files changed

+21
-11
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"lookback",
44
"OHLC",
55
"OHLCV",
6+
"Onik",
7+
"Sahakyan",
8+
"serde",
69
"Stoch",
710
"uptrending"
811
]

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "indexes-rs"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
edition = "2021"
55
license = "MIT"
66
authors = ["Onik Sahakyan <os@flicker.finance|onik.sahakyan.09@gmail.com>"]
@@ -15,4 +15,4 @@ rust-version = "1.70"
1515

1616
[dependencies]
1717
approx = "0.5.1"
18-
serde = { version = "1.0.217", features = ["derive"] }
18+
serde = { version = "1.0.219", features = ["derive"] }

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# indexes-rs
22

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).
44

55
[![Crates.io](https://img.shields.io/crates/v/indexes-rs.svg)](https://crates.io/crates/indexes-rs)
66
[![Documentation](https://docs.rs/indexes-rs/badge.svg)](https://docs.rs/indexes-rs)
77
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
88

9-
Developed by [Flicker Finance<Onik>](https://flicker.finance)
9+
Developed and maintained by [Flicker](https://flicker.finance)
1010

1111
## Features
1212

@@ -22,13 +22,20 @@ Currently supported technical indicators:
2222
- SMA (Simple Moving Average)
2323
- Stochastic Oscillator
2424
- 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
2532

2633
## Usage
2734

2835
Add this to your `Cargo.toml`:
2936
```toml
3037
[dependencies]
31-
indexes-rs = "0.1.0"
38+
indexes-rs = "1.0.1"
3239
```
3340

3441
Basic example:
@@ -50,4 +57,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
5057
Contributions are welcome! Please feel free to submit a Pull Request.
5158

5259
---
53-
Developed and maintained by [Flicker Finance](https://flicker.finance)
60+

0 commit comments

Comments
 (0)