Hacked By AnonymousFox
{"version":3,"sources":["<anon>"],"sourcesContent":["/**\n * @license Highstock JS v12.1.2 (2025-01-09)\n * @module highcharts/indicators/disparity-index\n * @requires highcharts\n * @requires highcharts/modules/stock\n *\n * Indicator series type for Highstock\n *\n * (c) 2010-2024 Rafal Sebestjanski\n *\n * License: www.highcharts.com/license\n */\n(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory(require(\"highcharts\"), require(\"highcharts\")[\"SeriesRegistry\"]);\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine(\"highcharts/indicators/disparity-index\", [[\"highcharts/highcharts\"], [\"highcharts/highcharts\",\"SeriesRegistry\"]], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"highcharts/indicators/disparity-index\"] = factory(require(\"highcharts\"), require(\"highcharts\")[\"SeriesRegistry\"]);\n\telse\n\t\troot[\"Highcharts\"] = factory(root[\"Highcharts\"], root[\"Highcharts\"][\"SeriesRegistry\"]);\n})(this, function(__WEBPACK_EXTERNAL_MODULE__944__, __WEBPACK_EXTERNAL_MODULE__512__) {\nreturn /******/ (function() { // webpackBootstrap\n/******/ \t\"use strict\";\n/******/ \tvar __webpack_modules__ = ({\n\n/***/ 512:\n/***/ (function(module) {\n\nmodule.exports = __WEBPACK_EXTERNAL_MODULE__512__;\n\n/***/ }),\n\n/***/ 944:\n/***/ (function(module) {\n\nmodule.exports = __WEBPACK_EXTERNAL_MODULE__944__;\n\n/***/ })\n\n/******/ \t});\n/************************************************************************/\n/******/ \t// The module cache\n/******/ \tvar __webpack_module_cache__ = {};\n/******/ \t\n/******/ \t// The require function\n/******/ \tfunction __webpack_require__(moduleId) {\n/******/ \t\t// Check if module is in cache\n/******/ \t\tvar cachedModule = __webpack_module_cache__[moduleId];\n/******/ \t\tif (cachedModule !== undefined) {\n/******/ \t\t\treturn cachedModule.exports;\n/******/ \t\t}\n/******/ \t\t// Create a new module (and put it into the cache)\n/******/ \t\tvar module = __webpack_module_cache__[moduleId] = {\n/******/ \t\t\t// no module.id needed\n/******/ \t\t\t// no module.loaded needed\n/******/ \t\t\texports: {}\n/******/ \t\t};\n/******/ \t\n/******/ \t\t// Execute the module function\n/******/ \t\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n/******/ \t\n/******/ \t\t// Return the exports of the module\n/******/ \t\treturn module.exports;\n/******/ \t}\n/******/ \t\n/************************************************************************/\n/******/ \t/* webpack/runtime/compat get default export */\n/******/ \t!function() {\n/******/ \t\t// getDefaultExport function for compatibility with non-harmony modules\n/******/ \t\t__webpack_require__.n = function(module) {\n/******/ \t\t\tvar getter = module && module.__esModule ?\n/******/ \t\t\t\tfunction() { return module['default']; } :\n/******/ \t\t\t\tfunction() { return module; };\n/******/ \t\t\t__webpack_require__.d(getter, { a: getter });\n/******/ \t\t\treturn getter;\n/******/ \t\t};\n/******/ \t}();\n/******/ \t\n/******/ \t/* webpack/runtime/define property getters */\n/******/ \t!function() {\n/******/ \t\t// define getter functions for harmony exports\n/******/ \t\t__webpack_require__.d = function(exports, definition) {\n/******/ \t\t\tfor(var key in definition) {\n/******/ \t\t\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n/******/ \t\t\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n/******/ \t\t\t\t}\n/******/ \t\t\t}\n/******/ \t\t};\n/******/ \t}();\n/******/ \t\n/******/ \t/* webpack/runtime/hasOwnProperty shorthand */\n/******/ \t!function() {\n/******/ \t\t__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }\n/******/ \t}();\n/******/ \t\n/************************************************************************/\nvar __webpack_exports__ = {};\n\n// EXPORTS\n__webpack_require__.d(__webpack_exports__, {\n \"default\": function() { return /* binding */ disparity_index_src; }\n});\n\n// EXTERNAL MODULE: external {\"amd\":[\"highcharts/highcharts\"],\"commonjs\":[\"highcharts\"],\"commonjs2\":[\"highcharts\"],\"root\":[\"Highcharts\"]}\nvar highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_ = __webpack_require__(944);\nvar highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default = /*#__PURE__*/__webpack_require__.n(highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_);\n// EXTERNAL MODULE: external {\"amd\":[\"highcharts/highcharts\",\"SeriesRegistry\"],\"commonjs\":[\"highcharts\",\"SeriesRegistry\"],\"commonjs2\":[\"highcharts\",\"SeriesRegistry\"],\"root\":[\"Highcharts\",\"SeriesRegistry\"]}\nvar highcharts_SeriesRegistry_commonjs_highcharts_SeriesRegistry_commonjs2_highcharts_SeriesRegistry_root_Highcharts_SeriesRegistry_ = __webpack_require__(512);\nvar highcharts_SeriesRegistry_commonjs_highcharts_SeriesRegistry_commonjs2_highcharts_SeriesRegistry_root_Highcharts_SeriesRegistry_default = /*#__PURE__*/__webpack_require__.n(highcharts_SeriesRegistry_commonjs_highcharts_SeriesRegistry_commonjs2_highcharts_SeriesRegistry_root_Highcharts_SeriesRegistry_);\n;// ./code/es5/es-modules/Stock/Indicators/DisparityIndex/DisparityIndexIndicator.js\n/* *\n * (c) 2010-2024 Rafal Sebestjanski\n *\n * Disparity Index technical indicator for Highcharts Stock\n *\n * License: www.highcharts.com/license\n *\n * !!!!!!! SOURCE GETS TRANSPILED BY TYPESCRIPT. EDIT TS FILE ONLY. !!!!!!!\n *\n * */\n\nvar __extends = (undefined && undefined.__extends) || (function () {\n var extendStatics = function (d,\n b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d,\n b) { d.__proto__ = b; }) ||\n function (d,\n b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\n\nvar SMAIndicator = (highcharts_SeriesRegistry_commonjs_highcharts_SeriesRegistry_commonjs2_highcharts_SeriesRegistry_root_Highcharts_SeriesRegistry_default()).seriesTypes.sma;\n\nvar correctFloat = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).correctFloat, defined = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).defined, extend = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).extend, isArray = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).isArray, merge = (highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()).merge;\n/* *\n *\n * Class\n *\n * */\n/**\n * The Disparity Index series type.\n *\n * @private\n * @class\n * @name Highcharts.seriesTypes.disparityindex\n *\n * @augments Highcharts.Series\n */\nvar DisparityIndexIndicator = /** @class */ (function (_super) {\n __extends(DisparityIndexIndicator, _super);\n function DisparityIndexIndicator() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n /* *\n *\n * Functions\n *\n * */\n DisparityIndexIndicator.prototype.init = function () {\n var args = arguments,\n ctx = this, // Disparity Index indicator\n params = args[1].params, // Options.params\n averageType = params && params.average ? params.average : void 0;\n ctx.averageIndicator = (highcharts_SeriesRegistry_commonjs_highcharts_SeriesRegistry_commonjs2_highcharts_SeriesRegistry_root_Highcharts_SeriesRegistry_default()).seriesTypes[averageType] || SMAIndicator;\n ctx.averageIndicator.prototype.init.apply(ctx, args);\n };\n DisparityIndexIndicator.prototype.calculateDisparityIndex = function (curPrice, periodAverage) {\n return correctFloat(curPrice - periodAverage) / periodAverage * 100;\n };\n DisparityIndexIndicator.prototype.getValues = function (series, params) {\n var index = params.index,\n xVal = series.xData,\n yVal = series.yData,\n yValLen = yVal ? yVal.length : 0,\n disparityIndexPoint = [],\n xData = [],\n yData = [], \n // \"as any\" because getValues doesn't exist on typeof Series\n averageIndicator = this.averageIndicator,\n isOHLC = isArray(yVal[0]), \n // Get the average indicator's values\n values = averageIndicator.prototype.getValues(series,\n params),\n yValues = values.yData,\n start = xVal.indexOf(values.xData[0]);\n // Check period, if bigger than points length, skip\n if (!yValues || yValues.length === 0 ||\n !defined(index) ||\n yVal.length <= start) {\n return;\n }\n // Get the Disparity Index indicator's values\n for (var i = start; i < yValLen; i++) {\n var disparityIndexValue = this.calculateDisparityIndex(isOHLC ? yVal[i][index] : yVal[i],\n yValues[i - start]);\n disparityIndexPoint.push([\n xVal[i],\n disparityIndexValue\n ]);\n xData.push(xVal[i]);\n yData.push(disparityIndexValue);\n }\n return {\n values: disparityIndexPoint,\n xData: xData,\n yData: yData\n };\n };\n /* *\n *\n * Static Properties\n *\n * */\n /**\n * Disparity Index.\n * This series requires the `linkedTo` option to be set and should\n * be loaded after the `stock/indicators/indicators.js` file.\n *\n * @sample stock/indicators/disparity-index\n * Disparity Index indicator\n *\n * @extends plotOptions.sma\n * @since 9.1.0\n * @product highstock\n * @excluding allAreas, colorAxis, joinBy, keys, navigatorOptions,\n * pointInterval, pointIntervalUnit, pointPlacement,\n * pointRange, pointStart, showInNavigator, stacking\n * @requires stock/indicators/indicators\n * @requires stock/indicators/disparity-index\n * @optionparent plotOptions.disparityindex\n */\n DisparityIndexIndicator.defaultOptions = merge(SMAIndicator.defaultOptions, {\n params: {\n /**\n * The average used to calculate the Disparity Index indicator.\n * By default it uses SMA, with EMA as an option. To use other\n * averages, e.g. TEMA, the `stock/indicators/tema.js` file needs to\n * be loaded.\n *\n * If value is different than `ema`, `dema`, `tema` or `wma`,\n * then sma is used.\n */\n average: 'sma',\n index: 3\n },\n marker: {\n enabled: false\n },\n dataGrouping: {\n approximation: 'averages'\n }\n });\n return DisparityIndexIndicator;\n}(SMAIndicator));\nextend(DisparityIndexIndicator.prototype, {\n nameBase: 'Disparity Index',\n nameComponents: ['period', 'average']\n});\nhighcharts_SeriesRegistry_commonjs_highcharts_SeriesRegistry_commonjs2_highcharts_SeriesRegistry_root_Highcharts_SeriesRegistry_default().registerSeriesType('disparityindex', DisparityIndexIndicator);\n/* *\n *\n * Default Export\n *\n * */\n/* harmony default export */ var DisparityIndex_DisparityIndexIndicator = ((/* unused pure expression or super */ null && (DisparityIndexIndicator)));\n/* *\n *\n * API Options\n *\n * */\n/**\n * The Disparity Index indicator series.\n * If the [type](#series.disparityindex.type) option is not\n * specified, it is inherited from [chart.type](#chart.type).\n *\n * @extends series,plotOptions.disparityindex\n * @since 9.1.0\n * @product highstock\n * @excluding allAreas, colorAxis, dataParser, dataURL, joinBy, keys,\n * navigatorOptions, pointInterval, pointIntervalUnit,\n * pointPlacement, pointRange, pointStart, showInNavigator, stacking\n * @requires stock/indicators/indicators\n * @requires stock/indicators/disparity-index\n * @apioption series.disparityindex\n */\n''; // To include the above in the js output\n\n;// ./code/es5/es-modules/masters/indicators/disparity-index.src.js\n\n\n\n\n/* harmony default export */ var disparity_index_src = ((highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default()));\n\n__webpack_exports__ = __webpack_exports__[\"default\"];\n/******/ \treturn __webpack_exports__;\n/******/ })()\n;\n});"],"names":["root","factory","exports","module","require","define","amd","__WEBPACK_EXTERNAL_MODULE__944__","__WEBPACK_EXTERNAL_MODULE__512__","extendStatics","__webpack_modules__","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","__webpack_exports__","disparity_index_src","highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_","highcharts_commonjs_highcharts_commonjs2_highcharts_root_Highcharts_default","highcharts_SeriesRegistry_commonjs_highcharts_SeriesRegistry_commonjs2_highcharts_SeriesRegistry_root_Highcharts_SeriesRegistry_","highcharts_SeriesRegistry_commonjs_highcharts_SeriesRegistry_commonjs2_highcharts_SeriesRegistry_root_Highcharts_SeriesRegistry_default","__extends","b","setPrototypeOf","__proto__","Array","p","__","constructor","create","SMAIndicator","seriesTypes","sma","correctFloat","defined","extend","isArray","merge","DisparityIndexIndicator","_super","apply","arguments","init","args","params","averageType","average","ctx","averageIndicator","calculateDisparityIndex","curPrice","periodAverage","getValues","series","index","xVal","xData","yVal","yData","yValLen","length","disparityIndexPoint","isOHLC","values","yValues","start","indexOf","i","disparityIndexValue","push","defaultOptions","marker","enabled","dataGrouping","approximation","nameBase","nameComponents","registerSeriesType"],"mappings":"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"}
Hacked By AnonymousFox1.0, Coded By AnonymousFox