Create a multi-symbol indicator scanner that screens stocks by technical conditions. Arguments Parse as: scan-type watchlist - = scan type (e.g., rsi-oversold, rsi-overbought, ema-crossover, supertrend-buy, supertrend-sell, macd-crossover, adx-trending, custom). Default: rsi-oversold - = watchlist (e.g., nifty50, banknifty, custom). Default: nifty50 If no arguments, ask the user what they want to scan for. Instructions 1. Read the indicator-expert rules for reference 2. Create directory (on-demand) 3. Create 4. The script must: - Load from project root - Define the watchlist (predefined or cu…