tradingview-integration.md

Convert TradingView chart intelligence into structured webhook alerts.

Updated May 19, 2026
One-click install
npx skills add https://github.com/sarkcesscrewpay/trading-intelligence-system --skill tradingview-integration-md
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tradingview-integration.md
Source: https://github.com/sarkcesscrewpay/trading-intelligence-system/tree/main/skills/tradingview_integration_md_trading_intelligence_v_1
Command: npx skills add https://github.com/sarkcesscrewpay/trading-intelligence-system --skill tradingview-integration-md

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It translates TradingView chart intelligence into structured webhook alerts so downstream systems can reason about setups without prematurely making trade decisions.

Core Features & Use Cases

  • Market-structure and session context ingestion: Collects HTF bias, session timing (London/NY/overlap), and session high/low context for XAU/USD, EUR/USD, GBP/JPY, USD/JPY, and BTC/USD.
  • Liquidity and smart-money event detection: Flags liquidity sweeps, inducement zones, accumulation/manipulation/distribution, MSS, BOS, displacement, and FVG/premium-discount state.
  • Alert state machine for safe downstream reasoning: Produces WAIT, PREPARE, EXECUTE, and INVALIDATED states with fail-safes (macro/red news/spread/HTF conflict/chop/weak displacement), and sends immediate WhatsApp only when confidence and risk conditions are satisfied.
  • Use Case: When a 4H macro bias is clear and price sweeps liquidity on a session, the webhook payload packages MSS/BOS/displacement/FVG readiness so a separate brain/risk engine can decide whether to execute.

Quick Start

Activate this skill to configure TradingView webhook detection for the required symbols and timeframes and to forward structured AMD/liquidity/MSS/FVG data into your trading intelligence pipeline.

Frequently Asked Questions about tradingview-integration.md

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert TradingView webhook alerts into structured data for smart money concepts?

TradingView webhook alerts are converted into structured data by detecting chart intelligence like liquidity sweeps, MSS, BOS, and FVG readiness, then packaging the payload with pair, timeframe, bias, session, and state for downstream reasoning.

What is the WAIT, PREPARE, EXECUTE, and INVALIDATED alert state machine in market structure monitoring?

The alert state machine enforces safe downstream reasoning by producing WAIT, PREPARE, EXECUTE, and INVALIDATED states with fail-safes for macro/red news/spread/HTF conflict, ensuring execution decisions only proceed when confidence and risk conditions are satisfied.

How do I validate FVG retracement and session timing for Forex and Crypto webhooks?

Validating FVG retracement requires checking whether price has returned to a valid Fair Value Gap while simultaneously verifying session timing, including London, New York, or overlap periods, and confirming macro safety before any execution decision.

Can I use TradingView Pine Script to monitor multi-timeframe liquidity sweeps and displacement for XAU/USD and BTC/USD?

Yes, TradingView Pine Script can monitor multi-timeframe liquidity sweeps and displacement for XAU/USD, EUR/USD, GBP/JPY, USD/JPY, and BTC/USD by collecting HTF bias, session high/low context, and AMD event states into webhook payloads.

What are the limitations of triggering immediate trade execution directly from a TradingView webhook?

Triggering immediate execution from a TradingView webhook risks premature trade decisions because the raw chart intelligence lacks validated retracement, session safety checks, and macro conflict verification, requiring a downstream brain or risk engine to evaluate first.