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.

APACHE-2.0 License

Stars
963
Committers
18

Bot releases are hidden (Show)

Stock.Indicators - 0.2.0

Published by DaveSkender almost 5 years ago

Added indicators:

  • Average Directional Index (ADX)
  • Average True Range (ATR)
  • Commodity Channel Index (CCI)
  • Correlation Coefficient
  • Stochastic RSI

Chores:

  • Index for history starts from 1 instead of 0
Stock.Indicators -

Published by DaveSkender almost 5 years ago

  • update of documentation only
Stock.Indicators -

Published by DaveSkender almost 5 years ago

  • remove unneeded target frameworks
Stock.Indicators -

Published by DaveSkender almost 5 years ago

This software library is published and available in the NuGet repository as Skender.Stock.Indicators.

Changes in this release are mostly for internal development of the library:

  • Skender.Stock.Indicators name used consistently for namespace, package, and DLL file (#3)
  • added VSCode settings (contributors to this package can use either VS Code or regular VS)
  • added automatic Semantic Versioning in the build process (#6)
  • removed internal set on properties of public classes so end users can extend them in their own code (#5)
  • updated documentation

As a pre-release edition, you can expect that additional versions, even minor and patch versions, may contain breaking changes. Use with caution. We will mark the first fully stable version as 1.0.0 when it is ready for general use.

Stock.Indicators - 0.0.3-preview

Published by DaveSkender almost 5 years ago

This initial package contains the following indicators:

  • Simple Moving Average
  • Exponential Moving Average
  • Moving Average Convergence/Divergence (MACD)
  • Relative Strength Index (RSI)
  • Stochastic Oscillator
  • Heikin-Ashi
  • Bollinger Bands
  • Ulcer Index
  • Parabolic SAR

This software library is published and available in the NuGet repository as Skender.Stock.Indicators.

As a pre-release edition, you can expect that additional versions, even minor and patch versions, may contain breaking changes. Use with caution. We will mark the first fully stable version as 1.0.0 when it is ready for general use.