clearVolumeMA method

void clearVolumeMA()

Implementation

void clearVolumeMA() {
  _volma5 = 0;
  _volma10 = 0;
  _i = 0;
}