DataUtil class
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
Static Methods
-
calcBOLL(List<KLineEntity> dataList, int n, int k)
→ void
-
-
calcCCI(List<KLineEntity> dataList)
→ void
-
-
calcEMA(List<KLineEntity> dataList, List<int> emaDayList)
→ 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, List<int> emaDayList = const [5, 10, 20, 60]])
→ dynamic
-
-
calcVolumeMA(List<KLineEntity> dataList)
→ void
-
-
calcWR(List<KLineEntity> dataList)
→ void
-