@pond-ts/financial API Reference
    Preparing search index...

    Type Alias SessionSource

    SessionSource: TradingCalendar | readonly Session[]

    Where a session-anchored study gets its sessions from: a TradingCalendar, or the same thing one step earlier — an explicit Session list (from generateSessions, from a feed's own schedule table, or written by hand). A raw list is validated and sorted exactly as TradingCalendar.fromSessions would, so an overlapping or malformed schedule throws here rather than producing quietly wrong anchors.