# Intrabar Analyzer

> Intrabar Analyzer

- Skill: `signal-execution-labs/intrabar-analyzer` (Agent Skill)
- Install (CLI): `npx skillmds@latest add signal-execution-labs/intrabar-analyzer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/signal-execution-labs/intrabar-analyzer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Signal-Execution-Labs (https://skillmd.com/u/signal-execution-labs)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/signal-execution-labs/intrabar-analyzer

---

# Intrabar Analyzer

TradingView Pine Script v6 inspired intrabar data analysis.

## Features

- **Tick-Level Analysis** - Real volume distribution per tick
- **Multi-Timeframe Accuracy Levels**:
  - 1T (Tick): Most accurate
  - 1S (1 Second): Reasonably accurate  
  - 15S (15 Seconds): Good approximation
  - 1M (1 Minute): Rough approximation
- **Volume Profile from Ticks** - Actual traded volume at price levels
- **Intrabar Momentum** - Detect momentum shifts within bars
- **VWAP Precision** - True intrabar VWAP calculation

## Commands

```
kit intrabar <symbol> --level 1T
kit intrabar volume-profile <symbol> --bars 100
kit intrabar momentum <symbol> --sensitivity high
```

## Data Quality Notes

- Crypto/Forex: Best LTF data availability
- Stocks: Limited tick data depending on exchange
- Higher accuracy = shorter historical range

