You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,12 @@
8
8
9
9
Indicator is a Golang module providing various stock technical analysis indicators, strategies, and a backtest framework for trading.
10
10
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
+
11
17
*I also have a TypeScript version of this module now at [Indicator TS](https://github.com/cinar/indicatorts).*
0 commit comments