Good community traction and solid fundamentals. Nearly in the top tier.
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.
Documentation
69
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
README is present.
Licensed under Apache-2.0.
Contributing guide is detailed and thorough.
Engineering
85
Lockfile present (docs/pnpm-lock.yaml). Installs are reproducible.
Test files detected (docs/tests).
CI is configured (.github/workflows/ci.yml).
.NET formatting configured (.editorconfig).
Issue or PR templates present.
Project health
100
Dependency manifest found (Stock.Indicators.sln).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 267Forks
- 118Releaseslatest 6y ago
Community
- —Community health
- —authors own >50% of commits
- 1,216Watchers
Responsiveness
- 3hMedian issue response
- <1hMedian PR merge time
- 68Open issues
Repository files20 root entries
- .agents
- .devcontainer
- .githubGood: Code of conduct present.Good: CI is configured (.github/workflows/ci.yml).Good: Issue or PR templates present.Good: Security policy present.
- .vscode
- docsGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Good: Contributing guide describes code style expectations.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.Good: Test files detected (docs/tests).Good: Lockfile present (docs/pnpm-lock.yaml). Installs are reproducible.
- src
- tests
- tools
- .coderabbit.yaml
- .editorconfigGood: .NET formatting configured (.editorconfig).
- .gitattributes
- .gitignoreGood: .gitignore present.
- .markdownlint-cli2.jsonc
- AGENTS.md
- dotnet-tools.json
- LICENSEGood: Licensed under Apache-2.0.
- NOTICE
- README.mdGood: README is present.Issue: README has some structure (−7 pts). 2-3 headings earns partial credit; 4+ earns the full +15 pts.Fix: Add more sections (Overview, Install, Usage, Contributing) using ## headings.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Issue: No install instructions found in the README (−45 pts).Fix: Add a section showing how to install dependencies.Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.
- skills-lock.json
- Stock.Indicators.slnGood: Dependency manifest found (Stock.Indicators.sln).