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