orderflow-analysis

Orderflow Analysis Skill

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "orderflow-analysis" with this command: npx skills add saanjaypatil78/trading-platform/saanjaypatil78-trading-platform-orderflow-analysis

Orderflow Analysis Skill

Detects institutional trading patterns from Level 2 market data and trade executions.

Capabilities

This skill enables the agent to:

  • Analyze L2 orderbook depth for bid/ask walls

  • Detect absorption patterns (hidden liquidity)

  • Detect exhaustion at support/resistance

  • Identify imbalance sweeps

  • Generate trade signals with confidence levels

Prerequisites

  • Active L2 data connection (Alpaca Pro or Polygon)

  • Trading symbols configured in watchlist

Procedural Steps

  1. Connect to L2 Data Stream

Use the trading-orderflow MCP server to establish WebSocket connection. Call: connect_l2_stream(symbol: str, provider: "alpaca" | "polygon")

  1. Monitor Orderbook State

Track bid/ask walls and imbalance ratios. Call: get_orderbook_state(symbol: str) -> returns current book snapshot

  1. Run Detection Algorithms

When sufficient data is collected:

Call: analyze_footprint(symbol: str, window_seconds: int) Returns: List[FootprintSignal] with pattern type, direction, confidence

  1. Interpret Signals

Signal Type Description Suggested Action

ABSORPTION Heavy volume absorbed without price movement Fade the volume direction

EXHAUSTION Declining volume at S/R Prepare for reversal

IMBALANCE 3:1+ buy/sell ratio Follow imbalance direction

SWEEP Multiple levels cleared rapidly Momentum follow

  1. Forward to Confirmation Mesh

All signals must pass through confirmation mesh before execution:

Call: validate_signal(signal: FootprintSignal, quantity: float) -> ConfirmationResult

Safety Guardrails

  • Never execute trades based on LOW confidence signals

  • Require L2 liquidity verification before market orders

  • All executions must go through confirmation_mesh validation

  • Circuit breakers halt trading after consecutive failures

Example Workflow

Agent detects high-confidence absorption

signal = await analyze_footprint("AAPL", window_seconds=60)

if signal.signal_type == "ABSORPTION" and signal.confidence == "HIGH": # Validate before execution result = await validate_signal(signal, quantity=100)

if result.approved:
    # Proceed to execute-trade skill
    await execute_confirmed_trade(result)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Ontology Engineer

Extract candidate ontology models from enterprise business systems AND build/maintain personal knowledge graphs from any file system. Use when: ontology extr...

Registry SourceRecently Updated
Research

Dingtalk Document

钉钉知识库和文档管理操作。当用户提到"钉钉文档"、"知识库"、"新建文档"、"查看文档目录"、"读取文档内容"、"写入文档"、"更新文档"、"文档成员"、"dingtalk doc"、"knowledge base"时使用此技能。支持:创建知识库、查询知识库列表、新建文档/文件夹、读取/写入文档正文内容、管理成员...

Registry SourceRecently Updated
1190Profile unavailable
Research

alias

Use this skill to write complete, formatted academic graduation research papers and projects for the College of Computer Science and Mathematics at Tikrit Un...

Registry SourceRecently Updated
00Profile unavailable
Research

competitive analysis

Provides a systematic competitive analysis framework based on Zhang Zaiwang's methodology, guiding goal-driven, structured market and product competitor eval...

Registry SourceRecently Updated
70Profile unavailable