Skip to content

Advanced Usage

Syed Ibrahim Omer edited this page Apr 13, 2026 · 1 revision

Advanced Usage

Batch tickers

Pass multiple tickers:

indicators AAPL MSFT NVDA

Or provide a text file with one ticker per line:

indicators tickers.txt

Timeframe mapping

Use different timeframes per period:

indicators AAPL -t timeframe.json

See Configuration & Templates for the JSON shape.

Multiple periods

You can provide multiple periods by passing a comma-separated list:

indicators AAPL -p 1y,2y,5y

Output control

Set output directory:

indicators AAPL -d ./output

Set a specific output file:

indicators AAPL -o aapl.csv

GPU engine

If your environment supports it, you can try GPU execution:

indicators AAPL -e gpu

Related pages:

Clone this wiki locally