volume-analysis

Compute volume profile and order-flow signals from OHLCV data.

10|2|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/mahmoud20138/Tradecraft --skill volume-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: volume-analysis
Source: https://github.com/mahmoud20138/Tradecraft/tree/main/plugins/tradecraft/skills/volume-analysis
Command: npx skills add https://github.com/mahmoud20138/Tradecraft --skill volume-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyzes market volume and order-flow signals to reveal critical price levels and potential turning points, enabling more informed trading decisions.

Core Features & Use Cases

  • Volume Profile: identify POC, VAH/VAL, HVN, LVN, and how current price relates to value areas.
  • Order Flow & Delta: compute delta, divergence, and absorption signals to gauge buying/selling pressure.
  • Wyckoff Engine: detect accumulation/distribution phases and key spring/upthrust events.
  • Combined Analysis: synthesize outputs into a clear, actionable signal for entries and risk management.

Quick Start

Feed OHLCV data into volume-analysis to generate a complete volume-based signal with POC, VAH/VAL, HVN/LVN, delta cues, and Wyckoff phases.

Frequently Asked Questions about volume-analysis

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

FAQPage Schema
How do I calculate volume profile and POC from OHLCV data?

To calculate volume profile and POC from OHLCV data, you feed historical or intraday price bars into a Python data processing environment using pandas and numpy to quantify volume distribution and reveal key price levels.

What is order flow delta divergence and how does it indicate market reversals?

Order flow delta divergence measures the difference between buying and selling pressure to gauge absorption. Identifying this divergence helps reveal potential market reversals by showing when aggressive orders are absorbed by limit orders.

Can I detect Wyckoff accumulation and distribution phases programmatically?

Yes, you can detect Wyckoff accumulation and distribution phases programmatically by applying a WyckoffEngine to price and volume data to identify key spring and upthrust events for trading entries.

Does volume analysis work for forex and futures intraday data?

Volume analysis works for forex and futures intraday data by applying order-flow dynamics to historical and intraday price data across equities, futures, or forex to produce a synthesized volume-based signal.

What is the best way to combine delta signals with value area analysis?

The best way to combine delta signals with value area analysis is to synthesize POC, VAH/VAL, and delta divergence outputs into a single actionable signal for clearer trading entries and risk management.

When should I not rely on volume profile for trading decisions?

You should not rely on volume profile when your dataset lacks true volume data, such as spot forex, because computing accurate POC, value areas, and order-flow delta requires valid OHLCV volume metrics.