minute-analysis

Retrieve minute-level market data and compute VWAP and TWAP indicators for backtesting.

Updated May 15, 2026
One-click install
npx skills add https://github.com/philipcoller-777/Vibe-Trading-TV2 --skill minute-analysis-philipcoller-777
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minute-analysis
Source: https://github.com/philipcoller-777/Vibe-Trading-TV2/tree/main/agent/src/skills/minute-analysis
Command: npx skills add https://github.com/philipcoller-777/Vibe-Trading-TV2 --skill minute-analysis-philipcoller-777

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Minute-level data analysis and backtesting for intraday trading strategies.

Core Features & Use Cases

  • Retrieve minute candlestick data from data sources (OKX/Tushare/yfinance).
  • Compute intraday indicators such as VWAP and TWAP, and generate volume distribution insights.
  • Prepare inputs for backtesting by specifying interval in a config.json and running the backtest engine.

Quick Start

Run a minute-level backtest by configuring interval in config.json and executing the backtest tool on your dataset.

Frequently Asked Questions about minute-analysis

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

FAQPage Schema
How do I retrieve minute-level candlestick data for intraday backtesting?

To retrieve minute-level candlestick data for intraday backtesting, you can source market data from OKX, Tushare, or yfinance, then specify the desired interval in a config.json file to prepare inputs for the backtesting engine.

How do I compute VWAP and TWAP from minute candle data?

Computing VWAP and TWAP from minute candle data involves retrieving intraday market data from supported sources like OKX or yfinance and applying the built-in indicator calculations to generate volume distribution insights.

Does this backtesting tool support data from Tushare and yfinance?

Yes, the backtesting tool supports data sourcing from Tushare and yfinance, alongside OKX, allowing you to retrieve minute candlestick data and execute intraday trading strategy backtests.

What's the best way to configure intervals for a minute-level backtest?

The best way to configure intervals for a minute-level backtest is by defining the interval setting within a config.json file, which drives the workflow and prepares the dataset for the backtest engine.

Can I generate volume distribution insights using intraday market data?

Yes, you can generate volume distribution insights using intraday market data by retrieving minute candlesticks and computing intraday indicators such as VWAP and TWAP within the analysis workflow.