financialTypes top-level constant
- @Deprecated('Financial chart registrations moved to package:tenun_pro/tenun_pro_financial.dart. ' 'Use tenunProFinancialTypes instead.')
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,
};