Analyze and explain what a Tradovate indicator does
<filename>tradovate/# Explain Tradovate Indicator Analyze a Tradovate JavaScript 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 in exports 3. Extract all params and their purposes 4. Trace the map() calculation logic 5. Identify all plots from the plots object 6. Explain trading signals if any ## Output Format ## Analysis Focus Areas ### For VWAP Indicators - Session reset logic (tradeDate comparison) - Cumulative tracking in instance variables - Band calc...
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