Skip to main content
  1. Posts/

Quant, Algorithmic Trading, HFT, Institutions and Retail Investors: The Complete Anatomy of China's A-Share Trading System

Quant, Algorithmic Trading, HFT, Institutions and Retail Investors: The Complete Anatomy of China’s A-Share Trading System
#

Core Thesis
#

The modern A-share market has evolved into two fundamentally different trading worlds.

On one side:

Institutional investors operate a full-stack quantitative ecosystem:

  • quantitative research
  • automated execution
  • high-frequency infrastructure
  • FPGA acceleration
  • co-location facilities
  • real-time risk management

On the other side:

Retail investors still largely operate through:

  • discretionary decisions
  • manual execution
  • public trading interfaces
  • basic technical indicators

The difference is not simply about “having better strategies”.

The real gap comes from:

  • infrastructure
  • data
  • latency
  • computing power
  • risk systems
  • research capability

Modern financial markets are no longer purely competitions between traders.

They are competitions between technology platforms.


1. Quantitative Trading vs Algorithmic Trading vs HFT
#

One of the biggest misunderstandings among investors is treating all automated trading as the same thing.

They are fundamentally different concepts.

1.1 Four Different Layers
#

ConceptCore MeaningMain Question
Quantitative TradingInvestment methodologyHow do we discover profitable signals?
Algorithmic TradingAutomated execution mechanismHow do we execute orders efficiently?
Program TradingComputer-generated trading instructionsCan machines replace manual orders?
High Frequency TradingUltra-fast algorithmic tradingCan we exploit microsecond opportunities?

The relationship:


Quantitative Trading
|
|
+---- Quant Model
|
+---- Algorithmic Execution
|
|
+---- Medium Frequency Trading
|
+---- High Frequency Trading

Important distinction:

All HFT is algorithmic trading, but not all algorithmic trading is HFT.


2. The Three Sources of Quantitative Trading Profit
#

Quant strategies generally make money from three different sources.


2.1 Beta Returns
#

The simplest source.

Examples:

  • index enhancement
  • quantitative long strategies
  • factor investing

The strategy captures:

  • economic growth
  • market appreciation
  • long-term risk premium

2.2 Alpha Generation
#

Alpha comes from market inefficiencies.

Examples:

  • behavioral biases
  • investor overreaction
  • information asymmetry
  • pricing errors

Quant funds attempt to systematically capture these inefficiencies.


2.3 Speed Advantage
#

The domain of HFT.

The strategy does not predict the future.

Instead, it exploits:

  • order flow imbalance
  • latency differences
  • market microstructure

The game is measured in:

  • milliseconds
  • microseconds
  • nanoseconds

3. Institutional Trading: The Full-Stack Machine
#

Institutional quantitative firms are not simply “running strategies”.

They operate complete financial technology platforms.


3.1 Institutional Capability Stack
#

CapabilityInstitutionRetail Investor
ResearchPhD quantitative teamsIndividual experience
DataTick data, order book, alternative dataCandlestick data
ComputingClusters, GPUs, FPGAPersonal computer
InfrastructureCo-location serversInternet connection
ExecutionSmart order routingManual order entry
Risk ControlReal-time portfolio monitoringStop loss orders

3.2 The Institutional HFT Technology Stack
#

A professional HFT system typically contains:

      Exchange Matching Engine
               |
               |
     Ultra Low Latency Network
               |
               |
      Co-location Server
               |
+--------------+--------------+
|                             |

FPGA C++ Engine | |


Hardware acceleration          Strategy logic
|
Order processing
Market data parsing
               |
        Risk Management
               |
        Compliance System

The technology stack:

Programming
#

  • C++
  • Rust
  • FPGA HDL

Hardware
#

  • FPGA acceleration
  • Smart NIC
  • Kernel bypass networking

Infrastructure
#

  • Exchange co-location
  • Direct market access
  • Ultra-low latency networks

The objective:

Not predicting markets.

But reacting faster than competitors.


4. Algorithmic Execution: VWAP, TWAP and Beyond
#

Not every algorithm tries to make money.

Many algorithms simply reduce trading costs.


4.1 VWAP
#

Volume Weighted Average Price

Goal:

Execute large orders close to the market average price.

Example:

A fund wants to buy:


10 million shares

Instead of:


Buy everything immediately

which moves the market,

VWAP does:


09:30   10%
10:30   20%
11:30   25%
13:30   25%
14:50   20%

following market volume distribution.


4.2 TWAP
#

Time Weighted Average Price

Simple idea:

Split orders evenly across time.

Example:


1,000,000 shares

100,000
100,000
100,000
...

Advantages:

  • simple
  • predictable
  • stable

4.3 Iceberg Orders
#

