What problem does it solve?
Minute candlestick retrieval and intraday indicator computation are data- and time-intensive tasks that are error-prone to implement repeatedly; this Skill centralizes minute-level data loading, normalization, and basic analytics so analysts and strategy developers can focus on signals rather than plumbing.
Core Features & Use Cases
- Multi-source minute loaders: fetch paginated minute candlesticks from OKX, Tushare, or yfinance with timestamp conversion and rate/limit handling.
- Indicator library: compute VWAP, TWAP, volume distribution, hourly aggregation and other intraday metrics for signal generation.
- Minute-level backtest input: prepare and validate datasets for intraday backtests by configuring interval, date range, initial cash, and commission; ideal for analyzing 5m or 1m strategies on BTC-USDT or equities.
Quick Start
Fetch 5-minute BTC-USDT candles from OKX for 2026-03-01 to 2026-03-07, compute VWAP and hourly volume distribution, and prepare the dataset for a minute-level backtest.