Tim Olson b4e99744d8 Support custom column selection in OHLC queries and extend CCXT with configurable exchange-specific fields
- Add `columns` parameter to `get_ohlc_async` and pass through to Iceberg queries
- Replace hardcoded Binance field extraction with declarative `EXCHANGE_OHLCV_EXTENSIONS` config
- Add `applyScale` helper for field-specific transformations (ms_to_ns, price, size, int)
- Support `complementOf` spec for derived fields (e.g., sell_vol from total - buy_vol)
- Apply extensions dynamically in `convertToOHLC` and gap-filling logic
- Remove redundant column filtering in DataAPI (now handled upstream)
2026-04-28 20:00:10 -04:00
2026-04-28 18:57:05 -04:00
2026-03-11 18:47:11 -04:00
2026-03-11 18:47:11 -04:00
2026-04-01 18:34:08 -04:00
2026-04-13 18:30:04 -04:00
2026-04-01 18:34:08 -04:00
2026-04-13 18:30:04 -04:00
2026-03-12 15:13:38 -04:00
Description
No description provided
130 MiB
Languages
JavaScript 62.8%
TypeScript 15.8%
Python 11.5%
Java 4.9%
Vue 2.2%
Other 2.7%