Skip to content

📈 A modern port to .NET (C#) of Technical Analysis Library

License

Notifications You must be signed in to change notification settings

markhammond/TA-Lib.NETCore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Technical Analysis Library for .NET

TALib.NETCore is an unofficial .NET port of the Technical Analysis Library (TA-Lib) - open-source ANSI C library 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 latest version of the library released under The 3-Clause BSD License. This makes it free to use, even in commercial projects, with some restrictions.

License NuGet NuGet Build Status Coverage status Code quality

Supported frameworks

  • .NET 8

Installation

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

Updates and bug fixes

For more recent versions please refer to:

About

📈 A modern port to .NET (C#) of Technical Analysis Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%