with one click
confluence
Multi-timeframe trend + structure confluence check
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Multi-timeframe trend + structure confluence check
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Quick price-action read — quote, trend, recent bars, immediate context
Key price levels — support/resistance, order blocks, FVGs, liquidity pools
Multi-timeframe momentum read — RSI, MACD, ADX, volume, divergences
Options chain analysis with Greeks, IV skew, and strategy suggestions
Verify the tvremix MCP connection and tour the available commands
Smart Money Concepts analysis — BOS/CHoCH, order blocks, FVGs, liquidity, premium/discount bias
| name | confluence |
| description | Multi-timeframe trend + structure confluence check |
| argument-hint | EXCHANGE:TICKER |
Assess multi-timeframe confluence for: $ARGUMENTS
Before starting, read ../mcp-tools.md and ../presentation.md.
Purpose: tell the user, in one read, whether all timeframes agree or disagree — so they can decide whether this is a high-probability directional trade or a chop zone to avoid.
Use mcp__tvremix__search_symbols for bare tickers.
mcp__tvremix__analyze_multi_timeframe(symbol=<SYMBOL>, timeframes=["15m","1h","4h","1D","1W"])
Single call returns indicators + aggregated bias per TF.
Then, for the two most decision-relevant TFs (default: 4h and 1D), also run SMC:
mcp__tvremix__analyze_smc_tool(symbol=<SYMBOL>, interval="4h", count=300, swing_lookback=5)
mcp__tvremix__analyze_smc_tool(symbol=<SYMBOL>, interval="1D", count=300, swing_lookback=10)
This gives you structural bias (not just indicator bias).
Present a compact table:
| TF | Trend | RSI | MACD | Structure (SMC) | Verdict |
|---|---|---|---|---|---|
| 15m | up | 62 | bull | — | bullish |
| 1h | up | 65 | bull | — | bullish |
| 4h | up | 58 | bull | BOS up, in discount | strong bullish |
| 1D | up | 55 | neutral | BOS up, mid-range | bullish |
| 1W | sideways | 50 | flat | ranging | neutral |
Verdict per row combines indicator direction + structure (where available).
State the score explicitly: "4/5 aligned bullish" or similar.
One paragraph ending with either:
/tvremix:smc <SYMBOL> <TF> for entry zones."get_technicals or get_ohlcv separately per TF. analyze_multi_timeframe is a single call that covers all of them./tvremix:smc or /tvremix:swing for the setup work.