DataUtil class

Constructors

DataUtil()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

calcBOLL(List<KLineEntity> dataList, int n, int k) → void
calcCCI(List<KLineEntity> dataList) → void
calcKDJ(List<KLineEntity> dataList) → void
calcMA(List<KLineEntity> dataList, List<int> maDayList) → dynamic
calcMACD(List<KLineEntity> dataList) → void
calcRSI(List<KLineEntity> dataList) → void
calculate(List<KLineEntity> dataList, [List<int> maDayList = const [5, 10, 20], int n = 20, dynamic k = 2]) → dynamic
calcVolumeMA(List<KLineEntity> dataList) → void
calcWR(List<KLineEntity> dataList) → void