Skip to content

wojciech-dron/TaLibStandard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaLibStandard

Sparkline

A modern and robust C# Technical Analysis library based on the original open-source TA-Lib by Mario Fortier, using Generic Math and supporting Double, Float, and Decimal data types.


phmatray - TaLibStandard License: BSD-3-Clause stars - TaLibStandard forks - TaLibStandard

GitHub tag issues - TaLibStandard GitHub pull requests GitHub contributors GitHub last commit codecov Codacy Badge


Introduction

TaLibStandard is a modern interpretation of the widely used TA-Lib, reimagined in C# 11. It is designed to be reliable, efficient, and user-friendly for developers performing financial market analysis. The addition of .NET's Generic Math feature allows for a richer, more flexible library that can handle a variety of number types.

Goal

The primary objective of TaLibStandard is to provide a comprehensive, feature-rich and accessible library for conducting technical analysis on financial market data.

Getting started

To familiarize yourself with the library's capabilities, you may refer to the list of available functions in the documentation.

Features

  • Support for Double, Float, and Decimal data types, with the help of .NET's Generic Math
  • With some basic tests (coverage: 85%)
  • Comprehensive API documentation that is easy to understand

Library

  • Target framework : .NET 7
  • Language version : C# 11

Tests Specifications

  • Target framework : .NET 7
  • Language version : C# 11
  • xUnit and FluentAssertions

Installation

(Add installation instructions here. For instance, steps for installing via NuGet package manager)

Code Quality

We strive for the highest code quality in TaLibStandard, leveraging Codacy—an automated code analysis/quality tool. Codacy provides static analysis, cyclomatic complexity measures, duplication identification, and code unit test coverage changes for every commit and pull request.

View our Codacy metrics here.

Issues and Feature Requests

For reporting bugs or suggesting new features, kindly submit these as an issue to the TaLibStandard Repository. We value your contributions, but before submitting an issue, please ensure it is not a duplicate of an existing one.

Release notes

(Add details of the version history, bug fixes, and new feature additions in each release here)

Licence

GNU General Public License v3.0

About

TaLib in C# for .NET Standard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%