Skip to content
Skillv1.0.0

strategy

本目录负责 PA 策略、setup 识别、bar-by-bar 分析和信号生成。

by Leong-creator(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from Leong-creator/Price-Action-Trader (src/strategy/AGENTS.md). Install upstream with npx skills add Leong-creator/Price-Action-Trader --skill strategy. Copyright stays with the author.

AGENTS.md

本目录负责 PA 策略、setup 识别、bar-by-bar 分析和信号生成。

策略原则

  • PA context 优先,技术指标只能辅助。
  • 所有信号必须可解释,并能追溯到知识库来源或规则版本。
  • 不得把未经回测/模拟验证的 setup 写成稳定盈利策略。
  • 任何新增 setup 必须包含适用市场、周期、方向、入场、止损、目标、失效条件。

验证要求

  • 新增策略逻辑必须配测试或回测样本。
  • 信号输出必须包含原因、置信度、风险提示和 source_refs。

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/leong-creator-price-action-trader-strategy/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

leong-creator-price-action-trader-strategy.ocm.jsonjson
{
  "ocm": "1",
  "id": "leong-creator-price-action-trader-strategy",
  "kind": "skill",
  "name": "strategy",
  "description": "本目录负责 PA 策略、setup 识别、bar-by-bar 分析和信号生成。",
  "publisher": "Leong-creator",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "本目录负责 PA 策略、setup 识别、bar-by-bar 分析和信号生成。"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/Leong-creator/Price-Action-Trader",
      "path": "src/strategy/AGENTS.md",
      "ref": "18a0b4409965c94386adb44c0527fd8ee59a97bc",
      "url": "https://github.com/Leong-creator/Price-Action-Trader/blob/18a0b4409965c94386adb44c0527fd8ee59a97bc/src/strategy/AGENTS.md",
      "key": "Leong-creator/Price-Action-Trader/src/strategy/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\n本目录负责 PA 策略、setup 识别、bar-by-bar 分析和信号生成。\n\n## 策略原则\n- PA context 优先,技术指标只能辅助。\n- 所有信号必须可解释,并能追溯到知识库来源或规则版本。\n- 不得把未经回测/模拟验证的 setup 写成稳定盈利策略。\n- 任何新增 setup 必须包含适用市场、周期、方向、入场、止损、目标、失效条件。\n\n## 验证要求\n- 新增策略逻辑必须配测试或回测样本。\n- 信号输出必须包含原因、置信度、风险提示和 source_refs。",
  "cost": {
    "context_tokens": 64
  }
}

Fetch it by URL: GET /api/v1/registry/leong-creator-price-action-trader-strategy/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.