From d8e300f83809e1e42ef39769234563bd14dadbb0 Mon Sep 17 00:00:00 2001 From: Onur Cinar Date: Thu, 9 Jan 2025 03:14:43 +0000 Subject: [PATCH 1/2] Added Indicator Go and TypeScript libraries. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ccca624..694d709 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ A curated list of amazingly awesome financial libraries, resources and shiny thi - [Python](#python) - [R](#r) - [Ruby](#ruby) + - [TypeScript(#typescript) - [Others](#others) - [Books](#books) @@ -36,6 +37,7 @@ A curated list of amazingly awesome financial libraries, resources and shiny thi ### Go * [accounting](https://github.com/leekchan/accounting) - Money and currency formatting for golang. * [decimal](https://github.com/shopspring/decimal) - Arbitrary-precision fixed-point decimal numbers in go. +* [Indicator](https://github.com/cinar/indicator) - A Go library delivering a rich set of technical analysis indicators, customizable strategies, and a powerful backtesting framework. ### Java * [Coherent Logic FRED Client](http://www.coherentlogic.com/wordpress/?page_id=1362) @@ -84,6 +86,9 @@ A curated list of amazingly awesome financial libraries, resources and shiny thi * [money](https://github.com/RubyMoney/money) - A Ruby Library for dealing with money and currency conversion. * [yahoo-finance](https://github.com/herval/yahoo-finance) - Ruby's Yahoo Finance Wrapper. +### TypeScript +* [Indicator TS](https://github.com/cinar/indicatorts) - A TypeScript library delivering a rich set of technical analysis indicators, customizable strategies, and a powerful backtesting framework. + ### Others * [payment-webfont](https://github.com/orlandotm/payment-webfont) - An SVG webfont full of main payment system icons. From 1189348cd14db70ced9bf9eb748186c847bfb3aa Mon Sep 17 00:00:00 2001 From: Onur Cinar Date: Thu, 9 Jan 2025 03:15:11 +0000 Subject: [PATCH 2/2] Added Indicator Go and TypeScript libraries. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 694d709..447006e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ A curated list of amazingly awesome financial libraries, resources and shiny thi - [Python](#python) - [R](#r) - [Ruby](#ruby) - - [TypeScript(#typescript) + - [TypeScript](#typescript) - [Others](#others) - [Books](#books)