From 09773ea51d3492213494435d8107b5bf059d1289 Mon Sep 17 00:00:00 2001 From: Onur Cinar Date: Mon, 15 Jan 2024 15:27:32 -0800 Subject: [PATCH 1/2] Fixing the message boxes. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6264655..f866e6f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Indicator is a Golang module providing various stock technical analysis indicato > - 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). 👆 Indicators Provided From 8772ec1696652016debc26f7b67e230a1cd8b243 Mon Sep 17 00:00:00 2001 From: Onur Cinar Date: Mon, 15 Jan 2024 15:28:59 -0800 Subject: [PATCH 2/2] Fixing the message boxes. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f866e6f..9ad2c82 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ 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. @@ -13,7 +14,8 @@ Indicator is a Golang module providing various stock technical analysis indicato > - 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 ----------------------