'宣言 Public Shared Function ZigZag( _ ByVal highs() As System.Double, _ ByVal lows() As System.Double, _ ByVal obsStart As System.Integer, _ ByVal obsEnd As System.Integer, _ ByVal minSwingPct As System.Single _ ) As System.Collections.Generic.List(Of Integer)
public static System.Collections.Generic.List<int> ZigZag( System.double[] highs, System.double[] lows, System.int obsStart, System.int obsEnd, System.float minSwingPct )
パラメータ
- highs
- lows
- obsStart
- obsEnd
- minSwingPct