Skip to content

Commit

Permalink
Fixing the message boxes.
Browse files Browse the repository at this point in the history
  • Loading branch information
cinar committed Jan 15, 2024
1 parent 09773ea commit 8772ec1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 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 8772ec1

Please sign in to comment.