hmG3 / Tulip.NETCore

πŸ“ˆ A modern port to .NET (C#) of Tulip Indicators

Home Page:https://hmg3.github.io/TaTooIne

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tulip Indicators for .NET Core

Tulip.NETCore is an unofficial .NET port of the Tulip Indicators (TI) - 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 GNU Lesser General Public License v3.0. 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 Tulip.NETCore 0.8 is provided by the Tulip.NETCore NuGet package. To install it, run the following command in the Package Manager Console:

    Install-Package Tulip.NETCore

or in .NET Core CLI:

    dotnet add package Tulip.NETCore

Updates and bug fixes

For more recent versions please refer to:

About

πŸ“ˆ A modern port to .NET (C#) of Tulip Indicators

https://hmg3.github.io/TaTooIne

License:GNU Lesser General Public License v3.0


Languages

Language:C# 100.0%