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.
A list of patterns, formations and an example of use can be found below.
NuGet package can be found here: https://www.nuget.org/packages/OHLC_Candlestick_Patterns
- 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.
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.
Complete list of supported Fibonacci patterns
Examples using of methods with Fibonacci patterns
Complete list of supported chart Formations
Examples using of methods with chart Formations