• RSI of bar closes as plottable bars (close = rsi). Warmup bars carry NaN so a line series breaks cleanly before the first value (the renderer skips non-finite points) instead of dropping to zero.

    Parameters

    • bars: readonly Bar[]
    • period: number = 14

    Returns Bar[]