This commit is contained in:
Miha
2022-04-19 23:11:30 -07:00
parent 509b6dec02
commit 14dc8ba92d
+12 -11
View File
@@ -1,19 +1,20 @@
# QuanTAlib - quantitative technical indicators for Quantower and other C#-based trading platorms
![GitHub last commit](https://img.shields.io/github/last-commit/mihakralj/QuanTAlib)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=mihakralj_QuanTAlib&metric=ncloc)](https://sonarcloud.io/summary/overall?id=mihakralj_QuanTAlib)
[![Codacy grade](https://img.shields.io/codacy/grade/b1f9109222234c87bce45f1fd4c63aee)](https://app.codacy.com/gh/mihakralj/QuanTAlib/dashboard)
[![codecov](https://codecov.io/gh/mihakralj/QuanTAlib/branch/main/graph/badge.svg?style=flat-square&token=YNMJRGKMTJ)](https://codecov.io/gh/mihakralj/QuanTAlib)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=mihakralj_QuanTAlib&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=mihakralj_QuanTAlib)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=mihakralj_QuanTAlib&metric=ncloc?style=flat-square)](https://sonarcloud.io/summary/overall?id=mihakralj_QuanTAlib)
[![Codacy grade](https://img.shields.io/codacy/grade/b1f9109222234c87bce45f1fd4c63aee?style=flat-square)](https://app.codacy.com/gh/mihakralj/QuanTAlib/dashboard)
[![codecov](https://codecov.io/gh/mihakralj/QuanTAlib/branch/main/graph/badge.svg?style=flat-square&token=YNMJRGKMTJ?style=flat-square)](https://codecov.io/gh/mihakralj/QuanTAlib)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=mihakralj_QuanTAlib&metric=security_rating?style=flat-square)](https://sonarcloud.io/summary/new_code?id=mihakralj_QuanTAlib)
[![Nuget](https://img.shields.io/nuget/v/QuanTAlib)](https://www.nuget.org/packages/QuanTAlib/)
[![Nuget](https://img.shields.io/nuget/dt/QuanTAlib)](https://www.nuget.org/packages/QuanTAlib/)
[![GitHub watchers](https://img.shields.io/github/watchers/mihakralj/QuanTAlib)](https://github.com/mihakralj/QuanTAlib/watchers)
[![Nuget](https://img.shields.io/nuget/v/QuanTAlib?style=flat-square)](https://www.nuget.org/packages/QuanTAlib/)
[![Nuget](https://img.shields.io/nuget/dt/QuanTAlib?style=flat-square)](https://www.nuget.org/packages/QuanTAlib/)
[![GitHub watchers](https://img.shields.io/github/watchers/mihakralj/QuanTAlib?style=flat-square)](https://github.com/mihakralj/QuanTAlib/watchers)
[![.NET7.0](https://img.shields.io/badge/.NET-7.0-yellow?style=flat-square)](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)
[![.NET6.0](https://img.shields.io/badge/.NET-6.0-blue?style=flat-square)](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)
[![.NET4.8](https://img.shields.io/badge/.NET-4.8-blue?style=flat-square)](https://dotnet.microsoft.com/en-us/download/dotnet-framework/net48)
[![GitHub license](https://img.shields.io/github/license/mihakralj/QuanTAlib?style=flat-square)](Docs/LICENSE)
[![.NET7.0](https://img.shields.io/badge/.NET-7.0-yellow)](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)
[![.NET6.0](https://img.shields.io/badge/.NET-6.0-blue)](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)
[![.NET4.8](https://img.shields.io/badge/.NET-4.8-blue)](https://dotnet.microsoft.com/en-us/download/dotnet-framework/net48)
[![GitHub license](https://img.shields.io/github/license/mihakralj/QuanTAlib)](Docs/LICENSE)
Quantitative TA Library (**QuanTAlib**) is an easy-to-use C# library for quantitative technical analysis with base algorithms, charts, signals and strategies useful for trading securities with [Quantower](https://www.quantower.com/) and other C#-based trading platforms.