Type Alias IndicatorSource

IndicatorSource:
    | "open"
    | "high"
    | "low"
    | "close"
    | "hl2"
    | "hlc3"
    | "ohlc4"
    | "volume"

Which price a calculation reads from each bar.