minute-analysis

Analyze minute-level candlestick data and backtest financial strategies.

2|Updated May 13, 2026
One-click install
npx skills add https://github.com/thanhtai040805/AI_Invest --skill minute-analysis-thanhtai040805
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minute-analysis
Source: https://github.com/thanhtai040805/AI_Invest/tree/main/ai-engine/app/domain/services/quant/skills_data/minute-analysis
Command: npx skills add https://github.com/thanhtai040805/AI_Invest --skill minute-analysis-thanhtai040805

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, numpy, requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides minute-level data analysis and backtesting capabilities, enabling users to retrieve minute candlesticks and perform in-depth analysis for strategy development.

Core Features & Use Cases

  • Minute-Level Data Analysis: Retrieve minute candlesticks from various data sources like OKX, Tushare, and yfinance.
  • Backtesting: Supports minute-level backtesting with customizable configurations.
  • Use Case: A financial analyst might use this Skill to analyze minute-level data for trading strategies and backtest them over specific time intervals.

Quick Start

Run the minute-analysis skill with the following configuration to backtest a strategy on BTC-USDT with a 5-minute interval:

{
  "source": "okx",
  "codes": ["BTC-USDT"],
  "start_date": "2026-03-01",
  "end_date": "2026-03-15",
  "interval": "5m",
  "initial_cash": 1000000,
  "commission": 0.0005
}

Frequently Asked Questions about minute-analysis

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

FAQPage Schema
How do I backtest a trading strategy using minute-level candlestick data?

To backtest a trading strategy using minute-level candlestick data, you configure your data source, target codes, date range, and interval. The skill retrieves the minute candlesticks and executes the backtest with customizable parameters like initial cash and commission.

Can I retrieve minute candlesticks from yfinance and Tushare for financial analysis?

Yes, you can retrieve minute candlesticks from yfinance and Tushare, as well as OKX. These integrated data sources support detailed financial analysis and strategy development directly within the skill.

What Python dependencies do I need for minute-level data analysis and backtesting?

You need pandas, numpy, and requests installed in your Python environment for minute-level data analysis and backtesting. These libraries handle data retrieval, processing, and numerical calculations required for strategy evaluation.

Does minute-level backtesting support customizable configurations for trading commissions?

Yes, minute-level backtesting supports customizable configurations for trading commissions. You can define specific parameters such as initial cash, commission rates, and time intervals like 5-minute candlesticks in your configuration setup.

What is the best way to analyze BTC-USDT minute data for strategy development?

The best way to analyze BTC-USDT minute data for strategy development is to configure a backtest using the OKX data source. You specify the cryptocurrency pair, date range, and minute interval to retrieve candlesticks and evaluate your strategy.

Are there limitations when retrieving minute candlesticks across different data sources?

Limitations when retrieving minute candlesticks depend on the specific data source selected, such as OKX, Tushare, or yfinance. Data availability, historical depth, and API rate limits for minute-level intervals vary across these external platforms.