/** * @license Highstock JS v9.1.0 (2021-05-04) * @module highcharts/indicators/macd * @requires highcharts * @requires highcharts/modules/stock * * Indicator series type for Highcharts Stock * * (c) 2010-2021 Sebastian Bochan * * License: www.highcharts.com/license */ 'use strict'; import '../../Stock/Indicators/MACD/MACDIndicator.js';