예제 #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);