示例#1
0
 => new IchimokuCloud(candles, shortPeriodCount, middlePeriodCount, longPeriodCount).Compute(startIndex, endIndex);
示例#2
0
 => new ChandelierExit(candles, periodCount, atrCount).Compute(startIndex, endIndex);
示例#3
0
 => new BollingerBands(candles, periodCount, sdCount).Compute(startIndex, endIndex);
示例#4
0
 => new Aroon(candles, periodCount).Compute(startIndex, endIndex);
示例#5
0
 => new MovingAverageConvergenceDivergence(candles, emaPeriodCount1, emaPeriodCount2, demPeriodCount).Compute(startIndex, endIndex);
示例#6
0
 => new KeltnerChannels(candles, periodCount, sdCount, atrPeriodCount).Compute(startIndex, endIndex);