Skip to main content

一个功能完整的福纹量化交易系统,支持多交易所连接、策略回测与实盘交易

Project description

FWQuant

一个从 0 到 1 完全自建的量化交易平台。

📋 项目概述:FWQuant 是一款企业级量化交易系统,支持 CTP 期货网关和 OKX 数字资产交易,提供策略开发、回测验证、实盘交易、风险管理的完整链路。采用事件驱动架构,内置多种经典策略模板,支持单/多策略并行回测,具备完善的风控体系。

fuwen

快速开始

脚本安装(带全套环境,PYTHON,UV,PIP,NPM,NODE,FWQUANT,OKX_SKILLS,OPENCLAW 等等):

ubuntu 安装

curl -fsSL https://www.yaluo.com/install/fwquant/install/fw_install.sh | tr -d '\r'  | bash -s 

windows 安装

powershell -c "irm https://www.yaluo.com/install/fwquant/install/fw_install.ps1 | iex"

独立包安装(仅fwquant):

uv pip install fwquant -U

清华镜像

uv pip install fwquant -U -i https://pypi.tuna.tsinghua.edu.cn/simple/ 

启动

nohup fwquant web run &

⚡ 核心功能

模块类别 核心能力 说明
交易网关 CTP / OKX 支持期货、数字资产实盘交易
策略引擎 CTA策略框架 内置6+经典策略模板
回测系统 单/多策略并行 支持历史数据回测验证
风险管理 实时风控引擎 仓位/止损/熔断管理
数据管理 REST/WebSocket 实时行情与历史数据

📖 文档入口

类别 文档名称 路径
用户指南 📦 安装指南 docs/用户安装.md
🚀 运行服务 docs/运行服务.md
💡 帮助文档 docs/help.md
程序开发 📦 上传打包 docs/上传打包_pypi.md
📝 开发日志 docs/开发日志.md
📚 模块文档 docs/module_docs/
综合运维 🔧 运维手册 docs/运维手册.md

📦 内置策略(点击展开)
  • 趋势策略: Dual Thrust、Double MA、King Keltner
  • 震荡策略: ATR-RSI、Boll Channel
  • 组合策略: 七福策略(多规则融合)
🛠️ 技术架构(点击展开)
  • 语言: Python 3.12+
  • 框架: FastAPI + PyQt5
  • 数据库: SQLite
  • 网关: CTP / OKX API
  • 计算: Pandas / NumPy / TA-Lib
📚 参考工具(点击展开)
  • VN.PY: 量化交易框架设计灵感来源
  • backtrader: 量化回测框架参考
  • crewAI: AI 智能体协作框架
  • LangChain: 大语言模型应用框架
  • ccxt: 交易网关库

其它工具

工具库

python fw_tools/tools_menu.py

查看当前端口服务: netstat -ano | findstr :15881 tasklist | findstr 15881 taskkill /F /PID 15881

开发源码,下载与环境安装

清华镜像 PYPI: https://pypi.tuna.tsinghua.edu.cn/simple/ #设置永久镜像ubuntu

符号连接(win,cmd,选择 命令提示符,右键选择管理员): cmd /c mklink /D "D:\git\github\fwquant\fwquant.fw_quant" "%USERPROFILE%.fw_quant" cmd /c mklink /D "D:\git\github\fwquant\fwquant.openclaw" "%USERPROFILE%.openclaw" cmd /c mklink /D "D:\git\github\fwquant\fwquant.marscode" "%USERPROFILE%.marscode" cmd /c mklink /D "D:\git\github\fwquant\fwquant.agents" "%USERPROFILE%.agents" cmd /c mklink /D "D:\git\github\fwquant\fwquant.okx" "%USERPROFILE%.okx"

cmd /c mklink "D:\git\github\fwquant\fwquant\开发日志.md" "D:\git\github\fwquant\fwquant\docs\开发日志.md"

硬拉取代码:

git reset --hard origin/develop && git pull

卸载:

ubuntu 卸载

curl -fsSL https://www.yaluo.com/install/fwquant/install/fw_uninstall.sh | tr -d '\r' | bash -s -- -f

windows 卸载

powershell -c "irm https://www.yaluo.com/install/fwquant/install/fw_uninstall.ps1 | iex"

致谢:感谢 VN.PY、backtrader、crewAI、LangChain 及所有开源社区的贡献!

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fwquant-1.0.90.tar.gz (1.0 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fwquant-1.0.90-py3-none-any.whl (1.1 MB view details)

Uploaded Python 3

File details

Details for the file fwquant-1.0.90.tar.gz.

File metadata

  • Download URL: fwquant-1.0.90.tar.gz
  • Upload date:
  • Size: 1.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for fwquant-1.0.90.tar.gz
Algorithm Hash digest
SHA256 794db7d4d4a074b11c29163276eb95869ac26838f6a9d1f45233b8216a20956f
MD5 fea64451c9953fc92a0a1a890168aaae
BLAKE2b-256 95f87278b58973bf792333b3d0f073972e581dc3cdaf551063925023f60a8dd9

See more details on using hashes here.

File details

Details for the file fwquant-1.0.90-py3-none-any.whl.

File metadata

  • Download URL: fwquant-1.0.90-py3-none-any.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for fwquant-1.0.90-py3-none-any.whl
Algorithm Hash digest
SHA256 ecfa70227bb6c9df80ab537200620c84aeb37c944a6dab6dbef24a12ce3a9fa4
MD5 7ffa25c482a7ade836155f789144fc93
BLAKE2b-256 006595f3c4dc2ffd1403b1ff11d2ab9e9a5a0bdd70c200420cd1e171908902e0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page