technical-basic

Installation
SKILL.md

Core Technical Indicator Collection

Purpose

Combines three classic Western technical analysis approaches into one composite signal engine:

Dimension Indicators Purpose
Trend EMA(12/26) + ADX(14) Determine direction and trend strength
Mean reversion Bollinger Bands(20,2) + RSI(14) Detect overbought and oversold conditions
Volume-price OBV + volume ratio Confirm volume participation

Signal Logic

Three-dimensional voting mechanism:

  • Long: trend is bullish + RSI is not overbought + OBV is rising
  • Short: trend is bearish + RSI is not oversold + OBV is falling
  • Stand aside: mixed signals

Key Implementation Details

Installs
3
GitHub Stars
31.3K
First Seen
Jun 15, 2026
technical-basic — hkuds/vibe-trading