candlestick

Detects 15 classic candlestick patterns and generates composite trading signals from OHLCV data.

Updated Jun 30, 2026
One-click install
npx skills add https://github.com/20YN04/vibe-trading-macos --skill candlestick-20yn04
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: candlestick
Source: https://github.com/20YN04/vibe-trading-macos/tree/main/agent/src/skills/candlestick
Command: npx skills add https://github.com/20YN04/vibe-trading-macos --skill candlestick-20yn04

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, numpy, requests.

What problem does it solve?

This skill automates the identification of complex candlestick patterns in financial time-series data, removing the need for manual chart analysis and subjective interpretation.

Core Features & Use Cases

  • Pattern Recognition: Detects 15 classic candlestick patterns including single, double, and triple-candle formations.
  • Signal Generation: Aggregates bullish and bearish pattern scores to provide clear long, short, or neutral trading signals.
  • Use Case: Traders can use this to scan historical or real-time market data for specific price action setups like Bullish Engulfing or Morning Star patterns to inform their entry and exit strategies.

Quick Start

Use the candlestick skill to analyze the provided market data and generate trading signals for the specified symbols.

Frequently Asked Questions about candlestick

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

FAQPage Schema
How do I detect candlestick patterns in OHLCV market data using pandas?

You can detect candlestick patterns in OHLCV market data by applying a pure pandas vectorized implementation to identify 15 classic single, double, and triple-candle formations. This approach automates pattern recognition without manual chart analysis and removes subjective interpretation.

How does vectorized pattern recognition generate trading signals?

Vectorized pattern recognition generates trading signals by aggregating bullish and bearish candlestick pattern scores. It processes OHLCV financial time-series data to output clear long, short, or neutral composite signals for automated trading strategies.

What specific candlestick patterns can I scan for in financial time-series data?

You can scan financial time-series data for 15 classic candlestick patterns, including single, double, and triple-candle formations like Bullish Engulfing and Morning Star. These patterns help inform quantitative entry and exit strategies.

Do I need numpy and requests to run vectorized candlestick pattern detection?

Yes, you need pandas and numpy to perform high-performance vectorized signal calculation on OHLCV market data. The requests dependency is also required for handling market data inputs during quantitative financial analysis.

Can I use this for real-time market data scanning or is it limited to historical analysis?

You can use it for both historical and real-time market data scanning. The vectorized engine processes OHLCV time-series data to identify specific price action setups, informing both automated trading strategy development and manual entry decisions.

What are the limitations of using pandas for candlestick pattern recognition?

The limitation of using pandas for candlestick pattern recognition is that it relies strictly on OHLCV data without incorporating broader market context. Complex pattern identification is automated but may require additional filtering for accurate signal generation.