ed92e6653b
* Fix EMA indicator first value calculation As done by TALib and TradingView, the first EMA value after warmup is the SMA of the first period. * Update TSI indicator test data Data was exported from TradingView * Update TRIX indicator test data from TradingView * Update AccumulationDistributionOscillator indicator test data from TradingView * Update Double EMA indicator test data from TradingView * Update McClellanSummationIndex indicator test data * Update SchaffTrendCycle indicator test data * Update TripleExponentialMovingAverage indicator test data from TradingView * Update stats for algorithms using EMA * Update failing unit tests