_fullSto = new FullByTuple(inputs.Select(inputMapper), periodCount, SmaPeriodCountK, smaPeriodCountD);
_fastSto = new FastByTuple(inputs.Select(inputMapper), periodCount, smaPeriodCountK);
_rsv = new RawStochasticsValueByTuple(inputs.Select(inputMapper), periodCount);