Real output
Ask in plain language. Get structured truth.
Every block below is copied verbatim from the published examples — real engine runs, no illustration.
Prompt Analyze ETHUSDT on the daily with Dow Theory.
{
"status": "bullish",
"confidence": 54,
"attribution": {
"theory": "Dow Theory",
"author": "Charles Dow",
"reference": "https://en.wikipedia.org/wiki/Dow_theory"
},
"llm_summary": "Dow Theory 1D: Bullish trend | Structure: Higher Highs confirmed + Higher Lows confirmed | Phase: public_participation | Volume: Confirmed | Outlook: Bullish continuation expected | Support: 149.4000",
"invalidation": "Break below last HL at 149.40 invalidates bullish structure",
"is_error": false,
"timing": {
"uses_confirmed_pivots": true,
"confirmation_lag_bars": 5,
"timestamp_policy": "Swing timestamps are pivot bars; trend signal is valid only after right-side confirmation bars."
}
}
When there's no signal, you get no signal.
Prompt What's the Elliott Wave count for ETHUSDT?
{
"status": "neutral",
"confidence": 0,
"attribution": {
"theory": "Elliott Wave Theory",
"author": "Ralph Nelson Elliott",
"reference": "https://en.wikipedia.org/wiki/Elliott_wave_principle"
},
"llm_summary": "All wave interpretations are stale or self-invalidated at current price",
"invalidation": "",
"is_error": false
}
Prompt Show me top 10 crypto gainers on Binance in 15 minutes.
{
"tool": "top_gainers_scanner",
"arguments": {
"exchange": "BINANCE",
"timeframe": "15m",
"limit": 10
}
}
Prompt Find trending memecoins on Solana.
{
"tool": "memecoin_discovery",
"arguments": {
"network": "solana",
"filter_by": "trending",
"limit": 20,
"min_liquidity_usd": 10000
}
}
Prompt Run Dow Theory on a symbol with too little history — errors keep the
AnalysisResult contract.{
"status": "neutral",
"confidence": 0,
"is_error": true
}