Chartbreaker
    Preparing search index...

    Interface Data_TClazzDescriptorIndicator

    interface Data_TClazzDescriptorIndicator {
        category:
            | "misc"
            | "oscillators"
            | "followTrend"
            | "volume"
            | string & {}
            | "averages";
        categoryName?: string;
        chartTypes?: string[]
        | null;
        clazz: Data_Clazz;
        clazzType: "indicator";
        description: string | null;
        flags: DataTClazzDescriptorFlags | undefined;
        fullname?: string | I18NString<(string | number)[]>;
        name?: string | I18NString<(string | number)[]>;
        resolutions?: number[] | null;
        sscId: number | null;
        type?: string | string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    category:
        | "misc"
        | "oscillators"
        | "followTrend"
        | "volume"
        | string & {}
        | "averages"
    categoryName?: string
    chartTypes?: string[] | null
    clazz: Data_Clazz
    clazzType: "indicator"
    description: string | null
    flags: DataTClazzDescriptorFlags | undefined
    fullname?: string | I18NString<(string | number)[]>
    name?: string | I18NString<(string | number)[]>
    resolutions?: number[] | null
    sscId: number | null
    type?: string | string[]