signal-functions

Extract signal function metadata from SKILL.md frontmatter into YAML blocks.

5.7k|1.6k|Updated Jun 11, 2019
One-click install
npx skills add https://github.com/waditu/czsc --skill signal-functions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: signal-functions
Source: https://github.com/waditu/czsc/tree/main/.claude/skills/signal-functions
Command: npx skills add https://github.com/waditu/czsc --skill signal-functions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

rs_czsc 信号函数完整参考手册。查询信号函数用法、参数模板、模块分类时使用。触发场景包括:查找某个信号函数的参数模板或含义;按模块浏览所有可用信号;编写 signals_config 时需要知道信号名称和参数;理解信号字符串格式;配置 CzscTrader/CzscSignals 的信号列表。不触发:编写新信号函数的 Rust 实现代码。

Core Features & Use Cases

  • Signal usage reference:查阅信号函数用法、参数模板和模块分类。
  • Module browsing:按模块浏览所有可用信号及其文档。
  • Config guidance:为 CzscTrader/CzscSignals 的信号配置提供名称和参数信息。
  • Examples:快速理解信号字符串格式与常见场景。
  • 现实场景示例:在量化研究中快速定位并复现特定信号的配置。

Quick Start

Run the script at scripts/extract_signal_docs.py to generate signal documentation from the Rust sources into references.

Frequently Asked Questions about signal-functions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find the parameter template for a specific rs_czsc signal function?

To find rs_czsc signal function parameters, browse the comprehensive reference docs extracted from Rust sources. It provides exact parameter templates, module classifications, and signal names for quick lookup during quantitative research configuration.

What is the correct signal string format for CzscTrader configuration?

The CzscTrader signal string format combines the signal function name and its parameter template. The reference docs provide examples of valid signal strings and common scenarios to help you correctly configure CzscSignals lists.

How can I browse all available rs_czsc signals by module?

You can browse all available rs_czsc signals by module using the generated reference documentation. It categorizes signals by their Rust module structure, allowing you to systematically explore every documented signal function and its usage.

Does this reference provide Rust implementation code for writing new czsc signal functions?

No, this reference does not provide Rust implementation code for writing new signal functions. It is strictly designed for querying existing signal function usage, parameter templates, and module classifications within the rs_czsc framework.

How do I generate the signal documentation from the rs_czsc Rust sources?

To generate signal documentation from Rust sources, run the extraction script located at scripts/extract_signal_docs.py. This processes the source code and outputs the complete reference documentation into the references directory for querying.