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