Intrabar Analyzer

Decompose bar movement into tick-level structures for intrabar momentum and VWAP analysis.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/datagridSolution/forex-trading-ai-agent --skill intrabar-analyzer-datagridsolution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Intrabar Analyzer
Source: https://github.com/datagridSolution/forex-trading-ai-agent/tree/main/skills/intrabar-analyzer
Command: npx skills add https://github.com/datagridSolution/forex-trading-ai-agent --skill intrabar-analyzer-datagridsolution

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you analyze price movement within a single bar when only bar-level candles are too coarse for timing entries, exits, and momentum shifts.

Core Features & Use Cases

  • Tick-Level Analysis: Derive per-tick volume distribution to see where trading intensity actually occurred inside the bar.
  • Multi-Timeframe Accuracy Levels: Use 1T, 1S, 15S, or 1M intrabar approximations depending on data availability and how far back you need to look.
  • Volume Profile, Momentum, and VWAP: Build a volume profile from ticks, detect intrabar momentum shifts, and compute true intrabar VWAP for higher-fidelity tactical decisions.

Quick Start

Run kit intrabar <symbol> --level 1T to generate the most accurate intrabar tick analysis for the chosen market symbol.

Frequently Asked Questions about Intrabar Analyzer

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

FAQPage Schema
How do I analyze intrabar price movement using tick data?

Intrabar analysis decomposes standard bar movement into tick or sub-bar structures to reveal precise volume distribution and momentum shifts. This higher-resolution view exposes exactly where trading intensity occurred inside the bar.

How do I calculate true intrabar VWAP for tactical trading decisions?

Compute true intrabar VWAP by loading tick-level data at your requested timeframe granularity and deriving price metrics from the tick stream. This yields higher-fidelity volume-weighted average prices than bar-level approximations.

What is the best way to detect intrabar momentum shifts?

Detect intrabar momentum shifts by decomposing a bar into sub-bar structures and tracking per-tick volume distribution. This uncovers micro-trends and intensity changes hidden within coarse bar-level candles.

Can I generate a volume profile from 1-minute intrabar approximations?

Yes, you can generate a volume profile using 1M, 15S, 1S, or 1T intrabar approximation levels. Choose your accuracy level based on data availability and how far back you need to look.

Why does intrabar analysis provide better entry and exit timing than standard candles?

Intrabar analysis provides better timing because standard bar-level candles are too coarse to capture micro-momentum shifts. Decomposing bars into tick structures reveals exact volume intensity and price action for precise entries and exits.

Do I need specific data dependencies to run an intrabar analysis?

Yes, you must load intrabar data at the requested timeframe granularity to run the analysis. Generating tick-derived volume and price metrics requires accessing raw tick or sub-bar level market data.