@_zheergen: Guys! Found another all-in-one Python stock tool — InStock. The myhhub/stock repository covers A-share quantitative analysis quite comprehensively: data scraping, indicator calculation, stock selection, backtesting, and automated trading all in one. Let me highlight the core features: Real-time A-share data scraping + 30…
Summary
Introduces the open-source Python tool InStock (myhhub/stock) for A-share quantitative analysis, supporting data scraping, technical indicators, stock selection, backtesting, automated trading, etc., and can be deployed via Docker.
View Cached Full Text
Cached at: 07/20/26, 05:30 PM
Brothers! I’ve unearthed another Python stock all-in-one tool — InStock
The myhhub/stock repo covers A-share quantitative analysis quite comprehensively: data scraping, indicator calculation, stock selection, backtesting, and automated trading in one pipeline.
Here are the core features that matter:
- Real-time scraping of A-share data + 30+ technical indicators (MACD, KDJ, BOLL, etc., matching Tonghuashun results)
- Identifies 61 candlestick patterns and directly gives buy/sell signals
- Chip distribution analysis (CYQ) to see the main force’s cost range
- 200+ dimension comprehensive stock screening with custom strategy support
- Built-in multiple classic strategies + backtesting verification
- Supports automatic IPO subscriptions (requires configuring a broker client)
- Web interface, accessible on both mobile and desktop, easy to operate
Most useful: supports one-click Docker deployment, and data processing is relatively fast (a regular laptop can process one day’s data in about 4 minutes).
For brothers who want to do their own quantitative analysis, build stock selection strategies, or learn A-share technical analysis, this repo is ready to go.
Ace who loves fried okra (@_zheergen): 10 rules to make Claude talk less — this “ADHD plugin” has exploded
A third-party Claude Code Skill called i-have-adhd is going viral among developers. It uses 10 rules to constrain Claude’s responses, making answers more direct and easier to execute.
Specifically:
- First line directly gives the action
- Multi-step tasks use numbering
- Each round explains the current progress
Similar Articles
@geekbb: Open-source A-share quantitative workstation, using TickFlow data for three tasks: stock selection, real-time monitoring, and backtesting. Built-in 20 stock selection strategies (Polars vectorization runs all A-shares in seconds), supports no-code custom signals, AI strategy writing, multi-condition monitoring rules + Feishu push. https:…
Open-source A-share quantitative workstation, based on TickFlow data, implements three functions: stock selection, real-time monitoring, and backtesting. Built-in 20 Polars vectorized strategies, supports AI strategy writing and Feishu push.
@BTCqzy1: Found an A-share open-source investment research tool — TradingAgents-Astock, deeply customized for A-shares, completely free data sources, direct connections to mootdx + East Money + Sina + Tencent Finance + Tonghuashun, no API Key required, with detailed data on dragon and tiger lists, lock-up expirations, and capital flows. ...
TradingAgents-Astock is an A-share specialized open-source investment research tool based on TradingAgents, built-in 7 Agent analysts, supporting free data sources and multiple large language models, with Web UI and CLI.
@SusChan444: Guys, no more backend needed for stock data! chengzuopeng/stock-sdk — pure JS/TS stock market SDK, zero Python, zero backend, get real-time data directly from browser/Node.js! Highlights: · Supports A-shares, Hong Kong stocks, US stocks, mutual funds, real-time quotes…
Stock-SDK is a pure JavaScript/TypeScript stock market data SDK that supports browser and Node.js to get real-time data for A-shares/H-shares/US stocks/mutual funds, provides CLI and MCP to connect AI tools, designed for frontend and quantitative development.
@Jolyne_AI: The most troublesome part of A-share data analysis is not writing strategies, but getting all the data first: market data, research reports, dragon and tiger list, northbound flows, capital flows, announcements, financial reports—each type has a different API and parameters often change. a-stock-data is an A-share full-stack data Skill for AI coding assistants, packaging 13 data sources…
a-stock-data is an A-share full-stack data Skill for AI coding assistants, packaging 13 data sources into directly callable tools, supporting multiple data layers such as market data, research reports, signals, and capital flows.
@eastweb3eth: Github US Stock Quant Compilation - A Must-Use Tool for Smart People. Since Github came along, ordinary people can also do quant. But don't start by grinding away writing your own backtesting engine; really, most people's code is less robust than a three-year-old repo on Github. There are many repos, but I've already filtered them for you: these 4…
Recommends 4 open-source quantitative trading tools/frameworks (VeighNa, AI-Trader, StockSharp, QuantDinger), emphasizing that they are suitable for ordinary users to conduct US stock quantitative trading, helping to free your hands and let the model handle trading.