AceStockMetricController constructor
AceStockMetricController({
- double? maxScale,
- bool useVOLMA = false,
- bool useMACD = false,
- bool useKdj = false,
- bool useAverage = false,
- List<
int> rsiDays = const [1, 6, 12], - List<
int> maDays = const [5, 10, 20, 30], - double pointWidth = 1,
- double? pointSpace,
- double paddingRight = 0,
- void onScrollBoundary(
- ScrollBoundary boundary
- required int maxLength,
Implementation
AceStockMetricController({
super.maxScale,
this.useVOLMA = false,
this.useMACD = false,
this.useKdj = false,
this.useAverage = false,
this.rsiDays = const [1, 6, 12],
this.maDays = const [5, 10, 20, 30],
super.pointWidth = 1,
super.pointSpace,
super.paddingRight = 0,
super.onScrollBoundary,
required super.maxLength,
});