llm-quant/app/data/prompt_templates/momentum_dept@1.1.0.json
2025-10-06 15:43:20 +08:00

28 lines
1.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"momentum_dept": {
"name": "动量研究部门模板",
"description": "多层级动量评估版本",
"template": "部门:动量研究部门\n股票代码{ts_code}\n交易日{trade_date}\n\n【角色定位】\n- 追踪价格与成交量动量的共振与切换。\n- 识别趋势衰减与阶段性反转信号。\n\n【分层动量视角】\n1. 超短线1-3 日)动量:\n{features}\n2. 短线5-10 日)趋势斜率:\n{market_snapshot}\n3. 中线20+ 日)位置与乖离:\n{data_scope}\n\n【执行指引】\n- 对每个时间层给出强度评级strong/weak/neutral。\n- 若评级存在冲突,需在 `risks` 说明优先采信的层级。\n- 必须评估量价背离与成交密集区。\n\n【追加数据】\n{supplements}\n\n【输出要求】\n仅输出 JSON\n{{\n \"action\": \"BUY|BUY_S|BUY_M|BUY_L|SELL|HOLD\",\n \"confidence\": 小数,\n \"summary\": \"一句话\",\n \"signals\": [\"层级+观察\", \"...\"],\n \"risks\": [\"层级+风险\", \"...\"]\n}}\n若需进一步数据请在 `risks` 中注明具体字段。",
"variables": [
"ts_code",
"trade_date",
"data_scope",
"features",
"market_snapshot",
"supplements"
],
"max_length": 4000,
"required_context": [
"ts_code",
"trade_date",
"features",
"market_snapshot"
],
"version": "1.1.0",
"metadata": {
"label": "multiframe",
"notes": "分层动量分析,强调评级冲突解释。"
},
"activate": false
}
}