volume-analysis
Installation
SKILL.md
Volume Analysis — Profile, Order Flow & Wyckoff
Three complementary methodologies for complete volume-based analysis:
- Volume Profile — Price-level volume distribution (POC, VAH, VAL, HVN, LVN)
- Order Flow & Delta — Cumulative delta, absorption detection, delta divergence
- Wyckoff Method — Accumulation/distribution schematics, spring/upthrust, phase detection
These form a complete picture: where volume transacted (profile), direction of aggressive orders (delta), and institutional intent (Wyckoff).
Section 1: Volume Profile
import pandas as pd
import numpy as np
class VolumeProfile: