diff --git a/README.md b/README.md index 6264655..9ad2c82 100644 --- a/README.md +++ b/README.md @@ -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 ----------------------