Analyze and explain what a Pine Script indicator does
<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 (...
Detailed topic documentation for orchestration features
Explain code, concepts, or technical decisions in clear, understandable terms
---
Get detailed explanations of code, concepts, or architectures
Provide clear explanations of code, concepts, or system behavior