Write an introduction AI Stockquantitative tradingofOpen Source ProjectsThis post will be GitHub quantitative trading related open source projects to search and organize, to share with you. They are:
1. Equity AI Managers
2. Local quantitative trading solutions
3. Quantitative backtesting framework to support real-time trading
Stocks AI Trader
Number of GitHub Stars: 2,900
The open source project called AI Quantitative Trading Trader is currently getting 3K Stars on GitHub.

He can be understood asAI to help you speculate in the stock market one-stop toolbox, from learning, simulation to the real market, this open source project have corresponding chapters to explain the equivalent of teaching white and stockholders to engage in an AI speculation assistant.

Look at the above screenshot , is the core content of this open source project , comes with a stock knowledge base and real-world cases , like the stock market manual to teach you the basics .
Colleagues can also simulate training, including traditional methods: such as averaging strategies, KDJ indicators, but also AI quantitative strategies, through machine learning / deep learning algorithms to find hidden behind the law.
Open source address: https://github.com/charliedream1/ai_quant_trade
Local quantitative trading programs
Number of GitHub Stars: 8,700
QUANTAXIS is a local quantitative trading solution that supports task scheduling, distributed deployment, and is used by many investors and quantitative developers in China, and has received 8.7K Stars on GitHub.

This open source quantitative financial strategy framework, integrated data acquisition, cleaning and storage, analysis and backtesting, visualization and trading review of the whole process, support for multiple markets (stocks, futures, options, foreign exchange , etc.) and multi-language collaboration.
A full-process localization solution for small and medium-sized teams with an active developer community and a continuously updated open source ecosystem.
Open source address: https://github.com/yutiansut/QUANTAXIS
Quantitative trading backtesting framework
Number of GitHub Stars: 17,100
Backtrader is a Python-based open source quantitative trading backtesting framework that is feature-rich, flexible and easy to use.

This framework focuses on strategy backtesting and live trading, using this framework you can interface CSV, database and other data sources or interface to some real-time trading interface (Interactive Brokers, Oanda, etc.) for strategy backtesting and live trading.
This way you can focus on the trading strategy logic instead of the underlying infrastructure. Provides an intuitive API design that allows users to quickly implement trading logic by writing strategy classes.

It's very empowering.
This open source project to work with the following study open source notes , this note is the use of Chinese detailed organization of the Backtrader textbook .

Systematically introduces the characteristics of this framework, strategy construction, data structure, backtesting trading, etc., and thoroughly masters the use of quantitative artifacts.
Open source address: https://github.com/mementum/backtrader
Textbook: https://www.backtrader.com/home/helloalgotrading/
Tutorial: https://github.com/jrothschild33/learn_backtrader