-
Notifications
You must be signed in to change notification settings - Fork 0
Glossary
Syed Ibrahim Omer edited this page Apr 13, 2026
·
1 revision
The historical range requested from the data source (e.g. 1y, 2y, 5y, max). Passed through to Yahoo Finance history.
The sampling interval of the data (e.g. 1d, 1wk, 1mo, 3mo). A smaller interval means more rows and usually more compute and I/O.
A Yahoo Finance symbol (e.g. AAPL, MSFT). Availability depends on Yahoo Finance.
The execution backend used by Polars when collecting lazy frames. The CLI exposes cpu and gpu (where supported).
A rolling lookback length (N) used by moving-window indicators (SMA, RSI, etc.). In this project, windows are keyed by period and timeframe.
Open / High / Low / Close / Volume. The base time series used to compute indicators.
Related 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