trading-indicators-from-price-data

Installation
SKILL.md

Trading Indicators from Price Data (20 common indicators)

Calculate 20 widely used trading indicators from OHLCV candles (open, high, low, close, volume) using Python.

This skill is useful for:

  • signal generation
  • strategy backtesting
  • feature engineering for ML models
  • market condition dashboards

Requirements

Install dependencies:

pip install pandas pandas-ta
Related skills
Installs
46
GitHub Stars
111
First Seen
Mar 1, 2026