Skip to content

Commit cbdf8d5

Browse files
authored
Added a note on version v2. (#132)
Quick note on version v2 development, and the goals behind it.
1 parent 9470ae1 commit cbdf8d5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88

99
Indicator is a Golang module providing various stock technical analysis indicators, strategies, and a backtest framework for trading.
1010

11+
> 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:
12+
>
13+
> - Achieving and maintaining 100% code coverage, along with test files for each indicator and strategy.
14+
> - Operating on data streams (Go channels) for both inputs and outputs.
15+
> - Supporting all numeric formats using Golang generics.
16+
1117
*I also have a TypeScript version of this module now at [Indicator TS](https://github.com/cinar/indicatorts).*
1218

1319
## Indicators Provided

0 commit comments

Comments
 (0)