clearMACD method

void clearMACD()

Implementation

void clearMACD() {
  _ema12 = 0;
  _ema26 = 0;
  _dif = 0;
  _dea = 0;
  _macd = 0;
  _i = 0;
}