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.
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. \
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:
Install-Package TALib.NETCore
or in .NET Core CLI:
dotnet add package TALib.NETCore