equity: Accept open_price aliases in historicals #19
Reference in New Issue
Block a user
Delete Branch "equity/historicals-live-aliases"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Parse live Agentic equity historicals so OHLC+volume populate.
Why
CT113: wire
bars_len=30butparseHistoricals→ 0 bars → VWAP=0 / insufficient_data all day (276 skips, 0 nonzero VWAP). Fixture used short-namehistoricals/data_points, so CI stayed green.Confirmed live shape:
{data:{results:[{symbol,bars:[{begins_at,open_price,high_price,low_price,close_price,volume,session}]}]}}How
results+historicals(viawire.UnmarshalRows/Unwrap)bars+data_points*_pricealiases and shortopen/high/low/closeTest
go test ./...(focused Historicals + full tree)Fixes #18