Analyze and explain what a NinjaScript indicator does
<filename>ninja/# Explain NinjaScript Indicator Analyze a NinjaScript 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 properties 3. Extract all NinjaScriptProperty parameters 4. Trace the OnBarUpdate calculation logic 5. Identify all plots from AddPlot calls 6. Explain trading signals if any ## Output Format ## Analysis Focus Areas ### For VWAP Indicators - Session reset logic (IsFirstBarOfSession) - Cumulative volume tracking - Standard deviation bands...
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