From f4bf237e0b72e38a6969dcd4b181a1731af015d5 Mon Sep 17 00:00:00 2001 From: Steve Coffey Date: Wed, 18 Apr 2018 07:09:27 -0700 Subject: [PATCH] Add techan package (#1884) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 43bb525c..87d4a668 100644 --- a/README.md +++ b/README.md @@ -519,6 +519,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go-finance](https://github.com/alpeb/go-finance) - Library of financial functions for time value of money (annuities), cash flow, interest rate conversions, bonds and depreciation calculations. * [go-money](https://github.com/rhymond/go-money) - Implementation of Fowler's Money pattern. * [ofxgo](https://github.com/aclindsa/ofxgo) - Query OFX servers and/or parse the responses (with example command-line client). +* [techan](https://github.com/sdcoffey/techan) - Technical analysis library with advanced market analysis and trading strategies. * [transaction](https://github.com/claygod/transaction) - Embedded transactional database of accounts, running in multithreaded mode. * [vat](https://github.com/dannyvankooten/vat) - VAT number validation & EU VAT rates.