- /**
- * @license Highstock JS v8.2.0 (2020-08-20)
- * @module highcharts/indicators/aroon
- * @requires highcharts
- * @requires highcharts/modules/stock
- *
- * Indicator series type for Highstock
- *
- * (c) 2010-2019 Wojciech Chmiel
- *
- * License: www.highcharts.com/license
- */
- 'use strict';
- import '../../Stock/Indicators/AroonIndicator.js';
|