npx claudepluginhub joshuarweaver/cascade-code-devops-misc-2 --plugin lgbarn-trading-indicator-plugins<filename>pine/# Explain Pine Script Indicator Analyze a Pine Script indicator and explain what it does in plain language. Arguments: $ARGUMENTS ## Analysis Process 1. Read the indicator file completely 2. Identify the indicator's purpose from name and description 3. Extract all inputs and their purposes 4. Trace the calculation logic 5. Identify all plots and what they represent 6. Explain trading signals if any ## Output Format ## Analysis Focus Areas ### For VWAP Indicators - Session reset logic - Band calculation method - Volume weighting approach ### For Moving Average Indicators - MA type (...
/explainExplains code, concepts, or system behavior with educational clarity. Accepts target and optional --level (basic|intermediate|advanced), --format (text|examples|interactive), --context flags.
/explainExplains code files, functions, or concepts with structured breakdown: purpose, step-by-step logic, key concepts, gotchas, and dependencies.
/explainProvides detailed documentation on orchestration topics like syntax, custom syntax, agents, error-handling, and templates. Prompts topic menu if unspecified; deprecated, use skills instead.
/explainExplains ADVPL/TLPP code from files or snippets in plain language, tailored to junior, senior developer, or functional consultant levels.
/explainExplains code files, functions, classes, or concepts in the codebase with purpose, key components, data flow, dependencies, usage examples, and gotchas.
/explainProvides structured explanations of code, concepts, or architectures: big picture, components, flow, patterns, examples, fundamentals. Beginner to expert levels.
Analyze a Pine Script indicator and explain what it does in plain language. Arguments: $ARGUMENTS
## Indicator Analysis: [Name]
### Purpose
[1-2 sentences describing what this indicator does]
### Inputs
| Input | Type | Default | Purpose |
|-------|------|---------|---------|
| name | type | value | what it controls |
### Calculations
[Step-by-step explanation of what the indicator calculates]
1. **Step 1**: Description
2. **Step 2**: Description
### Plots
| Plot | Color | Description |
|------|-------|-------------|
| name | color | what it shows |
### Trading Interpretation
- **Bullish signal**: When [condition]
- **Bearish signal**: When [condition]
- **Neutral**: When [condition]
### Key Logic
[Explanation of any important conditional logic or session handling]
### Dependencies
- External libraries: [list any imports]
- Other indicators used: [list any]
### Potential Use Cases
1. Use case 1
2. Use case 2
Default search path: /Users/lgbarn/Personal/Indicators/Tradingview/