myhhub/stock

stock股票.获取股票数据,计算股票指标,筹码分布,识别股票形态,综合选股,选股策略,股票验证回测,股票自动交易,支持PC及移动设备。

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 52 minutes ago
Added to GitGenius on September 4th, 2026
Created on March 21st, 2023
Open Issues & Pull Requests: 10 (+0)
GitHub issues: Enabled
Number of forks: 2,943
Total Stargazers: 14,305 (+1)
Total Subscribers: 154 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 8
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 82 days
Stale 30+ days: 8
Stale 90+ days: 4

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

InStock is a quantitative stock analysis and trading system that fetches daily stock and ETF data, calculates technical indicators, identifies chart patterns, and supports backtesting and automated trading.

The system addresses the need for comprehensive stock screening and analysis by combining multiple data sources and analytical methods. It captures daily stock fundamentals, capital flows, dividends, and market sentiment data, then calculates technical indicators using talib and pandas with formulas adjusted to match professional trading platforms. The tool identifies 61 different candlestick patterns, computes chip distribution showing cost concentration across price levels, and applies built-in selection strategies like volume breakouts and platform breakouts. Users can combine over 200 screening criteria across fundamental, technical, and sentiment dimensions to filter stocks, then validate their selections through backtesting before execution.

Developers building quantitative investment systems should choose this tool if they need an integrated platform that handles data collection, indicator calculation, pattern recognition, and strategy validation in a single package. The system suits traders and quants who want to test strategies against historical data before deploying them. It supports batch processing for efficiency and runs on PC, tablet, and mobile devices, with Docker deployment available for simplified installation. The tool includes automated trading capabilities with built-in new stock subscription strategies, though the developers have intentionally limited additional trading strategy examples due to financial risk considerations.

Development activity shows consistent feature expansion with multiple analytical capabilities implemented across different domains. The project maintains a structured codebase with encapsulated methods for data fetching that enable extension for custom data sources. Strategy implementation follows a templated approach allowing users to build custom strategies beyond the built-in options. The system demonstrates attention to accuracy by calibrating indicator calculations against established professional trading software results.