Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daveskender/stock.indicators
Stock Indicators for .NET is a C# NuGet package that transforms raw equity, commodity, forex, or cryptocurrency financial market price quotes into technical indicators and trading insights. You'll need this essential data in the investment tools that you're building for algorithmic trading, technical analysis, machine learning, or visual charting.
https://github.com/daveskender/stock.indicators
algorithmic-trading backtesting cryptocurrency forex historical-quotes indicator indicators nuget package quantitative-finance stock stock-analysis stock-indicators stock-market stock-trading technical-analysis technical-indicators
Last synced: 4 days ago
JSON representation
Stock Indicators for .NET is a C# NuGet package that transforms raw equity, commodity, forex, or cryptocurrency financial market price quotes into technical indicators and trading insights. You'll need this essential data in the investment tools that you're building for algorithmic trading, technical analysis, machine learning, or visual charting.
- Host: GitHub
- URL: https://github.com/daveskender/stock.indicators
- Owner: DaveSkender
- License: apache-2.0
- Created: 2019-12-29T05:18:07.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-30T13:23:05.000Z (4 days ago)
- Last Synced: 2025-01-31T04:39:34.521Z (4 days ago)
- Topics: algorithmic-trading, backtesting, cryptocurrency, forex, historical-quotes, indicator, indicators, nuget, package, quantitative-finance, stock, stock-analysis, stock-indicators, stock-market, stock-trading, technical-analysis, technical-indicators
- Language: C#
- Homepage: https://dotnet.StockIndicators.dev
- Size: 85.1 MB
- Stars: 1,012
- Watchers: 47
- Forks: 250
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[![image](https://raw.githubusercontent.com/DaveSkender/Stock.Indicators/main/docs/assets/social-banner.png)](https://dotnet.StockIndicators.dev/)
[![GitHub Stars](https://img.shields.io/github/stars/DaveSkender/Stock.Indicators?logo=github&label=Stars)](https://github.com/DaveSkender/Stock.Indicators)
[![NuGet package](https://img.shields.io/nuget/v/skender.stock.indicators?color=blue&logo=NuGet&label=NuGet)](https://www.nuget.org/packages/Skender.Stock.Indicators)
[![NuGet](https://img.shields.io/nuget/dt/skender.stock.indicators?logo=NuGet&label=Downloads)](https://www.nuget.org/packages/Skender.Stock.Indicators)# Stock Indicators for .NET
**Stock Indicators for .NET** is a C# [library package](https://www.nuget.org/packages/Skender.Stock.Indicators) that produces financial market technical indicators. Send in historical price quotes and get back desired indicators such as moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, etc. Nothing more.
Build your technical analysis, trading algorithms, machine learning, charting, or other intelligent market software with this library and your own [OHLCV](https://dotnet.stockindicators.dev/guide/#historical-quotes) price quotes sources for equities, commodities, forex, cryptocurrencies, and others. [Stock Indicators for Python](https://python.stockindicators.dev/) is also available.
Visit our project site for more information:
- [Overview](https://dotnet.stockindicators.dev/)
- [Indicators and overlays](https://dotnet.stockindicators.dev/indicators/)
- [Guide and Pro tips](https://dotnet.stockindicators.dev/guide/)
- [Demo site](https://charts.stockindicators.dev/) (a stock chart)
- [Release notes](https://github.com/DaveSkender/Stock.Indicators/releases)
- [Discussions](https://github.com/DaveSkender/Stock.Indicators/discussions)
- [Contributing](https://dotnet.stockindicators.dev/contributing/)