OHLC_Candlestick_Patterns 2.0.0
dotnet add package OHLC_Candlestick_Patterns --version 2.0.0
NuGet\Install-Package OHLC_Candlestick_Patterns -Version 2.0.0
<PackageReference Include="OHLC_Candlestick_Patterns" Version="2.0.0" />
paket add OHLC_Candlestick_Patterns --version 2.0.0
#r "nuget: OHLC_Candlestick_Patterns, 2.0.0"
// Install OHLC_Candlestick_Patterns as a Cake Addin #addin nuget:?package=OHLC_Candlestick_Patterns&version=2.0.0 // Install OHLC_Candlestick_Patterns as a Cake Tool #tool nuget:?package=OHLC_Candlestick_Patterns&version=2.0.0
OHLC_Candlestick_Patterns
Purpose
The project was created due to the lack of a similar library for C#. It was preceded by the research for algorithmic formulas for individual OHLC patterns. As a result, you can test the OHLC candlestick list for:
- 37 bullish and 37 bearish candlestick patterns,
- 9 bullish, 9 bearish and additionally 2 continuation classic chart formations,
- 6 bullish, 6 bearish fibonacci chart patterns.
Additionally, you can test their effectiveness on the OHLCV data provided. A list of patterns, formations and an example of use can be found below.
Features
- Counting bullish or bearish signals that appear in the OHLC list.
- Gives number of signals that appear in the OHLC list for selected multiple, single patterns or formation.
- Computes weightened index for the selected multiple or single pattern.
- Calculating signals for selected multiply, single pattern or formation.
- You can test selected pattern / formation effectiveness on the data provided.
Technology
Library is using:
- C# language,
- .NET 7.0 Standars Class Library.
Additionally in the solution:
- Newtonsoft.Json in Console presentation project.
- ScottPlot in Console presentation project.
Patterns and Formations
Complete list of supported patterns and formations together with examples of usage can be found here: https://github.com/przemyslawbak/OHLC_Candlestick_Patterns/blob/main/README.md#patterns-and-formations
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net7.0
- Newtonsoft.Json (>= 13.0.3)
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 |
---|---|---|
2.0.0 | 73 | 1/12/2025 |
Fibo analysis added; Formations analysis added; NuGet readme updated;