bbfamily/abu

阿布量化交易系统(股票,期权,期货,比特币,机器学习) 基于python的开源量化交易,量化投资架构

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 38 minutes ago
Added to GitGenius on September 3rd, 2026
Created on September 19th, 2016
Open Issues & Pull Requests: 6 (+0)
GitHub issues: Disabled - open counts may still include pull requests.
Number of forks: 4,710
Total Stargazers: 18,566 (+0)
Total Subscribers: 790 (+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)

GitHub issues are disabled for this repository, so issue analytics and the issue explorer are not available.

Detailed Description

Abu is a Python-based quantitative trading system that supports stocks, options, futures, and bitcoin with integrated machine learning capabilities.

Abu addresses the challenge of building algorithmic trading strategies by providing a complete framework that combines data analysis, strategy backtesting, and live trading execution. The system is built on Python with dependencies on numpy, pandas, and matplotlib for numerical computation and visualization. It offers both programmatic interfaces for developers and a non-programming graphical interface for traders who prefer visual strategy construction and analysis.

The tool suits traders and investors who want to develop, test, and deploy quantitative strategies across multiple asset classes without building infrastructure from scratch. It is particularly relevant for those working with Chinese markets given its documentation in Chinese, though the underlying framework supports international assets including bitcoin. The project includes educational materials through tutorial notebooks and example code, making it accessible to those learning quantitative trading methodology alongside implementation.

The codebase shows active maintenance with regular updates across multiple components including the core trading engine, user interface, and educational materials. The project maintains organized structure separating the core system, tutorials, graphical interface, and example implementations. Documentation and examples are continuously refined to support both new users and advanced practitioners developing machine learning-enhanced trading strategies.