Category: Quant Trading

47 posts

What Programmers Need to Learn Before Building a Quant Platform
Quant Trading · Views

What Programmers Need to Learn Before Building a Quant Platform

This is not about secret indicators. It is a practical knowledge map for programmers who want to build a quant-trading platform: data, factors, strategies, backtesting, risk controls, execution, performance, quality, and the long path from research to real results.

Quant Trading for Programmers: Column Roadmap
Quant Trading · Views

Quant Trading for Programmers: Column Roadmap

A practical engineering roadmap for building a quant-trading platform around a real GitHub project: Python project structure, A-share rules, data layers, factors, backtesting, paper trading, alerts, daily runs, and operations.

Quant Trading for Programmers 44: Execution Guard
Quant Trading · Views

Quant Trading for Programmers 44: Execution Guard

Article 44 adds ExecutionDecision, centralizing the execution judgment for ready, dry-run-ready, and blocked states so the command layer cannot accidentally trigger real paper-trading side effects.