-
Notifications
You must be signed in to change notification settings - Fork 0
Advanced Usage
Syed Ibrahim Omer edited this page Apr 13, 2026
·
1 revision
Pass multiple tickers:
indicators AAPL MSFT NVDAOr provide a text file with one ticker per line:
indicators tickers.txtUse different timeframes per period:
indicators AAPL -t timeframe.jsonSee Configuration & Templates for the JSON shape.
You can provide multiple periods by passing a comma-separated list:
indicators AAPL -p 1y,2y,5ySet output directory:
indicators AAPL -d ./outputSet a specific output file:
indicators AAPL -o aapl.csvIf your environment supports it, you can try GPU execution:
indicators AAPL -e gpuRelated pages:
- Getting Started
- CLI Reference
- Configuration & Templates
- Indicators (Overview)
- Output Formats
- Advanced Usage
- Troubleshooting
- Pipeline
- CLI Parsing
- Data Source (Yahoo Finance)
- Source Data Deep Dive
- Schema Normalization
- Data Shape Invariants
- Output Writing
- Write Output Deep Dive
- Config Resolution
- Polars Engine
- Source Modules
- Testing
- Performance
- Indicators Engine
- Reproducibility