Use this skill for analyzing market signals, price trends, volume patterns, and identifying potential trading opportunities from multiple data sources.
53
58%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./packages/tentacles/Trading/Mode/ai_trading_mode/resources/skills/signal_analyst/SKILL.mdThis skill provides comprehensive guidance on analyzing market signals from price, volume, order flow, and news data to identify potential trading opportunities. Use this when processing raw market data to generate actionable signals.
Trend Identification
Momentum Assessment
Volume Patterns
Order Flow Indicators
Key Levels
Pattern Recognition
High Quality Signals
Low Quality Signals
High Impact Events
Signal Integration
{
"signals": [
{
"symbol": "BTC/USDT",
"signal_type": "bullish" | "bearish" | "neutral",
"strength": 0.8,
"confidence": 0.75,
"key_factors": [
"Breakout above resistance with high volume",
"Multiple timeframe alignment",
"Positive news catalyst"
],
"description": "Strong bullish breakout signal with volume confirmation",
"entry_zone": {"min": 45000, "max": 46000},
"targets": [48000, 50000, 52000],
"stop_loss": 43500
}
],
"market_overview": "General market showing strength with Bitcoin leading, altcoins following"
}57d8afb
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.