Загрузка данных


export const indicatorSeriesLabelById: Partial<Record<IndicatorsIds, Record<string, string>>> = {
  [IndicatorsIds.MACD]: {
    oscillatorFastMa: 'Fast',
    oscillatorSlowMa: 'Slow',
    macdLine: 'MACD',
    signalLine: 'Signal',
    histogram: 'Histogram',
  },
};