alphaear-signal-tracker
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAlphaEar Signal Tracker Skill
AlphaEar Signal Tracker Skill
Overview
概述
This skill provides logic to track and update investment signals. It assesses how new market information impacts existing signals (Strengthened, Weakened, Falsified, or Unchanged).
本技能提供追踪和更新投资信号的逻辑,可评估新市场信息对现有信号的影响(增强、减弱、证伪或无变化)。
Capabilities
功能
1. Track Signal Evolution
1. 追踪信号演变
1. Track Signal Evolution (Agentic Workflow)
1. 追踪信号演变(智能体工作流)
YOU (the Agent) are the Tracker. Use the prompts in .
references/PROMPTS.mdWorkflow:
- Research: Use FinResearcher Prompt to gather facts/price for a signal.
- Analyze: Use FinAnalyst Prompt to generate the initial .
InvestmentSignal - Track: For existing signals, use Signal Tracking Prompt to assess evolution (Strengthened/Weakened/Falsified) based on new info.
Tools:
- Use and
alphaear-searchskills to gather the necessary data.alphaear-stock - Use helper
scripts/fin_agent.pyif needing to clean JSON._sanitize_signal_output
Key Logic:
- Input: Existing Signal State + New Information (News/Price).
- Process:
- Compare new info with signal thesis.
- Determine impact direction (Positive/Negative/Neutral).
- Update confidence and intensity.
- Output: Updated Signal.
Example Usage (Conceptual):
python
undefined你(Agent) 作为追踪者,请使用中的提示词。
references/PROMPTS.md工作流:
- 调研:使用FinResearcher Prompt收集与信号相关的事实/价格数据。
- 分析:使用FinAnalyst Prompt生成初始的。
InvestmentSignal - 追踪:对于现有信号,使用Signal Tracking Prompt根据新信息评估其演变情况(增强/减弱/证伪)。
工具:
- 使用和
alphaear-search技能收集必要数据。alphaear-stock - 如果需要清理JSON数据,可使用中的辅助函数
scripts/fin_agent.py。_sanitize_signal_output
核心逻辑:
- 输入:现有信号状态 + 新信息(新闻/价格)。
- 处理流程:
- 将新信息与信号核心论点进行对比。
- 判断影响方向(积极/消极/中性)。
- 更新置信度和强度。
- 输出:更新后的信号。
示例用法(概念性):
python
undefinedThis skill is currently a pattern extracted from FinAgent.
This skill is currently a pattern extracted from FinAgent.
In a future refactor, it should be a standalone utility class.
In a future refactor, it should be a standalone utility class.
For now, refer to scripts/fin_agent.py
's track_signal
method implementation.
scripts/fin_agent.pytrack_signalFor now, refer to scripts/fin_agent.py
's track_signal
method implementation.
scripts/fin_agent.pytrack_signalundefinedundefinedDependencies
依赖项
- (Agent framework)
agno - (built-in)
sqlite3
Ensure is initialized correctly.
DatabaseManager- (Agent框架)
agno - (内置库)
sqlite3
请确保已正确初始化。
DatabaseManager