A horizontal reference level (RSI 70/30, Stochastic 80/20, a zero line).

interface IndicatorLevel {
    color?: string;
    dashed?: boolean;
    price: number;
    title?: string;
}

Properties

color?: string
dashed?: boolean
price: number
title?: string