minute-analysis

Retrieve minute-level market data and calculate VWAP and TWAP indicators.

Updated Jul 29, 2026
One-click install
npx skills add https://github.com/santoosaraujo/vibe-trading-claude --skill minute-analysis-santoosaraujo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: minute-analysis
Source: https://github.com/santoosaraujo/vibe-trading-claude/tree/main/.claude/skills/minute-analysis
Command: npx skills add https://github.com/santoosaraujo/vibe-trading-claude --skill minute-analysis-santoosaraujo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, numpy, requests.

What problem does it solve?

This skill solves the difficulty of accessing and analyzing high-frequency minute-level market data, which is often fragmented across different financial APIs.

Core Features & Use Cases

  • Intraday Data Retrieval: Fetches minute-level candlestick data from OKX, Tushare, and yfinance.
  • Technical Indicator Calculation: Computes VWAP, TWAP, and volume distribution profiles for intraday analysis.
  • Use Case: A trader needs to determine if the current price of BTC-USDT is trading above or below the volume-weighted average price to identify potential entry points during a volatile session.

Quick Start

Use the minute-analysis skill to fetch the latest 300 candles for BTC-USDT and calculate the current VWAP.

Frequently Asked Questions about minute-analysis

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

FAQPage Schema
How do I calculate VWAP using intraday minute-level market data?▼

Yes, you can retrieve cryptocurrency intraday data by fetching minute-level candlestick data from the OKX API, enabling time-series aggregation and statistical analysis for assets like BTC-USDT.

Can I backtest trading strategies with minute-level candlestick data?▼

Yes, you can backtest trading strategies by retrieving minute-level candlestick data and calculating intraday technical indicators like VWAP and TWAP to evaluate potential entry points during volatile sessions.

Do I need pandas and numpy to analyze intraday market data?▼

Yes, this skill supports multiple data providers including OKX for cryptocurrency assets and yfinance for equities, allowing you to fetch minute-level financial market data across different APIs.

What's the best way to fetch minute-level market data for backtesting?▼

Yes, you can calculate both VWAP and TWAP for intraday analysis by processing minute-level financial market data, alongside generating volume distribution profiles to identify potential trading entry points.

Does this intraday analysis tool support both cryptocurrency and equity assets?▼

Yes, this intraday analysis tool supports both cryptocurrency and equity assets by retrieving and processing minute-level market data across multiple data providers including OKX and yfinance.