Skip to content

Commit

Permalink
Doc fix (#135)
Browse files Browse the repository at this point in the history
# Describe Request

Updating the message boxes.

# Change Type

Documentation change.
  • Loading branch information
cinar authored Jan 15, 2024
1 parent dd2579e commit 0375b94
Showing 1 changed file with 5 additions and 3 deletions.
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

0 comments on commit 0375b94

Please sign in to comment.