Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc fix #135

Merged
merged 2 commits into from
Jan 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@ Indicator Go

Indicator is a Golang module providing various stock technical analysis indicators, strategies, and a backtest framework for trading.

> [!IMPORTANT] I have recently started working on the [v2 version](https://github.com/cinar/indicator/tree/v2). It is a complete rewrite of the library with the following goals:
> [!IMPORTANT]
> I have recently started working on the [v2 version](https://github.com/cinar/indicator/tree/v2). It is a complete rewrite of the library with the following goals:
>
> - Achieving and maintaining minimum of 90% code coverage.
> - Having test data in CSV format for each indicator and strategy for easyt validation.
> - Operating on data streams (Go channels) for both inputs and outputs.
> - Having each indicator and strategy fully configurable with no preset values.
> - Supporting all numeric formats using Golang generics.
>
> [!NOTE] I also have a TypeScript version of this module now at [Indicator TS](https://github.com/cinar/indicatorts).
> [!NOTE]
> I also have a TypeScript version of this module now at [Indicator TS](https://github.com/cinar/indicatorts).
👆 Indicators Provided
----------------------
Expand Down
Loading