Skills Plugins MCP Prompt Model 博客 我的中心

chanlun-pro-guide

指导 AI 基于 chanlun-pro 项目进行二次开发,包含安装配置、行情获取、缠论计算、回测、选股和策略编写

DeepseekModel Curated skill Quality Excellent · 90 v1.0.0

Get

https://deepseekmodel.com/api/download.php?id=yijixiuxin-chanlun-pro-cookbook-skills-chanlun-pro-guide-skill-md&format=skill
Download .skill Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name chanlun-pro-guide description 指导 AI 基于 chanlun-pro 项目进行二次开发,包含安装配置、行情获取、缠论计算、回测、选股和策略编写 Chanlun-Pro Guide 本指南用于指导 AI 基于 chanlun-pro 项目进行二次开发。 环境准备 1. 安装项目 # 克隆项目 git clone git@gitee.com:wang-student/chanlun-pro.git cd chanlun-pro # 设置 PYTHONPATH export PYTHONPATH= "/path/to/chanlun-pro/src: $PYTHONPATH " 2. 配置文件 项目配置文件位于 src/chanlun/config.py ,主要配置项: EXCHANGE_A - A股数据源:tdx/futu/baostock/db/qmt EXCHANGE_HK - 港股数据源:tdx_hk/futu/db EXCHANGE_FUTURES - 期货数据源:tq/tdx_futures/db EXCHANGE_CURRENCY - 数字货币数据源:binance/db EXCHANGE_US - 美股数据源:alpaca/polygon/ib/tdx_us/db 模块索引 行情数据 src/chanlun/exchange/__init__.py - 交易所接口 src/chanlun/exchange/exchange.py - Exchange 抽象类 cookbook/chanlun-pro-guide/docs/market_data.md - 详细指南 缠论计算 src/chanlun/cl_utils.py - 缠论工具函数 cookbook/chanlun-pro-guide/docs/cl_calculation.md - 详细指南 回测与策略 cookbook/chanlun-pro-guide/docs/backtest.md - 详细指南(包含策略编写) 选股 cookbook/chanlun-pro-guide/docs/xuangu.md - 详细指南 快速参考 获取行情数据 from chanlun.exchange import get_exchange from chanlun.base import Market ex = get_exchange(Market.A) klines = ex.klines( 'SH.600519' , 'd' ) 计算缠论 from chanlun.cl_utils import web_batch_get_cl_datas, query_cl_chart_config cl_config = query_cl_chart_config( 'a' , 'SH.600519' ) cls = web_batch_get_cl_datas( 'a' , 'SH.600519' , { 'd' : klines}, cl_config) cd = cls[ 0 ] 访问缠论数据 bis = cd.get_bis() # 笔 xds = cd.get_xds() # 线段 zss = cd.get_zss() # 中枢 mmds = cd.get_mmds() # 买卖点 bcs = cd.get_bcs() # 背驰 参考文档 详细文档见 cookbook/chanlun-pro-guide/docs/ 目录: 安装配置 行情数据获取 缠论计算 回测与策略 选股操作
Keywords that activate this skill. Click one to copy it.

This skill does not provide trigger words.

The downloaded .skill package contains the following fields.
Field Description
formatFormat tag (skill/v1)
skill_idUnique skill ID
nameSkill name
versionVersion
descriptionDescription
categoryCategories (array)
trigger_wordsTrigger words
tagsTags
sourceSource
source_urlSource URL (this page)
exported_atExported at (set per download)
system_promptSystem prompt body
model_configModel config: provider / model / temperature / max_tokens / top_p
examplesExamples
install_guideImport guide for Coze / Dify / Claude / custom frameworks
The same skill can be exported in different platform formats.
.skill Standard format with system_prompt and model_config, ready for any agent framework Download
.skillpro Enhanced format with scripts, tools, dependencies and hooks Download
.json Plain JSON export with system_prompt and model parameters only Download
Coze Markdown with frontmatter, for Coze platform import Download
Dify Dify DSL, import directly after creating an app Download

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

验证码 --

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。