indicator-setup

Installation
SKILL.md

Set up the complete Python environment for OpenAlgo indicator analysis, charting, and dashboard development.

Arguments

  • $0 = Python version (optional, default: python3). Examples: python3.12, python3.13

Note: openalgo 2.x requires Python 3.12 or newer (3.12 / 3.13 / 3.14). Check the version before creating the venv and abort with a clear message if it is older:

python3 --version   # must be 3.12+

Steps

Step 1: Detect Operating System

uname -s 2>/dev/null || echo "Windows"
Installs
309
GitHub Stars
12
First Seen
Feb 28, 2026
indicator-setup — marketcalls/openalgo-indicator-skills