financialTypes top-level constant

  1. @Deprecated('Financial chart registrations moved to package:tenun_pro/tenun_pro_financial.dart. ' 'Use tenunProFinancialTypes instead.')
Set<ChartType> const financialTypes

Implementation

@Deprecated(
  'Financial chart registrations moved to package:tenun_pro/tenun_pro_financial.dart. '
  'Use tenunProFinancialTypes instead.',
)
const Set<ChartType> financialTypes = {
  ChartType.candlestick,
  ChartType.ohlc,
  ChartType.kagi,
  ChartType.renko,
  ChartType.macd,
};