From ad98abed4084f096b4c503a7bdfb1f5ec4da00d0 Mon Sep 17 00:00:00 2001 From: Onur Cinar Date: Thu, 7 Dec 2023 08:47:26 -0800 Subject: [PATCH] Added a note on version v2. Quick note on version v2 development, and the goals behind it. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 962c217..9627ba5 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ Indicator is a Golang module providing various stock technical analysis indicators, strategies, and a backtest framework for trading. +> 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 100% code coverage, along with test files for each indicator and strategy. +> - Operating on data streams (Go channels) for both inputs and outputs. +> - Supporting all numeric formats using Golang generics. + *I also have a TypeScript version of this module now at [Indicator TS](https://github.com/cinar/indicatorts).* ## Indicators Provided