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.