candlestick

Identifies bullish and bearish candlestick patterns from market OHLC data.

15|2|Updated May 1, 2026
One-click install
npx skills add https://github.com/OpenSucker/OpenSucker --skill candlestick-opensucker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: candlestick
Source: https://github.com/OpenSucker/OpenSucker/tree/main/skills/vibe_skills/candlestick
Command: npx skills add https://github.com/OpenSucker/OpenSucker --skill candlestick-opensucker

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables traders and analysts to recognize 15 classic candlestick patterns, facilitating timely decision-making in trading strategies.

Core Features & Use Cases

  • Pattern Recognition: Detects single, double, and triple-candle formations such as hammers, engulfing, morning and evening stars, and more.
  • Signal Generation: Produces buy or sell signals based on the combined pattern scores, aiding in automated or semi-automated trading.
  • Use Case: A trader inputs historical price data into the system to receive real-time bullish or bearish candlestick signals for market entry decisions.

Quick Start

Provide your OHLC data to the engine to receive candlestick pattern signals for each timestamp.

Frequently Asked Questions about candlestick

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

FAQPage Schema
How do I identify candlestick patterns from OHLC price data?

To identify candlestick patterns from OHLC price data, you input historical prices into a detection engine that recognizes 15 classic single, double, and triple-candle formations. It utilizes vectorized processing to efficiently scan large datasets and pinpoint potential market reversals.

What's the best way to generate trading signals from chart patterns?

Generating trading signals from chart patterns involves scoring recognized candlestick formations to produce buy or sell indicators. By analyzing combined pattern scores from historical price data, traders and algorithmic systems receive actionable bullish or bearish market entry signals.

Does pandas and numpy support vectorized candlestick pattern detection?

Yes, pandas and numpy support vectorized candlestick pattern detection by efficiently processing large historical price datasets. Using these libraries allows for rapid recognition of complex chart formations and generation of trading signals without slow loop-based iterations.

Can I use technical analysis pattern recognition for algorithmic trading?

Yes, you can use technical analysis pattern recognition for algorithmic trading by integrating candlestick detection into automated systems. The engine identifies classic patterns from price data and scores them to generate real-time buy or sell signals suitable for automated strategies.

How many classic candlestick patterns can technical analysis tools detect?

Technical analysis tools can detect 15 classic candlestick patterns, including single, double, and triple-candle formations such as hammers, engulfing patterns, and morning stars. These patterns are scored to help traders identify market sentiment and reversals.