41 lines
1.7 KiB
Markdown
41 lines
1.7 KiB
Markdown
---
|
||
date:
|
||
<% tp.date.now ("YYYY-MM-DD HH:mm:ss") %>:
|
||
tags:
|
||
title:
|
||
---
|
||
|
||
|
||
# 量化交易辅助决策类的开源项目
|
||
|
||
有许多开源的量化交易辅助决策类项目可以供你参考和使用。以下是一些受欢迎的开源量化交易项目:
|
||
|
||
1. **QuantConnect**
|
||
- GitHub:[https://github.com/QuantConnect/Lean](https://github.com/QuantConnect/Lean)
|
||
- 描述:提供了一个强大的算法交易平台 Lean,支持多种编程语言,包括 C# 和 Python。
|
||
|
||
2. **Zipline**
|
||
- GitHub:[https://github.com/quantopian/zipline](https://github.com/quantopian/zipline)
|
||
- 描述:一个 Python 库,用于开发、回测和分析量化交易策略。
|
||
|
||
3. **Backtrader**
|
||
- GitHub:[https://github.com/backtrader/backtrader](https://github.com/backtrader/backtrader)
|
||
- 描述:一个 Python 库,用于量化交易策略的回测和执行。
|
||
|
||
4. **PyAlgoTrade**
|
||
- GitHub:[https://github.com/gbeced/pyalgotrade](https://github.com/gbeced/pyalgotrade)
|
||
- 描述:一个轻量级的 Python 库,专注于回测和优化量化交易策略。
|
||
|
||
5. **Quantlib**
|
||
- GitHub:[https://github.com/lballabio/QuantLib](https://github.com/lballabio/QuantLib)
|
||
- 描述:一个用于定价金融衍生品、风险管理和量化分析的 C++ 库,也有 Python 接口。
|
||
|
||
6. **ccxt**
|
||
- GitHub:[https://github.com/ccxt/ccxt](https://github.com/ccxt/ccxt)
|
||
- 描述:一个支持多家交易所的加密货币交易库,提供统一的 API。
|
||
|
||
7. **Alpaca**
|
||
- GitHub:[https://github.com/alpacahq/alpaca-trade-api](https://github.com/alpacahq/alpaca-trade-api)
|
||
- 描述:一个免佣金股票交易平台,提供 Python API 开发量化交易策略。
|
||
|