Liquidity Monitor & Order Book Analysis

Analyze order-book depth, spread, and imbalance to assess execution quality.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/datagridSolution/forex-trading-ai-agent --skill liquidity-monitor-order-book-analysis-datagridsolution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Liquidity Monitor & Order Book Analysis
Source: https://github.com/datagridSolution/forex-trading-ai-agent/tree/main/skills/liquidity-monitor
Command: npx skills add https://github.com/datagridSolution/forex-trading-ai-agent --skill liquidity-monitor-order-book-analysis-datagridsolution

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of entering and exiting trades without knowing whether order-book liquidity, spread, and depth will make execution expensive or unreliable.

Core Features & Use Cases

  • Order Book Depth - Monitor bid/ask depth across multiple levels to understand where liquidity concentrates.
  • Liquidity Scoring - Convert depth and spread conditions into a liquidity grade (A+ through F) to support trade quality decisions.
  • Slippage & Spread Analysis - Estimate likely slippage for intended order sizes and alert when spreads widen beyond a threshold.

Use cases include waiting for better entry liquidity, sizing exits based on available depth, identifying spread opportunities for market making, tracking large-order walls (whale detection), and supporting microstructure-based decision signals.

Quick Start

Use the liquidity-monitor skill to run an order-book depth check for BTC/USDT with 20 levels.

Frequently Asked Questions about Liquidity Monitor & Order Book Analysis

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

FAQPage Schema
How do I estimate slippage for a crypto order based on order book depth?

Estimate slippage by capturing multi-level bid and ask depth via streaming order-book updates, then computing likely slippage for your target order size. This monitors order book depth to prevent expensive or unreliable execution.

How does liquidity scoring work for trade execution quality?

Liquidity scoring converts real-time order-book depth and spread conditions into a liquidity grade from A+ through F. This scoring mechanism supports trade execution quality decisions by quantifying if current liquidity makes entries and exits reliable.

Can I monitor spread widening and detect whale walls in real time?

Yes, you monitor spread widening and detect whale walls by applying real-time execution quality assessment to streaming order-book updates. The system emits alerts when spreads widen beyond thresholds and identifies large-order walls for whale detection.

What is the best way to track VWAP and microstructure signals for entry timing?

Track VWAP and microstructure signals by analyzing order-book depth, spread, and imbalance together to generate decision signals. This microstructure signal generation supports precise entry timing, exit sizing, and market making spread opportunities.

Do I need streaming order-book data to analyze liquidity imbalance?

Yes, you need streaming order-book data to analyze liquidity imbalance effectively. Capturing multi-level bid and ask depth via streaming updates is required to compute liquidity grades, estimate slippage, and emit spread and imbalance alerts.