Create a custom technical indicator with Numba JIT compilation for production-grade speed. Arguments - = indicator name (e.g., zscore, squeeze, vwap-bands, custom-rsi, mean-reversion). Required. If no arguments, ask the user what indicator they want to build. Instructions 1. Read the indicator-expert rules, especially: - — Numba patterns and templates - — Performance best practices - — Check if indicator already exists in openalgo.ta 2. Check first : If the indicator already exists in , tell the user and show the existing API 3. Create directory (on-demand) 4. Create with: File Structure 5. C…