Overview
- Skill Key
- guohongbin-git/quant-trading-cn
- Author
- guohongbin-git
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/guohongbin-git/quant-trading-cn
- Latest Commit SHA
- 9458b9f0188e0feec70c6b081755f9a443e11c07
量化交易专家 - 基于印度股市实战经验,支持策略生成、回测、实盘交易(Zerodha/A股适配)
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 quant-trading-cn 技能。 若已安装,则直接安装 quant-trading-cn 技能。
# 量化交易专家 基于 1780 行印度股市实战经验的量化交易系统。 ## 功能 ### 🎯 交互式机器人生成向导 ```bash # 启动向导 ./scripts/wizard.sh # 选择: # 1. 从头生成交易机器人 # 2. 增强现有代码(修复问题、优化) # 3. 从实时指数数据创建股票池 # 4. 运行回测对比 # 5. 分析表现 ``` ### 📊 16 个知识领域 1. **Zerodha 集成** - Tick size 四舍五入、仓位对账、止损生命周期 2. **回测-实盘一致性** - 数据缓存、T vs T-1 对齐、VWAP 重置 3. **信号生成** - Fortress 信号(65% 胜率)、多因子确认 4. **调仓逻辑** - 周频 vs 日频、交易成本建模 5. **股票池选择** - 流动性过滤、动量评分 6. **性能优化** - Parquet(28x)、Polars 向量化(37x) 7. **印度市场特性** - 交易时段、熔断机制、T+1 结算 8. **失败模式** - 5 个生产问题 + 修复 9. **指标公式** - RSI、MACD、ATR、ADX、VWAP、EMA 10. **多时间框架** - 日内 vs 波段、MTF 对齐 11. **日志可观测** - 结构化日志、实时监控 12. **交易后分析** - P&L 分解、夏普比率、回撤分析 13. **信号归因** - 追踪哪个指标触发 14. **退出策略** - 时间衰减、追踪止损、部分退出 15. **风险管理** - Kelly Criterion、组合热度 16. **资金复利** - 市场状态检测、牛市放大 ### ⚠️ 30+ 常见陷阱 ```markdown 🔥 关键:Tick Size 四舍五入 错误:kite.place_order(price=1847.35, ...) 报错:"Tick size for this script is 5.00" 修复:price = round(price / tick_size) * tick_size # 1847.35 → 1850.00 影响:90% 订单拒绝是 tick size 错误 🔥 关键:VWAP 必须每日重置 错误:跨天累计 VWAP 症状:回测 65% 胜率,实盘 40% 修复:开盘时重置(9:15) 影响:回测-实盘不一致的第一大原因 ``` ## 使用方法 ### 生成第一个交易机器人 ```bash ./scripts/wizard.sh ``` 向导会问: - 交易风格:日内、波段、持仓 - 股票池:Nifty 50、中盘、自定义 - 策略:动量、VWAP 回调、开盘突破 - 资金:起始资金和单笔风险 - 风险偏好:保守(0.5%)、平衡(1%)、激进(2%) ### 获取股票池 ```bash # 从 NSE 获取最新成分股 ./scripts/universe-fetch.sh --indices nifty50,nifty100,midcap150 ``` ### 分析现有代码 ```bash ./scripts/check-code.sh ./my_trading_bot.py # 输出: ⚠️ 发现 3 个问题: 1. Tick size 未四舍五入(第 45 行)- 会导致订单拒绝 2. VWAP 未每...
# Quant Trading CN 量化交易专家 - 基于印度股市实战经验。 ## 功能 - 📊 16 个知识领域 - ⚠️ 30+ 常见陷阱 - 🎯 交互式机器人生成 - 📈 65% 胜率信号 ## 使用 ```bash # 启动向导 ./scripts/wizard.sh # 检查代码 ./scripts/check-code.sh my_bot.py ``` ## 来源 翻译自 [skill-algotrader](https://github.com/javajack/skill-algotrader) ## 许可证 MIT
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carlulsoe
Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.
carlzhao007
飞书消息自动处理与进度反馈技能。安装后后台运行,监听飞书任务消息并自动创建独立进程处理。 在处理前后发送实时进度反馈(任务确认、进度百分比、完成通知)。 支持任务类型识别、智能解析、错误重试、并发控制、状态持久化。 使用场景:飞书自动化工作流、任务进度追踪、批量任务处理、需要实时反馈的场景。
cartoonitunes
BottyFans agent skill for autonomous creator monetization. Lets AI agents register, build a profile, publish posts (public, subscriber-only, or pay-to-unlock), upload media, accept USDC subscriptions and tips on Base, send and receive DMs, track earnings, and appear on the creator leaderboard. Use this skill when an agent needs to monetize content, interact with fans, manage a creator profile, handle payments in USDC, or operate as an autonomous creator on the BottyFans platform.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.