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
+13-5Lines changed: 13 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,16 @@
1
1
# Technical Analysis Library for .NET
2
2
3
-
TALib.NETCore is an independent .NET adaptation of the renowned Technical Analysis Library (TA-Lib) originally developed by Mario Fortier - an open-source ANSI C library, which offers a comprehensive suite of functions for technical analysis of financial time series data. \
4
-
It is written entirely in C# for the .NET platform. This repository contains the source code of the library's latest version, licensed under The GNU Lesser General Public License. This license allows the library to be freely used, including in commercial projects, subject to certain conditions. \
3
+
``TALib.NETCore`` is an independent .NET adaptation of the renowned Technical Analysis Library (TA-Lib) originally developed by Mario Fortier -
4
+
an open-source ANSI C library, which offers a comprehensive suite of functions for technical analysis of financial time series data. \
5
+
It is written entirely in C# with zero dependencies for the .NET platform.
6
+
This repository contains the source code of the library's latest version, licensed under The GNU Lesser General Public License.
7
+
This license allows the library to be freely used, including in commercial projects, subject to certain conditions.
@@ -16,7 +19,8 @@ It is written entirely in C# for the .NET platform. This repository contains the
16
19
17
20
## Installation
18
21
19
-
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:
22
+
A compiled binary of the library is provided by the `TALib.NETCore` NuGet package.
23
+
To install it, run the following command in the Package Manager Console:
20
24
21
25
```shell
22
26
Install-Package TALib.NETCore
@@ -28,6 +32,10 @@ or in .NET Core CLI:
28
32
dotnet add package TALib.NETCore
29
33
```
30
34
35
+
## Documentation
36
+
37
+
Read the [DOCS](https://hmG3.github.io/TA-Lib.NETCore) for more information on how to use the library.
0 commit comments