Beispiel #1
0
 matchInfos.AddRange(MakeMatchDetails(startIndex, details));
Beispiel #2
0
 => new PlusDirectionalIndicatorByTuple(inputs, periodCount).Compute(startIndex, endIndex);
Beispiel #3
0
 => new Stochastics.SlowByTuple(inputs, periodCount, smaPeriodCountD).Compute(startIndex, endIndex);
Beispiel #4
0
 => new DirectionalMovementIndexByTuple(inputs, periodCount).Compute(startIndex, endIndex);
Beispiel #5
0
 => new MovingAverageConvergenceDivergenceByTuple(inputs, emaPeriodCount1, emaPeriodCount2, demPeriodCount).Compute(startIndex, endIndex);
Beispiel #6
0
 => new AverageTrueRangeByTuple(inputs, periodCount).Compute(startIndex, endIndex);
Beispiel #7
0
 => new CommodityChannelIndexByTuple(inputs, periodCount).Compute(startIndex, endIndex);
Beispiel #8
0
 => new BollingerBands(candles, periodCount, sdCount).Compute(startIndex, endIndex);
Beispiel #9
0
 => new ChandelierExit(candles, periodCount, atrCount).Compute(startIndex, endIndex);
Beispiel #10
0
 => new KeltnerChannels(candles, periodCount, sdCount, atrPeriodCount).Compute(startIndex, endIndex);
Beispiel #11
0
 => new Aroon(candles, periodCount).Compute(startIndex, endIndex);
Beispiel #12
0
 => new Stochastics.Slow(candles, periodCount, smaPeriodCountD).Compute(startIndex, endIndex);
Beispiel #13
0
 => new MovingAverageConvergenceDivergence(candles, emaPeriodCount1, emaPeriodCount2, demPeriodCount).Compute(startIndex, endIndex);
Beispiel #14
0
 => new VolumeWeightedAveragePriceByTuple(inputs, period).Compute(startIndex, endIndex);
Beispiel #15
0
 => new AroonOscillatorByTuple(inputs, periodCount).Compute(startIndex, endIndex);
Beispiel #16
0
 => new IchimokuCloud(candles, shortPeriodCount, middlePeriodCount, longPeriodCount).Compute(startIndex, endIndex);
Beispiel #17
0
 => new AverageDirectionalIndexRatingByTuple(inputs, periodCount, adxrPeriodCount).Compute(startIndex, endIndex);
Beispiel #18
0
 => new TrueRangeByTuple(inputs).Compute(startIndex, endIndex);
Beispiel #19
0
 => new BollingerBandsByTuple(inputs, periodCount, sdCount).Compute(startIndex, endIndex);
Beispiel #20
0
 => new AccumulationDistributionLineByTuple(inputs).Compute(startIndex, endIndex);
Beispiel #21
0
 => new ChandelierExitByTuple(inputs, periodCount, atrCount).Compute(startIndex, endIndex);
Beispiel #22
0
 => new PositiveVolumeIndexByTuple(inputs).Compute(startIndex, endIndex);
Beispiel #23
0
 => new IchimokuCloudByTuple(inputs, shortPeriodCount, middlePeriodCount, longPeriodCount).Compute(startIndex, endIndex);
Beispiel #24
0
 => new ParabolicStopAndReverseByTuple(inputs, step, maximumStep).Compute(startIndex, endIndex);
Beispiel #25
0
 => new OnBalanceVolumeByTuple(inputs).Compute(startIndex, endIndex);
Beispiel #26
0
 => new StochasticsMomentumIndexByTuple(inputs, periodCount, smoothingPeriodA, smoothingPeriodB).Compute(startIndex, endIndex);
Beispiel #27
0
 => new RawStochasticsValueByTuple(inputs, periodCount).Compute(startIndex, endIndex);
Beispiel #28
0
 => new KeltnerChannelsByTuple(inputs, periodCount, sdCount, atrPeriodCount).Compute(startIndex, endIndex);
Beispiel #29
0
 => new StochasticsOscillator.FastByTuple(inputs, periodCount, smaPeriodCount).Compute(startIndex, endIndex);
Beispiel #30
0
 (@this ?? throw new ArgumentNullException(nameof(@this))).Substring(startIndex, Math.Min(length, @this.Length - startIndex));