Fire - Quantitative Trading System
English documentation will be available soon
Quick Navigation
Overview
Fire is a modern quantitative trading system built with Python (FastAPI) and React, supporting stock trading, strategy backtesting, and risk management.
Features
- Quantitative Trading: Real-time trading and backtesting
- Strategy Management: MACD, RSI, Bollinger Bands, and more
- Risk Management: Global and per-stock risk control
- Asset Management: Real and simulated asset tracking
- Data Management: Real-time data from LongPort API
- Multi-Currency: Support for USD, HKD, etc.
- Performance: Multi-layer caching and connection pooling
- WebSocket: Real-time communication and monitoring
Technology Stack
Backend
- FastAPI - Modern Python web framework
- Python 3.13+
- Redis - High-performance caching
- LongPort OpenAPI - Broker API integration
Frontend
- React 18
- TypeScript
- Vite
- Semi Design UI
Documentation Structure
Full documentation is currently in Chinese in the docs/ root directory.
Coming Soon:
- Complete English documentation
- Architecture documentation in English
- API documentation
- User guides and tutorials
Contributing
Contributions to English documentation are welcome! Please see the Contributing Guide.
License
This project is licensed under Apache License 2.0. See LICENSE for details.