Large institutions hide order size.

Visible:


10,000 shares

Hidden:


5,000,000 shares

Purpose:

Prevent market participants from detecting institutional intention.


5. High Frequency Trading: The Speed Battlefield
#

HFT represents the extreme end of algorithmic trading.

5.1 Technology Evolution
#

EraTechnologyLatency
1970sMainframeMinutes
1980sWorkstationsSeconds
1990sNetwork ServersMilliseconds
2000sCo-locationMicroseconds
2010sFPGANanoseconds

5.2 Why FPGA Matters
#

Traditional software:


Market Data
|
Operating System
|
Application
|
Trading Decision

FPGA:


Market Data
|
FPGA Logic
|
Trading Decision

The operating system is removed from the critical path.

Benefits:

  • deterministic latency
  • parallel processing
  • hardware acceleration

5.3 Typical HFT Strategies
#

Market Making
#

Continuously quote:


Bid
Ask

while managing inventory risk.


Statistical Arbitrage
#

Find temporary price relationships:

Example:

Stock A and Stock B historically move together.

When divergence appears:


Buy A
Sell B

Latency Arbitrage
#

Exploit differences between market venues.

The edge:


Information arrives earlier

6. Retail Trading: A Completely Different Game
#

Retail investors usually operate under different constraints.

6.1 Retail Technology Stack
#


Exchange

|


Internet

|


Cloud VPS

|


Python Strategy

|


Broker API

|


Trading Account

Common tools:

  • Python
  • Pandas
  • NumPy
  • Backtrader
  • TradingView

Cost:

Hundreds to thousands RMB per month.


6.2 Why Retail Investors Cannot Compete in HFT
#

Latency comparison:

ParticipantLatency
HFT Firmmicroseconds
Institutional Algomilliseconds
Retail APItens of milliseconds
Mobile Apphundreds of milliseconds

A retail trader cannot win a speed competition against an organization operating inside the exchange data center.


7. Broker Algorithm Services: Retail Algorithm Democratization
#

A new trend is emerging:

Broker-provided algorithmic tools.

Examples:

  • automated intraday execution
  • T+0 assisted trading
  • portfolio optimization

However:

Tool access is becoming democratized, but infrastructure advantage is not.

Retail investors can use algorithms.

They cannot easily build institutional-grade algorithm systems.


8. Institutional vs Retail: Complete Comparison
#

DimensionInstitutionRetail
StrategyFull spectrumMedium/long term
DataTick + order bookPrice data
HardwareFPGAPC/cloud
LatencyMicrosecondsMilliseconds
CostMillions RMB/yearThousands RMB/month
Risk SystemPortfolio levelPosition level
ExecutionSmart routingManual/API

9. The Real Market Structure
#

The modern market is not:


Human trader vs Human trader

It is:


Institutional Technology Platform
VS

Retail Decision Maker

The competitive battlefield has changed.

The advantage comes from:

  • information processing
  • execution quality
  • infrastructure
  • risk control

10. The Survival Strategy for Retail Investors
#

Retail investors should avoid competing where institutions dominate.

Avoid:
#

  • ultra-short-term speculation
  • liquidity games
  • order-book battles
  • high turnover strategies

Focus on:
#

Longer Time Horizons
#

Minutes are the battlefield of algorithms.

Months and years belong more to:

  • business fundamentals
  • industry cycles
  • valuation

Better Portfolio Discipline
#

Advantages:

  • patience
  • lower turnover
  • independent thinking

11. Future Trend: From Speed Competition to Model Competition
#

The next battlefield is changing.

Old competition:


Who has faster hardware?

New competition:


Who has better models?

Future systems will combine:


Large Language Model
|
Machine Learning
|
Quant Research
|
Algorithmic Execution
|
FPGA Infrastructure

AI will not replace trading systems.

It will become another layer inside them.


Conclusion
#

The A-share market is entering a new era.

The future structure will likely become:


Institutional World:

AI + Quant Models + Algorithms + FPGA + Infrastructure

Retail World:

Tools + Discipline + Long-term Thinking

The technology gap will remain.

But investors do not need to fight every battle.

The key is choosing the battlefield.

High-frequency trading is an infrastructure competition.

Long-term investing is an information competition.

The winner is not always the fastest trader.

The winner is the participant who understands:

which game they are actually playing.


Appendix: Technology Stack Summary
#

LayerInstitutionalRetail
LanguageC++ / RustPython
HardwareFPGACPU
DataTick/order bookOHLC
NetworkCo-locationInternet
ExecutionSmart RouterBroker API
StrategyHFT/QuantMedium Frequency
CostMillions/yearLow cost

The future of trading is not human versus machine.

It is increasingly:

machine versus machine,

with humans designing the systems.

Related