CSharpTechnicalIndicators 1.0.0

dotnet add package CSharpTechnicalIndicators --version 1.0.0
NuGet\Install-Package CSharpTechnicalIndicators -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CSharpTechnicalIndicators" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CSharpTechnicalIndicators --version 1.0.0
#r "nuget: CSharpTechnicalIndicators, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CSharpTechnicalIndicators as a Cake Addin
#addin nuget:?package=CSharpTechnicalIndicators&version=1.0.0

// Install CSharpTechnicalIndicators as a Cake Tool
#tool nuget:?package=CSharpTechnicalIndicators&version=1.0.0

C# Technical Indicators README

The C# Technical Indicator Library is a collection of the fundamental technical indicators used to make trading and investment decisions. These indicators are among the most widely used and are considered to be the most reliable. Technical Indicators are mathematical calculations of historical data used to gain insight into the current state of the asset being evaluated and make educated predictions about future movements. Technical Indicators fall into four categories: • Momentum is the rate of acceleration of a security's price or volume. • Trend is the general direction the market is taking during a specified period of time. • Volatility indicators look at changes in market prices over a specified period of time. • Volume used to quantify the relative significance of market moves. Often used to track movements of “smart money” or institutional investors.

There are 2 – 3 major indicators provided from each category in this library.

  1. Momentum

    1. Moving Average Convergence Divergence (MACD) is a trend-following momentum indicator that shows the relationship between two moving averages of a security's price. The MACD is calculated by subtracting the 26-period Exponential Moving Average (EMA) from the 12-period EMA.

    2. Relative Strength Index (RSI) is a momentum indicator that measures the magnitude of recent price changes to evaluate overbought or oversold conditions in the price of a stock or other asset. The RSI is displayed as an oscillator (a line graph that moves between two extremes) and can have a reading from 0 to 100.

    3. Stochastic Oscillator a momentum indicator comparing a particular closing price of a security to a range of its prices over a certain period of time. The sensitivity of the oscillator to market movements is reducible by adjusting that time period or by taking a moving average of the result.

  2. Trend

    1. Aroon is a technical indicator that is used to identify trend changes in the price of an asset, as well as the strength of that trend.

    2. Average Directional Index (ADX) is a technical analysis indicator used by some traders to determine the strength of a trend. The trend can be either up or down, and this is shown by two accompanying indicators, the Negative Directional Indicator (-DI) and the Positive Directional Indicator (+DI). Therefore, ADX commonly includes three separate lines. These are used to help assess whether a trade should be taken long or short, or if a trade should be taken at all.

    3. Moving Average is a simple average of the sum of the asset values/number of periods being evaluated.

  3. Volatility

    1. Average True Range (ATR) is a technical analysis indicator that measures market volatility by decomposing the entire range of an asset price for that period. The average true range is then a moving average, generally using 14 days, of the true ranges.

    2. Bollinger Bands is a technical analysis tool defined by a set of lines plotted two standard deviations (positively and negatively) away from a simple moving average (SMA) of the security's price but can be adjusted to user preferences.

  4. Volume

    1. Accumulation Distribution Line (ADL) is a cumulative indicator that uses volume and price to assess whether a stock is being accumulated or distributed.

    2. On Balance Volume (OBV) is a technical trading momentum indicator that uses volume flow to predict changes in stock price.

How to Use: The beauty of this library is that it allows the user to perform complex mathematical calculations by simply providing the required decimal or long array of data (sorted in descending order) to the class constructor. The data is returned via the class properties in the data array and most recent data point, i.e. from the RelativeStrengthIndex class the RSIArray would provide all calculated data points, and RSI would provide the most current or recent data point (index 0).

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 769 4/20/2020