Skip to content

Commit 3d0ac71

Browse files
committed
Add Readme
1 parent ecc0f41 commit 3d0ac71

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Technical Analysis Library for .NET Core
2+
3+
TALib.NETCore is an **unofficial** .NET Core port of the Technical Analysis Library (Ta-Lib) - open-source ANSI C library of functions for technical analysis of financial time series data. It has written entirely in C# for the .NET platform. This repository contains the source code of the last version of the library released under GNU Lesser General Public License v3.0. This makes it free to use, even in commercial projects, with some restrictions.
4+
5+
[![License](https://img.shields.io/github/license/hmG3/TA-Lib.NETCore?logo=open-source-initiative)](https://opensource.org/licenses/LGPL-3.0)
6+
[![NuGet](https://img.shields.io/nuget/v/TALib.NETCore.svg?logo=nuget)](https://nuget.org/packages/TALib.NETCore)
7+
![Build Status](https://github.com/hmG3/TA-Lib.NETCore/workflows/.NET%20Core/badge.svg)
8+
[![Coverage Status](https://codecov.io/gh/hmG3/TA-Lib.NETCore/branch/master/graph/badge.svg)](https://codecov.io/gh/hmG3/TA-Lib.NETCore)
9+
10+
## Supported Frameworks
11+
12+
- netstandard2.1
13+
14+
## Installation
15+
16+
A compiled binary of TALib.NETCore 0.4 is provided by the `TALib.NETCore` NuGet package. To install it, run the following command in the Package Manager Console:
17+
18+
```shell
19+
Install-Package TALib.NETCore
20+
```
21+
22+
or in .NET Core CLI:
23+
24+
```shell
25+
dotnet add package TALib.NETCore
26+
```
27+
28+
## Updates and bug fixes
29+
30+
For more recent versions please refer to:
31+
32+
- [Homepage of TA-Lib](https://ta-lib.org/)
33+
- [Official SVN repository](https://svn.code.sf.net/p/ta-lib/code/trunk/ta-lib/c/)
34+
- [Unofficial GitHub repository "TA-Lib/ta-lib"](https://github.com/TA-Lib/ta-lib)

0 commit comments

Comments
 (0)