Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/przemyslawbak/ohlc_candlestick_patterns
Analysis 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.
https://github.com/przemyslawbak/ohlc_candlestick_patterns
analysis c-sharp candlestick dotnet finance forex index library nuget ohlc patterns price-action stock trading
Last synced: about 1 month ago
JSON representation
Analysis 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.
- Host: GitHub
- URL: https://github.com/przemyslawbak/ohlc_candlestick_patterns
- Owner: przemyslawbak
- License: apache-2.0
- Created: 2023-05-14T20:48:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-01T10:39:52.000Z (about 1 month ago)
- Last Synced: 2024-12-01T11:29:03.814Z (about 1 month ago)
- Topics: analysis, c-sharp, candlestick, dotnet, finance, forex, index, library, nuget, ohlc, patterns, price-action, stock, trading
- Language: C#
- Homepage:
- Size: 333 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.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
## 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.## 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.## Fibonacci Patterns
[Complete list of supported Fibonacci patterns](docs/Fibonacci_list.md)
[Examples using of methods with Fibonacci patterns](docs/Fibonacci_examples.md)
## Chart Formations
[Complete list of supported chart Formations](docs/Formations_list.md)
[Examples using of methods with chart Formations](docs/Formations_examples.md)
## Candlestick Patterns
[Complete list of supported Candlestick Patterns](docs/Patterns_list.md)
[Examples using of methods with Candlestick Patterns](docs/Patterns_examples.md)