Create a new Pine Script v5/v6 indicator for TradingView
<indicator_name> [--v5|--v6]pine/# Create New Pine Script Indicator Create a new TradingView Pine Script indicator. Arguments: $ARGUMENTS ## Before Writing Code 1. Use doc-researcher agent or Ref MCP to verify current Pine Script syntax 2. Discuss the indicator design with me before generating code 3. Wait for my approval before creating any files ## Required Structure ### Header ### Input Organization Use these standard groups: - "Feature Toggles" - master enable/disable switches - "[Indicator] Settings" - specific configuration - "Session Settings" - time-based parameters - "Display Options" - visual settings - "C...