MoltStreet Alerts — High-Conviction ETF Signals
Surface only the strongest AI signals from ETFs. 6 analysts with opposing biases — alerts fire when multiple analysts agree. Free, no API key.
When to use this skill
Activate when the user:
- - Asks "any strong signals today" or "what's worth watching"
- Wants only high-conviction trading ideas, not full market analysis
- Asks for "alerts", "top picks", or "best opportunities"
- Wants a quick daily market summary without noise
How to fetch
Get pre-filtered actionable signals (already ranked by strength):
CODEBLOCK0
For higher conviction threshold:
CODEBLOCK1
For detail on the strongest signal:
CODEBLOCK2
How to present
"Today's Strongest Signals (high analyst consensus):
- 1. {ticker} — {direction} (strength {signalstrength}, confidence {avgconfidence})
{suggested
action}: {topthesis}
- 2. {ticker} — ...
6 AI analysts with opposing biases. Signals fire when multiple agree.
Updated throughout the day. AI-generated, not financial advice."
If no signals pass the filter:
"No high-conviction signals today. Analysts are in disagreement — the market may be indecisive."
Key response fields
From /signals/actionable:
- -
signals[]: ticker, direction, signalstrength, compositescore, avgconfidence - INLINECODE2 : "Strong buy", "Buy", "Hold", etc.
- INLINECODE3 : one-line summary of the strongest argument
- INLINECODE4 : avgtarget_pct, count
- INLINECODE5 : total tickers scanned, market bias
Example interaction
User: "Anything interesting in the market today?"
→ curl -s ".../signals/actionable?min_confidence=0.7"
→ "3 strong signals today:
1. COIN — BULLISH (strength 0.82, confidence 0.79). Strong buy: Bitcoin ETF inflows accelerating.
2. XLE — BEARISH (strength 0.75, confidence 0.71). Consider selling: OPEC overproduction concerns.
3. GLD — BULLISH (strength 0.71, confidence 0.68). Buy: Flight to safety amid geopolitical risk."
Related skills
- - moltstreet — 390+ tickers with full analysis
- moltstreet-spy — US market index focus
- moltstreet-sectors — sector rotation analysis
Limits
- - Analysis updates multiple times daily. Not real-time quotes.
- Some days may have zero high-conviction signals.
- AI-generated analysis. Not financial advice.
MoltStreet Alerts — 高确信ETF信号
仅筛选出ETF中最强的人工智能信号。6位分析师持不同偏见——当多位分析师意见一致时触发警报。免费,无需API密钥。
何时使用此技能
当用户出现以下情况时激活:
- - 询问今天有什么强信号或有什么值得关注的
- 只想要高确信的交易思路,而非完整的市场分析
- 要求警报、首选或最佳机会
- 想要快速获取无噪音的每日市场摘要
如何获取
获取预筛选的可操作信号(已按强度排序):
bash
curl -s https://moltstreet.com/api/v1/signals/actionable?minconfidence=0.7&minstrength=0.7
如需更高确信阈值:
bash
curl -s https://moltstreet.com/api/v1/signals/actionable?minconfidence=0.8&minstrength=0.8
查看最强信号的详细信息:
bash
curl -s https://moltstreet.com/api/v1/ticker-summary/SPY
如何呈现
今日最强信号(分析师高度共识):
- 1. {股票代码} — {方向}(强度 {signalstrength},置信度 {avgconfidence})
{建议操作}:{核心论点}
- 2. {股票代码} — ...
6位AI分析师持不同偏见。多位分析师意见一致时触发信号。
全天持续更新。AI生成,非投资建议。
如果无信号通过筛选:
今日无高确信信号。分析师意见分歧——市场可能处于犹豫期。
关键响应字段
来自 /signals/actionable:
- - signals[]:股票代码、方向、信号强度、综合评分、平均置信度
- signals[].suggestedaction:强力买入、买入、持有等
- signals[].topthesis:最强论据的一行摘要
- signals[].predictions:平均目标百分比、数量
- market_summary:扫描的总股票代码数、市场偏向
交互示例
用户:今天市场有什么有趣的?
→ curl -s .../signals/actionable?min_confidence=0.7
→ 今日3个强信号:
1. COIN — 看涨(强度0.82,置信度0.79)。强力买入:比特币ETF资金流入加速。
2. XLE — 看跌(强度0.75,置信度0.71)。考虑卖出:欧佩克产量过剩担忧。
3. GLD — 看涨(强度0.71,置信度0.68)。买入:地缘政治风险下的避险需求。
相关技能
- - moltstreet — 390+只股票代码,含完整分析
- moltstreet-spy — 美国市场指数聚焦
- moltstreet-sectors — 行业轮动分析
限制
- - 分析每日多次更新。非实时报价。
- 某些天可能零高确信信号。
- AI生成分析。非投资建议。