batch_run
Execute TradingView actions like screenshots, OHLCV data, or strategy results across multiple symbols and timeframes in one batch run.
Instructions
Run an action across multiple symbols and/or timeframes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to run: screenshot, get_ohlcv, get_strategy_results | |
| symbols | Yes | Array of symbols to iterate (e.g., ["BTCUSD", "ETHUSD", "AAPL"]) | |
| delay_ms | No | Delay between iterations in ms (default 2000) | |
| timeframes | No | Array of timeframes (e.g., ["D", "60", "15"]) | |
| ohlcv_count | No | Bar count for get_ohlcv action (default 100) |