st-comp 0.0.146 → 0.0.147

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (148) hide show
  1. package/components.d.ts +0 -3
  2. package/es/ChartLayout.cjs +1 -1
  3. package/es/ChartLayout.js +2 -2
  4. package/es/Dialog.cjs +1 -1
  5. package/es/Dialog.js +22 -26
  6. package/es/FactorWarning.cjs +1 -1
  7. package/es/FactorWarning.js +103 -112
  8. package/es/KlineBasic.cjs +1 -1
  9. package/es/KlineBasic.js +1426 -671
  10. package/es/KlineNew.cjs +3 -1
  11. package/es/KlineNew.js +2736 -314
  12. package/es/Pagination.cjs +1 -1
  13. package/es/Pagination.js +96 -102
  14. package/es/Table.cjs +1 -1
  15. package/es/Table.js +60 -66
  16. package/es/User.cjs +1 -1
  17. package/es/User.js +96 -103
  18. package/es/VarietySearch.cjs +1 -1
  19. package/es/VarietySearch.js +32 -41
  20. package/es/VirtualTable.cjs +1 -13
  21. package/es/VirtualTable.js +1 -2801
  22. package/es/_initCloneObject-7493ecd5.cjs +1 -0
  23. package/es/{_initCloneObject-14b53c6f.js → _initCloneObject-a8dcd058.js} +26 -26
  24. package/es/{base-ec05f348.cjs → base-00ce90ec.cjs} +3 -3
  25. package/es/{base-437d17f3.js → base-674a354a.js} +63 -64
  26. package/es/config-provider-419ffbf2.js +120 -0
  27. package/es/config-provider-68414290.cjs +3 -0
  28. package/es/dropdown-127a8c0d.cjs +1 -0
  29. package/es/{dropdown-634b5e27.js → dropdown-ce30ada6.js} +30 -31
  30. package/es/el-button-7b9f5933.js +745 -0
  31. package/es/el-button-c00975e1.cjs +1 -0
  32. package/es/{el-checkbox-group-e8fece80.js → el-checkbox-group-0554b352.js} +10 -10
  33. package/es/el-checkbox-group-7a313d34.cjs +1 -0
  34. package/es/{el-empty-bacc6613.js → el-empty-39b3aed7.js} +5 -5
  35. package/es/{el-empty-19ea04f4.cjs → el-empty-87154b6d.cjs} +1 -1
  36. package/es/el-form-item-7867f64d.cjs +12 -0
  37. package/es/{el-form-item-af1855f0.js → el-form-item-fc6f80ab.js} +78 -79
  38. package/es/el-input-2ff1628c.cjs +1 -0
  39. package/es/{el-input-4961b99f.js → el-input-d249ac86.js} +82 -84
  40. package/es/{el-input-number-610fc8ba.js → el-input-number-2066fbb7.js} +35 -36
  41. package/es/el-input-number-d6801a5c.cjs +1 -0
  42. package/es/{el-message-c3b3ac96.js → el-message-9859835d.js} +79 -81
  43. package/es/el-message-ffcf690c.cjs +1 -0
  44. package/es/el-overlay-91784be2.cjs +1 -0
  45. package/es/el-overlay-f0757cc4.js +525 -0
  46. package/es/el-popover-4db657e2.cjs +1 -0
  47. package/es/{el-popover-0aa071f2.js → el-popover-b7b43c1f.js} +18 -18
  48. package/es/el-scrollbar-35bac6b3.js +2452 -0
  49. package/es/el-scrollbar-ec09bbd3.cjs +1 -0
  50. package/es/el-select-0785c35a.cjs +1 -0
  51. package/es/{el-select-9381b156.js → el-select-bcbb7e55.js} +329 -333
  52. package/es/el-table-column-2478adf8.cjs +14 -0
  53. package/es/{el-table-column-55bffba5.js → el-table-column-c1e1a206.js} +346 -350
  54. package/es/el-tag-13ee17b3.cjs +1 -0
  55. package/es/el-tag-73372c6c.js +359 -0
  56. package/es/index-07b61d12.cjs +1 -0
  57. package/es/{index-39ec9741.js → index-45de4a12.js} +7 -7
  58. package/es/index-65b719a4.cjs +1 -0
  59. package/es/index-8b5fbc11.js +66 -0
  60. package/es/index-8c85d7c5.js +858 -0
  61. package/es/index-a49f4743.cjs +2 -0
  62. package/es/{scroll-387fcfdb.js → scroll-cb696ed2.js} +1 -1
  63. package/es/{scroll-41224831.cjs → scroll-cca17da0.cjs} +1 -1
  64. package/es/style.css +1 -1
  65. package/es/{zh-cn-ab9a583d.cjs → zh-cn-37af467d.cjs} +1 -1
  66. package/es/{zh-cn-eb9c2820.js → zh-cn-ef7d7220.js} +2 -2
  67. package/lib/bundle.js +1 -1
  68. package/lib/bundle.umd.cjs +206 -206
  69. package/lib/{index-9b8ff62a.js → index-24f8572c.js} +31450 -33319
  70. package/lib/{python-a9c3d9e5.js → python-2143eee4.js} +1 -1
  71. package/lib/style.css +1 -1
  72. package/package.json +1 -1
  73. package/packages/KlineBasic/components/KlineSub/index.vue +17 -3
  74. package/packages/KlineBasic/index.vue +2 -1
  75. package/packages/KlineBasic/utils.js +20 -2
  76. package/packages/index.ts +0 -2
  77. package/src/pages/KlineBasic/api.js +1 -1
  78. package/src/router/routes.ts +0 -5
  79. package/es/Kline.cjs +0 -1
  80. package/es/Kline.js +0 -1901
  81. package/es/_initCloneObject-441db749.cjs +0 -1
  82. package/es/castArray-4251bbe4.js +0 -10
  83. package/es/castArray-a45823fe.cjs +0 -1
  84. package/es/config-provider-55482a43.js +0 -47
  85. package/es/config-provider-7cdfca4d.cjs +0 -1
  86. package/es/debounce-ac30be50.js +0 -83
  87. package/es/debounce-b2ff12bd.cjs +0 -1
  88. package/es/dropdown-d7c59a21.cjs +0 -1
  89. package/es/el-button-196807af.cjs +0 -1
  90. package/es/el-button-e1665717.js +0 -235
  91. package/es/el-checkbox-group-492b95cc.cjs +0 -1
  92. package/es/el-form-item-5bdffd07.cjs +0 -12
  93. package/es/el-input-23e2bac3.cjs +0 -1
  94. package/es/el-input-number-40a81eb5.cjs +0 -1
  95. package/es/el-menu-item-78b858f2.cjs +0 -1
  96. package/es/el-menu-item-7d04c11a.js +0 -771
  97. package/es/el-message-d4df8136.cjs +0 -1
  98. package/es/el-overlay-12dd9b35.js +0 -519
  99. package/es/el-overlay-bc0790a2.cjs +0 -1
  100. package/es/el-popover-8a77e015.cjs +0 -1
  101. package/es/el-popper-50100766.js +0 -2262
  102. package/es/el-popper-746070ba.cjs +0 -1
  103. package/es/el-scrollbar-562d0595.js +0 -201
  104. package/es/el-scrollbar-d1c3e7f7.cjs +0 -1
  105. package/es/el-select-b162dffc.cjs +0 -1
  106. package/es/el-table-column-6d761fce.cjs +0 -14
  107. package/es/el-tag-985d9aff.js +0 -279
  108. package/es/el-tag-c51a6490.cjs +0 -1
  109. package/es/index-09e01b1d.js +0 -81
  110. package/es/index-0cb48e01.js +0 -306
  111. package/es/index-3bf8d597.cjs +0 -1
  112. package/es/index-657047bb.js +0 -513
  113. package/es/index-8a0b1c53.cjs +0 -3
  114. package/es/index-a387515d.cjs +0 -1
  115. package/es/index-a902a0d9.js +0 -59
  116. package/es/index-deb8de52.cjs +0 -1
  117. package/es/index-eea0bcb3.cjs +0 -1
  118. package/es/index.esm-8d9a2abe.js +0 -2432
  119. package/es/index.esm-94a95a2a.cjs +0 -3
  120. package/es/raf-8fc301fd.cjs +0 -1
  121. package/es/raf-b128c7b7.js +0 -6
  122. package/es/typescript-7ae59c4c.js +0 -4
  123. package/es/typescript-b63f8e83.cjs +0 -1
  124. package/es/use-form-common-props-1b84d8f4.cjs +0 -2
  125. package/es/use-form-common-props-f377e500.js +0 -587
  126. package/es/vnode-7dfd4ed5.js +0 -14
  127. package/es/vnode-7fbc61e1.cjs +0 -1
  128. package/packages/Kline/components/Contextmenu/index.vue +0 -110
  129. package/packages/Kline/components/Tips/index.vue +0 -40
  130. package/packages/Kline/componentsNew/KlineSlide/index.vue +0 -155
  131. package/packages/Kline/componentsNew/KlineSub/index.vue +0 -297
  132. package/packages/Kline/componentsNew/KlineTips/index.vue +0 -66
  133. package/packages/Kline/componentsNew/KlineUtils/index.vue +0 -84
  134. package/packages/Kline/componentsNew/Tips/index.vue +0 -33
  135. package/packages/Kline/formatKlineData.ts +0 -109
  136. package/packages/Kline/images/buy.svg +0 -1
  137. package/packages/Kline/images/pen.png +0 -0
  138. package/packages/Kline/images/sell.svg +0 -1
  139. package/packages/Kline/images/t.svg +0 -1
  140. package/packages/Kline/index.ts +0 -16
  141. package/packages/Kline/index.vue +0 -891
  142. package/packages/Kline/option.ts +0 -539
  143. package/packages/Kline/type.d.ts +0 -219
  144. package/packages/Kline/utils.ts +0 -682
  145. package/src/pages/Kline/api.ts +0 -127
  146. package/src/pages/Kline/components/MultiCycleSingleVariety.vue +0 -701
  147. package/src/pages/Kline/components/SingleCycleSingleVariety.vue +0 -924
  148. package/src/pages/Kline/index.vue +0 -90
@@ -1,3 +0,0 @@
1
- "use strict";var Ee=function(){var n=typeof document<"u"&&document.currentScript?document.currentScript.src:void 0;return typeof __filename<"u"&&(n=n||__filename),function(T){T=T||{};var e=typeof T<"u"?T:{},H,te;e.ready=new Promise(function(t,i){H=t,te=i});var S={},g;for(g in e)e.hasOwnProperty(g)&&(S[g]=e[g]);var U=function(t,i){throw i},b=!1,P=!1,q=!1,Z=!1;b=typeof window=="object",P=typeof importScripts=="function",q=typeof process=="object"&&typeof process.versions=="object"&&typeof process.versions.node=="string",Z=!b&&!q&&!P;var C="";function c(t){return e.locateFile?e.locateFile(t,C):C+t}var d,I,F,le;q?(P?C=require("path").dirname(C)+"/":C=__dirname+"/",d=function(i,r){return F||(F=require("fs")),le||(le=require("path")),i=le.normalize(i),F.readFileSync(i,r?null:"utf8")},I=function(i){var r=d(i,!0);return r.buffer||(r=new Uint8Array(r)),N(r.buffer),r},process.argv.length>1&&process.argv[1].replace(/\\/g,"/"),process.argv.slice(2),process.on("uncaughtException",function(t){if(!(t instanceof Ie))throw t}),process.on("unhandledRejection",Y),U=function(t){process.exit(t)},e.inspect=function(){return"[Emscripten Module object]"}):Z?(typeof read<"u"&&(d=function(i){return read(i)}),I=function(i){var r;return typeof readbuffer=="function"?new Uint8Array(readbuffer(i)):(r=read(i,"binary"),N(typeof r=="object"),r)},typeof scriptArgs<"u"&&scriptArgs,typeof quit=="function"&&(U=function(t){quit(t)}),typeof print<"u"&&(typeof console>"u"&&(console={}),console.log=print,console.warn=console.error=typeof printErr<"u"?printErr:print)):(b||P)&&(P?C=self.location.href:document.currentScript&&(C=document.currentScript.src),n&&(C=n),C.indexOf("blob:")!==0?C=C.substr(0,C.lastIndexOf("/")+1):C="",d=function(i){var r=new XMLHttpRequest;return r.open("GET",i,!1),r.send(null),r.responseText},P&&(I=function(i){var r=new XMLHttpRequest;return r.open("GET",i,!1),r.responseType="arraybuffer",r.send(null),new Uint8Array(r.response)})),e.print||console.log.bind(console);var X=e.printErr||console.warn.bind(console);for(g in S)S.hasOwnProperty(g)&&(e[g]=S[g]);S=null,e.arguments&&e.arguments,e.thisProgram&&e.thisProgram,e.quit&&(U=e.quit);var Se=16;function Qo(t,i){return i||(i=Se),Math.ceil(t/i)*i}function $o(t,i){if(typeof WebAssembly.Function=="function"){for(var r={i:"i32",j:"i64",f:"f32",d:"f64"},u={parameters:[],results:i[0]=="v"?[]:[r[i[0]]]},s=1;s<i.length;++s)u.parameters.push(r[i[s]]);return new WebAssembly.Function(u,t)}var p=[1,0,1,96],l=i.slice(0,1),m=i.slice(1),D={i:127,j:126,f:125,d:124};p.push(m.length);for(var s=0;s<m.length;++s)p.push(D[m[s]]);l=="v"?p.push(0):p=p.concat([1,D[l]]),p[1]=p.length-2;var _=new Uint8Array([0,97,115,109,1,0,0,0].concat(p,[2,7,1,1,101,1,102,0,0,7,5,1,1,102,0,0])),A=new WebAssembly.Module(_),M=new WebAssembly.Instance(A,{e:{f:t}}),x=M.exports.f;return x}var be=[],k;function ea(t,i){var r=B;if(!k){k=new WeakMap;for(var u=0;u<r.length;u++){var s=r.get(u);s&&k.set(s,u)}}if(k.has(t))return k.get(t);var p;if(be.length)p=be.pop();else{p=r.length;try{r.grow(1)}catch(m){throw m instanceof RangeError?"Unable to grow wasm table. Set ALLOW_TABLE_GROWTH.":m}}try{r.set(p,t)}catch(m){if(!(m instanceof TypeError))throw m;var l=$o(t,i);r.set(p,l)}return k.set(t,p),p}function na(t,i){return ea(t,i)}var z;e.wasmBinary&&(z=e.wasmBinary);var Q;e.noExitRuntime&&(Q=e.noExitRuntime),typeof WebAssembly!="object"&&Y("no native wasm support detected");var $,B,pe=!1;function N(t,i){t||Y("Assertion failed: "+i)}function ta(t){var i=e["_"+t];return N(i,"Cannot call unknown function "+t+", make sure it is exported"),i}function oa(t,i,r,u,s){var p={string:function(L){var h=0;if(L!=null&&L!==0){var R=(L.length<<2)+1;h=re(R),la(L,h,R)}return h},array:function(L){var h=re(L.length);return pa(L,h),h}};function l(L){return i==="string"?ra(L):i==="boolean"?!!L:L}var m=ta(t),D=[],_=0;if(u)for(var A=0;A<u.length;A++){var M=p[r[A]];M?(_===0&&(_=Te()),D[A]=M(u[A])):D[A]=u[A]}var x=m.apply(null,D);return x=l(x),_!==0&&de(_),x}var aa=1;function ia(t,i){var r;return i==aa?r=re(t.length):r=De(t.length),t.subarray||t.slice?J.set(t,r):J.set(new Uint8Array(t),r),r}var Pe=typeof TextDecoder<"u"?new TextDecoder("utf8"):void 0;function Oe(t,i,r){for(var u=i+r,s=i;t[s]&&!(s>=u);)++s;if(s-i>16&&t.subarray&&Pe)return Pe.decode(t.subarray(i,s));for(var p="";i<s;){var l=t[i++];if(!(l&128)){p+=String.fromCharCode(l);continue}var m=t[i++]&63;if((l&224)==192){p+=String.fromCharCode((l&31)<<6|m);continue}var D=t[i++]&63;if((l&240)==224?l=(l&15)<<12|m<<6|D:l=(l&7)<<18|m<<12|D<<6|t[i++]&63,l<65536)p+=String.fromCharCode(l);else{var _=l-65536;p+=String.fromCharCode(55296|_>>10,56320|_&1023)}}return p}function ra(t,i){return t?Oe(J,t,i):""}function ua(t,i,r,u){if(!(u>0))return 0;for(var s=r,p=r+u-1,l=0;l<t.length;++l){var m=t.charCodeAt(l);if(m>=55296&&m<=57343){var D=t.charCodeAt(++l);m=65536+((m&1023)<<10)|D&1023}if(m<=127){if(r>=p)break;i[r++]=m}else if(m<=2047){if(r+1>=p)break;i[r++]=192|m>>6,i[r++]=128|m&63}else if(m<=65535){if(r+2>=p)break;i[r++]=224|m>>12,i[r++]=128|m>>6&63,i[r++]=128|m&63}else{if(r+3>=p)break;i[r++]=240|m>>18,i[r++]=128|m>>12&63,i[r++]=128|m>>6&63,i[r++]=128|m&63}}return i[r]=0,r-s}function la(t,i,r){return ua(t,J,i,r)}function pa(t,i){me.set(t,i)}var Me=65536,oe,me,J;function ma(t){oe=t,e.HEAP8=me=new Int8Array(t),e.HEAP16=new Int16Array(t),e.HEAP32=new Int32Array(t),e.HEAPU8=J=new Uint8Array(t),e.HEAPU16=new Uint16Array(t),e.HEAPU32=new Uint32Array(t),e.HEAPF32=new Float32Array(t),e.HEAPF64=new Float64Array(t)}var sa=5247776;e.___heap_base=5247776;var se=e.INITIAL_MEMORY||16777216;e.wasmMemory?$=e.wasmMemory:$=new WebAssembly.Memory({initial:se/Me,maximum:se/Me}),$&&(oe=$.buffer),se=oe.byteLength,ma(oe);var B=new WebAssembly.Table({initial:1,element:"anyfunc"}),he=[],_e=[],_a=[],He=[],ce=!1;function ca(){if(e.preRun)for(typeof e.preRun=="function"&&(e.preRun=[e.preRun]);e.preRun.length;)ve(e.preRun.shift());ae(he)}function Aa(){ce=!0,ae(_e)}function Da(){ae(_a)}function Ta(){if(e.postRun)for(typeof e.postRun=="function"&&(e.postRun=[e.postRun]);e.postRun.length;)da(e.postRun.shift());ae(He)}function ve(t){he.unshift(t)}function da(t){He.unshift(t)}var K=0,ee=null;function Ge(t){K++,e.monitorRunDependencies&&e.monitorRunDependencies(K)}function we(t){if(K--,e.monitorRunDependencies&&e.monitorRunDependencies(K),K==0&&ee){var i=ee;ee=null,i()}}e.preloadedImages={},e.preloadedAudios={},e.preloadedWasm={},ve(ba);function Y(t){e.onAbort&&e.onAbort(t),t+="",X(t),pe=!0,t="abort("+t+"). Build with -s ASSERTIONS=1 for more info.";var i=new WebAssembly.RuntimeError(t);throw te(i),i}function Ve(t,i){return String.prototype.startsWith?t.startsWith(i):t.indexOf(i)===0}var Ia="data:application/octet-stream;base64,";function Ue(t){return Ve(t,Ia)}var ya="file://";function Be(t){return Ve(t,ya)}var O="talib.wasm";Ue(O)||(O=c(O));function Ke(){try{if(z)return new Uint8Array(z);if(I)return I(O);throw"both async and sync fetching of the wasm failed"}catch(t){Y(t)}}function Ca(){return!z&&(b||P)&&typeof fetch=="function"&&!Be(O)?fetch(O,{credentials:"same-origin"}).then(function(t){if(!t.ok)throw"failed to load wasm binary file at '"+O+"'";return t.arrayBuffer()}).catch(function(){return Ke()}):Promise.resolve().then(Ke)}function fa(){var t={env:Ae,wasi_snapshot_preview1:Ae};function i(l,m){var D=l.exports;D=xe(D,1024),e.asm=D,we()}Ge();function r(l){i(l.instance)}function u(l){return Ca().then(function(m){return WebAssembly.instantiate(m,t)}).then(l,function(m){X("failed to asynchronously prepare wasm: "+m),Y(m)})}function s(){if(!z&&typeof WebAssembly.instantiateStreaming=="function"&&!Ue(O)&&!Be(O)&&typeof fetch=="function")fetch(O,{credentials:"same-origin"}).then(function(l){var m=WebAssembly.instantiateStreaming(l,t);return m.then(r,function(D){return X("wasm streaming compile failed: "+D),X("falling back to ArrayBuffer instantiation"),u(r)})});else return u(r)}if(e.instantiateWasm)try{var p=e.instantiateWasm(t,i);return p}catch(l){return X("Module.instantiateWasm callback failed with error: "+l),!1}return s(),{}}function ae(t){for(;t.length>0;){var i=t.shift();if(typeof i=="function"){i(e);continue}var r=i.func;typeof r=="number"?i.arg===void 0?B.get(r)():B.get(r)(i.arg):r(i.arg===void 0?null:i.arg)}}function ga(t,i,r){return r&&r.length?e["dynCall_"+t].apply(null,[i].concat(r)):e["dynCall_"+t].call(null,i)}function Na(t,i,r){return t.indexOf("j")!=-1?ga(t,i,r):B.get(i).apply(null,r)}var v={nextHandle:1,loadedLibs:{},loadedLibNames:{}};function La(t){return function(){var i=Te();try{return Na(t,arguments[0],Array.prototype.slice.call(arguments,1))}catch(r){if(de(i),r!==r+0&&r!=="longjmp")throw r;_setThrew(1,0)}}}function Ra(t){if(ce)return De(t);var i=e.___heap_base,r=i+t+15&-16;return e.___heap_base=r,i}function xe(t,i,r){var u={};for(var s in t){var p=t[s];typeof p=="object"&&(p=p.value),typeof p=="number"&&(p+=i),u[s]=p,r&&(r["_"+s]=p)}return u}function We(t){var i=["setTempRet0","getTempRet0","stackAlloc","stackSave","stackRestore"];return t.indexOf("dynCall_")==0||i.indexOf(t)!=-1?t:"_"+t}function Ea(t,i){var r=new Uint32Array(new Uint8Array(t.subarray(0,24)).buffer);N(r[0]==1836278016,"need to see wasm magic number"),N(t[8]===0,"need the dylink section to be first");var u=9;function s(){for(var R=0,j=1;;){var G=t[u++];if(R+=(G&127)*j,j*=128,!(G&128))break}return R}s(),N(t[u]===6),u++,N(t[u]==="d".charCodeAt(0)),u++,N(t[u]==="y".charCodeAt(0)),u++,N(t[u]==="l".charCodeAt(0)),u++,N(t[u]==="i".charCodeAt(0)),u++,N(t[u]==="n".charCodeAt(0)),u++,N(t[u]==="k".charCodeAt(0)),u++;var p=s(),l=s(),m=s();s();for(var D=s(),_=[],A=0;A<D;++A){var M=s(),x=t.subarray(u,u+M);u+=M;var L=Oe(x,0);_.push(L)}function h(){l=Math.pow(2,l),l=Math.max(l,Se);var R=Qo(Ra(p+l),l),j=Ae,G=B,Ce=G.length,wa=G;G.grow(m),N(G===wa);for(var W=R;W<R+p;W++)me[W]=0;for(var W=Ce;W<Ce+m;W++)G.set(W,null);var fe={},ge=function(y,E,w){w&&(y="orig$"+y);var f=e.asm[y];if(!f){var ne=We(y);f=e[ne],f||(f=fe[ne]),!f&&y.startsWith("invoke_")&&(f=La(y.split("_")[1]))}return f};for(var Ne in e)Ne in j||(j[Ne]=e[Ne]);var Va={get:function(y,E){switch(E){case"__memory_base":return R;case"__table_base":return Ce}if(E in y)return y[E];if(E.startsWith("g$")){var w=E.substr(2);return y[E]=function(){return ge(w)}}if(E.startsWith("fp$")){var f=E.split("$");N(f.length==3);var w=f[1],ne=f[2],Ba=ne.indexOf("j")>=0,Le=0;return y[E]=function(){if(!Le){var Ka=ge(w,"function",Ba);Le=na(Ka,ne)}return Le}}return y[E]=function(){return ge(E).apply(null,arguments)}}},Je=new Proxy(j,Va),Ye={global:{NaN:NaN,Infinity:1/0},"global.Math":Math,env:Je,wasi_snapshot_preview1:Je};function je(y,E){var w=xe(y.exports,R,E),f=w.__post_instantiate;return f&&(ce?f():_e.push(f)),w}if(i.loadAsync)return WebAssembly.instantiate(t,Ye).then(function(y){return je(y.instance,fe)});var Ua=new WebAssembly.Instance(new WebAssembly.Module(t),Ye);return je(Ua,fe)}return i.loadAsync?Promise.all(_.map(function(R){return ie(R,i)})).then(function(){return h()}):(_.forEach(function(R){ie(R,i)}),h())}function Sa(t){return fetch(t,{credentials:"same-origin"}).then(function(i){if(!i.ok)throw"failed to load binary file at '"+t+"'";return i.arrayBuffer()}).then(function(i){return new Uint8Array(i)})}function ie(t,i){t=="__self__"&&!v.loadedLibNames[t]&&(v.loadedLibs[-1]={refcount:1/0,name:"__self__",module:e.asm,global:!0},v.loadedLibNames.__self__=-1),i=i||{global:!0,nodelete:!0};var r=v.loadedLibNames[t],u;if(r)return u=v.loadedLibs[r],i.global&&!u.global&&(u.global=!0,u.module!=="loading"&&m(u.module)),i.nodelete&&u.refcount!==1/0&&(u.refcount=1/0),u.refcount++,i.loadAsync?Promise.resolve(r):r;r=v.nextHandle++,u={refcount:i.nodelete?1/0:1,name:t,module:"loading",global:i.global},v.loadedLibNames[t]=r,v.loadedLibs[r]=u;function s(_){if(i.fs){var A=i.fs.readFile(_,{encoding:"binary"});return A instanceof Uint8Array||(A=new Uint8Array(lib_data)),i.loadAsync?Promise.resolve(A):A}return i.loadAsync?Sa(_):I(_)}function p(_){return Ea(_,i)}function l(){if(e.preloadedWasm!==void 0&&e.preloadedWasm[t]!==void 0){var _=e.preloadedWasm[t];return i.loadAsync?Promise.resolve(_):_}return i.loadAsync?s(t).then(function(A){return p(A)}):p(s(t))}function m(_){for(var A in _)if(_.hasOwnProperty(A)){var M=We(A);e.hasOwnProperty(M)||(e[M]=_[A])}}function D(_){u.global&&m(_),u.module=_}return i.loadAsync?l().then(function(_){return D(_),r}):(D(l()),r)}function ba(){var t=[];if(e.dynamicLibraries&&(t=t.concat(e.dynamicLibraries)),!!t.length){if(!I){Ge(),Promise.all(t.map(function(i){return ie(i,{loadAsync:!0,global:!0,nodelete:!0})})).then(function(){we()});return}t.forEach(function(i){ie(i,{global:!0,nodelete:!0})})}}function Pa(t,i,r){J.copyWithin(t,i,i+r)}function Oa(t){Y("OOM")}function Ma(t){Oa()}function ha(){return e.___heap_base}_e.push({func:function(){Xe()}},{func:function(){Fe()}});var Ae={__indirect_function_table:B,__memory_base:1024,__stack_pointer:sa,__table_base:1,emscripten_memcpy_big:Pa,emscripten_resize_heap:Ma,g$__heap_base:ha,memory:$};fa();var Fe=e.___wasm_call_ctors=function(){return(Fe=e.___wasm_call_ctors=e.asm.__wasm_call_ctors).apply(null,arguments)};e._TA_ACCBANDS=function(){return(e._TA_ACCBANDS=e.asm.TA_ACCBANDS).apply(null,arguments)};var De=e._malloc=function(){return(De=e._malloc=e.asm.malloc).apply(null,arguments)};e._free=function(){return(e._free=e.asm.free).apply(null,arguments)},e._TA_SMA=function(){return(e._TA_SMA=e.asm.TA_SMA).apply(null,arguments)},e._TA_ACOS=function(){return(e._TA_ACOS=e.asm.TA_ACOS).apply(null,arguments)},e._TA_AD=function(){return(e._TA_AD=e.asm.TA_AD).apply(null,arguments)},e._TA_ADD=function(){return(e._TA_ADD=e.asm.TA_ADD).apply(null,arguments)},e._TA_ADOSC=function(){return(e._TA_ADOSC=e.asm.TA_ADOSC).apply(null,arguments)},e._TA_ADX=function(){return(e._TA_ADX=e.asm.TA_ADX).apply(null,arguments)},e._TA_ADXR=function(){return(e._TA_ADXR=e.asm.TA_ADXR).apply(null,arguments)},e._TA_APO=function(){return(e._TA_APO=e.asm.TA_APO).apply(null,arguments)},e._TA_MA=function(){return(e._TA_MA=e.asm.TA_MA).apply(null,arguments)},e._TA_AROON=function(){return(e._TA_AROON=e.asm.TA_AROON).apply(null,arguments)},e._TA_AROONOSC=function(){return(e._TA_AROONOSC=e.asm.TA_AROONOSC).apply(null,arguments)},e._TA_ASIN=function(){return(e._TA_ASIN=e.asm.TA_ASIN).apply(null,arguments)},e._TA_ATAN=function(){return(e._TA_ATAN=e.asm.TA_ATAN).apply(null,arguments)},e._TA_ATR=function(){return(e._TA_ATR=e.asm.TA_ATR).apply(null,arguments)},e._TA_TRANGE=function(){return(e._TA_TRANGE=e.asm.TA_TRANGE).apply(null,arguments)},e._TA_AVGDEV=function(){return(e._TA_AVGDEV=e.asm.TA_AVGDEV).apply(null,arguments)},e._TA_AVGPRICE=function(){return(e._TA_AVGPRICE=e.asm.TA_AVGPRICE).apply(null,arguments)},e._TA_BBANDS=function(){return(e._TA_BBANDS=e.asm.TA_BBANDS).apply(null,arguments)},e._TA_STDDEV=function(){return(e._TA_STDDEV=e.asm.TA_STDDEV).apply(null,arguments)},e._TA_BETA=function(){return(e._TA_BETA=e.asm.TA_BETA).apply(null,arguments)},e._TA_BOP=function(){return(e._TA_BOP=e.asm.TA_BOP).apply(null,arguments)},e._TA_CCI=function(){return(e._TA_CCI=e.asm.TA_CCI).apply(null,arguments)},e._TA_CDL2CROWS=function(){return(e._TA_CDL2CROWS=e.asm.TA_CDL2CROWS).apply(null,arguments)},e._TA_CDL3BLACKCROWS=function(){return(e._TA_CDL3BLACKCROWS=e.asm.TA_CDL3BLACKCROWS).apply(null,arguments)},e._TA_CDL3INSIDE=function(){return(e._TA_CDL3INSIDE=e.asm.TA_CDL3INSIDE).apply(null,arguments)},e._TA_CDL3LINESTRIKE=function(){return(e._TA_CDL3LINESTRIKE=e.asm.TA_CDL3LINESTRIKE).apply(null,arguments)},e._TA_CDL3OUTSIDE=function(){return(e._TA_CDL3OUTSIDE=e.asm.TA_CDL3OUTSIDE).apply(null,arguments)},e._TA_CDL3STARSINSOUTH=function(){return(e._TA_CDL3STARSINSOUTH=e.asm.TA_CDL3STARSINSOUTH).apply(null,arguments)},e._TA_CDL3WHITESOLDIERS=function(){return(e._TA_CDL3WHITESOLDIERS=e.asm.TA_CDL3WHITESOLDIERS).apply(null,arguments)},e._TA_CDLABANDONEDBABY=function(){return(e._TA_CDLABANDONEDBABY=e.asm.TA_CDLABANDONEDBABY).apply(null,arguments)},e._TA_CDLADVANCEBLOCK=function(){return(e._TA_CDLADVANCEBLOCK=e.asm.TA_CDLADVANCEBLOCK).apply(null,arguments)},e._TA_CDLBELTHOLD=function(){return(e._TA_CDLBELTHOLD=e.asm.TA_CDLBELTHOLD).apply(null,arguments)},e._TA_CDLBREAKAWAY=function(){return(e._TA_CDLBREAKAWAY=e.asm.TA_CDLBREAKAWAY).apply(null,arguments)},e._TA_CDLCLOSINGMARUBOZU=function(){return(e._TA_CDLCLOSINGMARUBOZU=e.asm.TA_CDLCLOSINGMARUBOZU).apply(null,arguments)},e._TA_CDLCONCEALBABYSWALL=function(){return(e._TA_CDLCONCEALBABYSWALL=e.asm.TA_CDLCONCEALBABYSWALL).apply(null,arguments)},e._TA_CDLCOUNTERATTACK=function(){return(e._TA_CDLCOUNTERATTACK=e.asm.TA_CDLCOUNTERATTACK).apply(null,arguments)},e._TA_CDLDARKCLOUDCOVER=function(){return(e._TA_CDLDARKCLOUDCOVER=e.asm.TA_CDLDARKCLOUDCOVER).apply(null,arguments)},e._TA_CDLDOJI=function(){return(e._TA_CDLDOJI=e.asm.TA_CDLDOJI).apply(null,arguments)},e._TA_CDLDOJISTAR=function(){return(e._TA_CDLDOJISTAR=e.asm.TA_CDLDOJISTAR).apply(null,arguments)},e._TA_CDLDRAGONFLYDOJI=function(){return(e._TA_CDLDRAGONFLYDOJI=e.asm.TA_CDLDRAGONFLYDOJI).apply(null,arguments)},e._TA_CDLENGULFING=function(){return(e._TA_CDLENGULFING=e.asm.TA_CDLENGULFING).apply(null,arguments)},e._TA_CDLEVENINGDOJISTAR=function(){return(e._TA_CDLEVENINGDOJISTAR=e.asm.TA_CDLEVENINGDOJISTAR).apply(null,arguments)},e._TA_CDLEVENINGSTAR=function(){return(e._TA_CDLEVENINGSTAR=e.asm.TA_CDLEVENINGSTAR).apply(null,arguments)},e._TA_CDLGAPSIDESIDEWHITE=function(){return(e._TA_CDLGAPSIDESIDEWHITE=e.asm.TA_CDLGAPSIDESIDEWHITE).apply(null,arguments)},e._TA_CDLGRAVESTONEDOJI=function(){return(e._TA_CDLGRAVESTONEDOJI=e.asm.TA_CDLGRAVESTONEDOJI).apply(null,arguments)},e._TA_CDLHAMMER=function(){return(e._TA_CDLHAMMER=e.asm.TA_CDLHAMMER).apply(null,arguments)},e._TA_CDLHANGINGMAN=function(){return(e._TA_CDLHANGINGMAN=e.asm.TA_CDLHANGINGMAN).apply(null,arguments)},e._TA_CDLHARAMI=function(){return(e._TA_CDLHARAMI=e.asm.TA_CDLHARAMI).apply(null,arguments)},e._TA_CDLHARAMICROSS=function(){return(e._TA_CDLHARAMICROSS=e.asm.TA_CDLHARAMICROSS).apply(null,arguments)},e._TA_CDLHIGHWAVE=function(){return(e._TA_CDLHIGHWAVE=e.asm.TA_CDLHIGHWAVE).apply(null,arguments)},e._TA_CDLHIKKAKE=function(){return(e._TA_CDLHIKKAKE=e.asm.TA_CDLHIKKAKE).apply(null,arguments)},e._TA_CDLHIKKAKEMOD=function(){return(e._TA_CDLHIKKAKEMOD=e.asm.TA_CDLHIKKAKEMOD).apply(null,arguments)},e._TA_CDLHOMINGPIGEON=function(){return(e._TA_CDLHOMINGPIGEON=e.asm.TA_CDLHOMINGPIGEON).apply(null,arguments)},e._TA_CDLIDENTICAL3CROWS=function(){return(e._TA_CDLIDENTICAL3CROWS=e.asm.TA_CDLIDENTICAL3CROWS).apply(null,arguments)},e._TA_CDLINNECK=function(){return(e._TA_CDLINNECK=e.asm.TA_CDLINNECK).apply(null,arguments)},e._TA_CDLINVERTEDHAMMER=function(){return(e._TA_CDLINVERTEDHAMMER=e.asm.TA_CDLINVERTEDHAMMER).apply(null,arguments)},e._TA_CDLKICKING=function(){return(e._TA_CDLKICKING=e.asm.TA_CDLKICKING).apply(null,arguments)},e._TA_CDLKICKINGBYLENGTH=function(){return(e._TA_CDLKICKINGBYLENGTH=e.asm.TA_CDLKICKINGBYLENGTH).apply(null,arguments)},e._TA_CDLLADDERBOTTOM=function(){return(e._TA_CDLLADDERBOTTOM=e.asm.TA_CDLLADDERBOTTOM).apply(null,arguments)},e._TA_CDLLONGLEGGEDDOJI=function(){return(e._TA_CDLLONGLEGGEDDOJI=e.asm.TA_CDLLONGLEGGEDDOJI).apply(null,arguments)},e._TA_CDLLONGLINE=function(){return(e._TA_CDLLONGLINE=e.asm.TA_CDLLONGLINE).apply(null,arguments)},e._TA_CDLMARUBOZU=function(){return(e._TA_CDLMARUBOZU=e.asm.TA_CDLMARUBOZU).apply(null,arguments)},e._TA_CDLMATCHINGLOW=function(){return(e._TA_CDLMATCHINGLOW=e.asm.TA_CDLMATCHINGLOW).apply(null,arguments)},e._TA_CDLMATHOLD=function(){return(e._TA_CDLMATHOLD=e.asm.TA_CDLMATHOLD).apply(null,arguments)},e._TA_CDLMORNINGDOJISTAR=function(){return(e._TA_CDLMORNINGDOJISTAR=e.asm.TA_CDLMORNINGDOJISTAR).apply(null,arguments)},e._TA_CDLMORNINGSTAR=function(){return(e._TA_CDLMORNINGSTAR=e.asm.TA_CDLMORNINGSTAR).apply(null,arguments)},e._TA_CDLONNECK=function(){return(e._TA_CDLONNECK=e.asm.TA_CDLONNECK).apply(null,arguments)},e._TA_CDLPIERCING=function(){return(e._TA_CDLPIERCING=e.asm.TA_CDLPIERCING).apply(null,arguments)},e._TA_CDLRICKSHAWMAN=function(){return(e._TA_CDLRICKSHAWMAN=e.asm.TA_CDLRICKSHAWMAN).apply(null,arguments)},e._TA_CDLRISEFALL3METHODS=function(){return(e._TA_CDLRISEFALL3METHODS=e.asm.TA_CDLRISEFALL3METHODS).apply(null,arguments)},e._TA_CDLSEPARATINGLINES=function(){return(e._TA_CDLSEPARATINGLINES=e.asm.TA_CDLSEPARATINGLINES).apply(null,arguments)},e._TA_CDLSHOOTINGSTAR=function(){return(e._TA_CDLSHOOTINGSTAR=e.asm.TA_CDLSHOOTINGSTAR).apply(null,arguments)},e._TA_CDLSHORTLINE=function(){return(e._TA_CDLSHORTLINE=e.asm.TA_CDLSHORTLINE).apply(null,arguments)},e._TA_CDLSPINNINGTOP=function(){return(e._TA_CDLSPINNINGTOP=e.asm.TA_CDLSPINNINGTOP).apply(null,arguments)},e._TA_CDLSTALLEDPATTERN=function(){return(e._TA_CDLSTALLEDPATTERN=e.asm.TA_CDLSTALLEDPATTERN).apply(null,arguments)},e._TA_CDLSTICKSANDWICH=function(){return(e._TA_CDLSTICKSANDWICH=e.asm.TA_CDLSTICKSANDWICH).apply(null,arguments)},e._TA_CDLTAKURI=function(){return(e._TA_CDLTAKURI=e.asm.TA_CDLTAKURI).apply(null,arguments)},e._TA_CDLTASUKIGAP=function(){return(e._TA_CDLTASUKIGAP=e.asm.TA_CDLTASUKIGAP).apply(null,arguments)},e._TA_CDLTHRUSTING=function(){return(e._TA_CDLTHRUSTING=e.asm.TA_CDLTHRUSTING).apply(null,arguments)},e._TA_CDLTRISTAR=function(){return(e._TA_CDLTRISTAR=e.asm.TA_CDLTRISTAR).apply(null,arguments)},e._TA_CDLUNIQUE3RIVER=function(){return(e._TA_CDLUNIQUE3RIVER=e.asm.TA_CDLUNIQUE3RIVER).apply(null,arguments)},e._TA_CDLUPSIDEGAP2CROWS=function(){return(e._TA_CDLUPSIDEGAP2CROWS=e.asm.TA_CDLUPSIDEGAP2CROWS).apply(null,arguments)},e._TA_CDLXSIDEGAP3METHODS=function(){return(e._TA_CDLXSIDEGAP3METHODS=e.asm.TA_CDLXSIDEGAP3METHODS).apply(null,arguments)},e._TA_CEIL=function(){return(e._TA_CEIL=e.asm.TA_CEIL).apply(null,arguments)},e._TA_CMO=function(){return(e._TA_CMO=e.asm.TA_CMO).apply(null,arguments)},e._TA_CORREL=function(){return(e._TA_CORREL=e.asm.TA_CORREL).apply(null,arguments)},e._TA_COS=function(){return(e._TA_COS=e.asm.TA_COS).apply(null,arguments)},e._TA_COSH=function(){return(e._TA_COSH=e.asm.TA_COSH).apply(null,arguments)},e._TA_DEMA=function(){return(e._TA_DEMA=e.asm.TA_DEMA).apply(null,arguments)},e._TA_DIV=function(){return(e._TA_DIV=e.asm.TA_DIV).apply(null,arguments)},e._TA_DX=function(){return(e._TA_DX=e.asm.TA_DX).apply(null,arguments)},e._TA_EMA=function(){return(e._TA_EMA=e.asm.TA_EMA).apply(null,arguments)},e._TA_EXP=function(){return(e._TA_EXP=e.asm.TA_EXP).apply(null,arguments)},e._TA_FLOOR=function(){return(e._TA_FLOOR=e.asm.TA_FLOOR).apply(null,arguments)},e._TA_HT_DCPERIOD=function(){return(e._TA_HT_DCPERIOD=e.asm.TA_HT_DCPERIOD).apply(null,arguments)},e._TA_HT_DCPHASE=function(){return(e._TA_HT_DCPHASE=e.asm.TA_HT_DCPHASE).apply(null,arguments)},e._TA_HT_PHASOR=function(){return(e._TA_HT_PHASOR=e.asm.TA_HT_PHASOR).apply(null,arguments)},e._TA_HT_SINE=function(){return(e._TA_HT_SINE=e.asm.TA_HT_SINE).apply(null,arguments)},e._TA_HT_TRENDLINE=function(){return(e._TA_HT_TRENDLINE=e.asm.TA_HT_TRENDLINE).apply(null,arguments)},e._TA_HT_TRENDMODE=function(){return(e._TA_HT_TRENDMODE=e.asm.TA_HT_TRENDMODE).apply(null,arguments)},e._TA_IMI=function(){return(e._TA_IMI=e.asm.TA_IMI).apply(null,arguments)},e._TA_KAMA=function(){return(e._TA_KAMA=e.asm.TA_KAMA).apply(null,arguments)},e._TA_LINEARREG=function(){return(e._TA_LINEARREG=e.asm.TA_LINEARREG).apply(null,arguments)},e._TA_LINEARREG_ANGLE=function(){return(e._TA_LINEARREG_ANGLE=e.asm.TA_LINEARREG_ANGLE).apply(null,arguments)},e._TA_LINEARREG_INTERCEPT=function(){return(e._TA_LINEARREG_INTERCEPT=e.asm.TA_LINEARREG_INTERCEPT).apply(null,arguments)},e._TA_LINEARREG_SLOPE=function(){return(e._TA_LINEARREG_SLOPE=e.asm.TA_LINEARREG_SLOPE).apply(null,arguments)},e._TA_LN=function(){return(e._TA_LN=e.asm.TA_LN).apply(null,arguments)},e._TA_LOG10=function(){return(e._TA_LOG10=e.asm.TA_LOG10).apply(null,arguments)},e._TA_WMA=function(){return(e._TA_WMA=e.asm.TA_WMA).apply(null,arguments)},e._TA_TEMA=function(){return(e._TA_TEMA=e.asm.TA_TEMA).apply(null,arguments)},e._TA_TRIMA=function(){return(e._TA_TRIMA=e.asm.TA_TRIMA).apply(null,arguments)},e._TA_MAMA=function(){return(e._TA_MAMA=e.asm.TA_MAMA).apply(null,arguments)},e._TA_T3=function(){return(e._TA_T3=e.asm.TA_T3).apply(null,arguments)},e._TA_MACD=function(){return(e._TA_MACD=e.asm.TA_MACD).apply(null,arguments)},e._TA_MACDEXT=function(){return(e._TA_MACDEXT=e.asm.TA_MACDEXT).apply(null,arguments)},e._TA_MACDFIX=function(){return(e._TA_MACDFIX=e.asm.TA_MACDFIX).apply(null,arguments)},e._TA_MAVP=function(){return(e._TA_MAVP=e.asm.TA_MAVP).apply(null,arguments)},e._TA_MAX=function(){return(e._TA_MAX=e.asm.TA_MAX).apply(null,arguments)},e._TA_MAXINDEX=function(){return(e._TA_MAXINDEX=e.asm.TA_MAXINDEX).apply(null,arguments)},e._TA_MEDPRICE=function(){return(e._TA_MEDPRICE=e.asm.TA_MEDPRICE).apply(null,arguments)},e._TA_MFI=function(){return(e._TA_MFI=e.asm.TA_MFI).apply(null,arguments)},e._TA_MIDPOINT=function(){return(e._TA_MIDPOINT=e.asm.TA_MIDPOINT).apply(null,arguments)},e._TA_MIDPRICE=function(){return(e._TA_MIDPRICE=e.asm.TA_MIDPRICE).apply(null,arguments)},e._TA_MIN=function(){return(e._TA_MIN=e.asm.TA_MIN).apply(null,arguments)},e._TA_MININDEX=function(){return(e._TA_MININDEX=e.asm.TA_MININDEX).apply(null,arguments)},e._TA_MINMAX=function(){return(e._TA_MINMAX=e.asm.TA_MINMAX).apply(null,arguments)},e._TA_MINMAXINDEX=function(){return(e._TA_MINMAXINDEX=e.asm.TA_MINMAXINDEX).apply(null,arguments)},e._TA_MINUS_DI=function(){return(e._TA_MINUS_DI=e.asm.TA_MINUS_DI).apply(null,arguments)},e._TA_MINUS_DM=function(){return(e._TA_MINUS_DM=e.asm.TA_MINUS_DM).apply(null,arguments)},e._TA_MOM=function(){return(e._TA_MOM=e.asm.TA_MOM).apply(null,arguments)},e._TA_MULT=function(){return(e._TA_MULT=e.asm.TA_MULT).apply(null,arguments)},e._TA_NATR=function(){return(e._TA_NATR=e.asm.TA_NATR).apply(null,arguments)},e._TA_OBV=function(){return(e._TA_OBV=e.asm.TA_OBV).apply(null,arguments)},e._TA_PLUS_DI=function(){return(e._TA_PLUS_DI=e.asm.TA_PLUS_DI).apply(null,arguments)},e._TA_PLUS_DM=function(){return(e._TA_PLUS_DM=e.asm.TA_PLUS_DM).apply(null,arguments)},e._TA_PPO=function(){return(e._TA_PPO=e.asm.TA_PPO).apply(null,arguments)},e._TA_ROC=function(){return(e._TA_ROC=e.asm.TA_ROC).apply(null,arguments)},e._TA_ROCP=function(){return(e._TA_ROCP=e.asm.TA_ROCP).apply(null,arguments)},e._TA_ROCR=function(){return(e._TA_ROCR=e.asm.TA_ROCR).apply(null,arguments)},e._TA_ROCR100=function(){return(e._TA_ROCR100=e.asm.TA_ROCR100).apply(null,arguments)},e._TA_RSI=function(){return(e._TA_RSI=e.asm.TA_RSI).apply(null,arguments)},e._TA_SAR=function(){return(e._TA_SAR=e.asm.TA_SAR).apply(null,arguments)},e._TA_SAREXT=function(){return(e._TA_SAREXT=e.asm.TA_SAREXT).apply(null,arguments)},e._TA_SIN=function(){return(e._TA_SIN=e.asm.TA_SIN).apply(null,arguments)},e._TA_SINH=function(){return(e._TA_SINH=e.asm.TA_SINH).apply(null,arguments)},e._TA_SQRT=function(){return(e._TA_SQRT=e.asm.TA_SQRT).apply(null,arguments)},e._TA_STOCH=function(){return(e._TA_STOCH=e.asm.TA_STOCH).apply(null,arguments)},e._TA_STOCHF=function(){return(e._TA_STOCHF=e.asm.TA_STOCHF).apply(null,arguments)},e._TA_STOCHRSI=function(){return(e._TA_STOCHRSI=e.asm.TA_STOCHRSI).apply(null,arguments)},e._TA_SUB=function(){return(e._TA_SUB=e.asm.TA_SUB).apply(null,arguments)},e._TA_SUM=function(){return(e._TA_SUM=e.asm.TA_SUM).apply(null,arguments)},e._TA_TAN=function(){return(e._TA_TAN=e.asm.TA_TAN).apply(null,arguments)},e._TA_TANH=function(){return(e._TA_TANH=e.asm.TA_TANH).apply(null,arguments)},e._TA_TRIX=function(){return(e._TA_TRIX=e.asm.TA_TRIX).apply(null,arguments)},e._TA_TSF=function(){return(e._TA_TSF=e.asm.TA_TSF).apply(null,arguments)},e._TA_TYPPRICE=function(){return(e._TA_TYPPRICE=e.asm.TA_TYPPRICE).apply(null,arguments)},e._TA_ULTOSC=function(){return(e._TA_ULTOSC=e.asm.TA_ULTOSC).apply(null,arguments)},e._TA_VAR=function(){return(e._TA_VAR=e.asm.TA_VAR).apply(null,arguments)},e._TA_WCLPRICE=function(){return(e._TA_WCLPRICE=e.asm.TA_WCLPRICE).apply(null,arguments)},e._TA_WILLR=function(){return(e._TA_WILLR=e.asm.TA_WILLR).apply(null,arguments)};var Te=e.stackSave=function(){return(Te=e.stackSave=e.asm.stackSave).apply(null,arguments)},de=e.stackRestore=function(){return(de=e.stackRestore=e.asm.stackRestore).apply(null,arguments)},re=e.stackAlloc=function(){return(re=e.stackAlloc=e.asm.stackAlloc).apply(null,arguments)},Xe=e.___assign_got_enties=function(){return(Xe=e.___assign_got_enties=e.asm.__assign_got_enties).apply(null,arguments)};e._TA_Globals=1448,e.___data_end=4888;for(var Ha in["TA_Globals","__data_end"])(function(t){e["g$"+t]=function(){return e[t]}})(Ha);e.ccall=oa,e.allocate=ia;var ue;function Ie(t){this.name="ExitStatus",this.message="Program terminated with exit("+t+")",this.status=t}ee=function t(){ue||ye(),ue||(ee=t)};function va(t){var i=e._main;if(i){var r=0,u=0;try{var s=i(r,u);Ga(s,!0)}catch(l){if(l instanceof Ie)return;if(l=="unwind"){Q=!0;return}else{var p=l;l&&typeof l=="object"&&l.stack&&(p=[l,l.stack]),X("exception thrown: "+p),U(1,l)}}finally{}}}function ye(t){if(K>0||(ca(),K>0))return;function i(){ue||(ue=!0,e.calledRun=!0,!pe&&(Aa(),Da(),H(e),e.onRuntimeInitialized&&e.onRuntimeInitialized(),ke&&va(),Ta()))}e.setStatus?(e.setStatus("Running..."),setTimeout(function(){setTimeout(function(){e.setStatus("")},1),i()},1)):i()}e.run=ye;function Ga(t,i){i&&Q&&t===0||(Q||(e.onExit&&e.onExit(t),pe=!0),U(t,new Ie(t)))}if(e.preInit)for(typeof e.preInit=="function"&&(e.preInit=[e.preInit]);e.preInit.length>0;)e.preInit.pop()();var ke=!0;return e.noInitialRun&&(ke=!1),Q=!0,ye(),T.ready}}();const o={ACCBANDS:{name:"ACCBANDS",camelCaseName:"accBands",group:"Overlap Studies",description:"Acceleration Bands",inputs:[{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:20,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}}],outputs:[{name:"upperBand",type:"Double[]",plotHint:"limit_upper"},{name:"middleBand",type:"Double[]",plotHint:"line"},{name:"lowerBand",type:"Double[]",plotHint:"limit_lower"}]},ACOS:{name:"ACOS",camelCaseName:"acos",group:"Math Transform",description:"Vector Trigonometric ACos",inputs:[{name:"inReal",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},AD:{name:"AD",camelCaseName:"ad",group:"Volume Indicators",description:"Chaikin A/D Line",inputs:[{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"},{name:"volume",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},ADD:{name:"ADD",camelCaseName:"add",group:"Math Operators",description:"Vector Arithmetic Add",inputs:[{name:"inReal0",type:"Double[]"},{name:"inReal1",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},ADOSC:{name:"ADOSC",camelCaseName:"adOsc",group:"Volume Indicators",description:"Chaikin A/D Oscillator",inputs:[{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"},{name:"volume",type:"Double[]"}],options:[{name:"fastPeriod",displayName:"Fast Period",defaultValue:3,hint:"Number of period for the fast MA",type:"Integer",range:{min:2,max:1e5}},{name:"slowPeriod",displayName:"Slow Period",defaultValue:10,hint:"Number of period for the slow MA",type:"Integer",range:{min:2,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},ADX:{name:"ADX",camelCaseName:"adx",group:"Momentum Indicators",description:"Average Directional Movement Index",inputs:[{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:14,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},ADXR:{name:"ADXR",camelCaseName:"adxr",group:"Momentum Indicators",description:"Average Directional Movement Index Rating",inputs:[{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:14,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},APO:{name:"APO",camelCaseName:"apo",group:"Momentum Indicators",description:"Absolute Price Oscillator",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"fastPeriod",displayName:"Fast Period",defaultValue:12,hint:"Number of period for the fast MA",type:"Integer",range:{min:2,max:1e5}},{name:"slowPeriod",displayName:"Slow Period",defaultValue:26,hint:"Number of period for the slow MA",type:"Integer",range:{min:2,max:1e5}},{name:"MAType",displayName:"MA Type",defaultValue:0,hint:"Type of Moving Average",type:"MAType"}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},AROON:{name:"AROON",camelCaseName:"aroon",group:"Momentum Indicators",description:"Aroon",inputs:[{name:"high",type:"Double[]"},{name:"low",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:14,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}}],outputs:[{name:"aroonDown",type:"Double[]",plotHint:"line_dash"},{name:"aroonUp",type:"Double[]",plotHint:"line"}]},AROONOSC:{name:"AROONOSC",camelCaseName:"aroonOsc",group:"Momentum Indicators",description:"Aroon Oscillator",inputs:[{name:"high",type:"Double[]"},{name:"low",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:14,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},ASIN:{name:"ASIN",camelCaseName:"asin",group:"Math Transform",description:"Vector Trigonometric ASin",inputs:[{name:"inReal",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},ATAN:{name:"ATAN",camelCaseName:"atan",group:"Math Transform",description:"Vector Trigonometric ATan",inputs:[{name:"inReal",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},ATR:{name:"ATR",camelCaseName:"atr",group:"Volatility Indicators",description:"Average True Range",inputs:[{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:14,hint:"Number of period",type:"Integer",range:{min:1,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},AVGDEV:{name:"AVGDEV",camelCaseName:"avgDev",group:"Price Transform",description:"Average Deviation",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:14,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},AVGPRICE:{name:"AVGPRICE",camelCaseName:"avgPrice",group:"Price Transform",description:"Average Price",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},BBANDS:{name:"BBANDS",camelCaseName:"bbands",group:"Overlap Studies",description:"Bollinger Bands",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:5,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}},{name:"nbDevUp",displayName:"Deviations up",defaultValue:2,hint:"Deviation multiplier for upper band",type:"Double",range:{min:-3e37,max:3e37}},{name:"nbDevDn",displayName:"Deviations down",defaultValue:2,hint:"Deviation multiplier for lower band",type:"Double",range:{min:-3e37,max:3e37}},{name:"MAType",displayName:"MA Type",defaultValue:0,hint:"Type of Moving Average",type:"MAType"}],outputs:[{name:"upperBand",type:"Double[]",plotHint:"limit_upper"},{name:"middleBand",type:"Double[]",plotHint:"line"},{name:"lowerBand",type:"Double[]",plotHint:"limit_lower"}]},BETA:{name:"BETA",camelCaseName:"beta",group:"Statistic Functions",description:"Beta",inputs:[{name:"inReal0",type:"Double[]"},{name:"inReal1",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:5,hint:"Number of period",type:"Integer",range:{min:1,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},BOP:{name:"BOP",camelCaseName:"bop",group:"Momentum Indicators",description:"Balance Of Power",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},CCI:{name:"CCI",camelCaseName:"cci",group:"Momentum Indicators",description:"Commodity Channel Index",inputs:[{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:14,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},CDL2CROWS:{name:"CDL2CROWS",camelCaseName:"cdl2Crows",group:"Pattern Recognition",description:"Two Crows",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDL3BLACKCROWS:{name:"CDL3BLACKCROWS",camelCaseName:"cdl3BlackCrows",group:"Pattern Recognition",description:"Three Black Crows",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDL3INSIDE:{name:"CDL3INSIDE",camelCaseName:"cdl3Inside",group:"Pattern Recognition",description:"Three Inside Up/Down",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDL3LINESTRIKE:{name:"CDL3LINESTRIKE",camelCaseName:"cdl3LineStrike",group:"Pattern Recognition",description:"Three-Line Strike ",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDL3OUTSIDE:{name:"CDL3OUTSIDE",camelCaseName:"cdl3Outside",group:"Pattern Recognition",description:"Three Outside Up/Down",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDL3STARSINSOUTH:{name:"CDL3STARSINSOUTH",camelCaseName:"cdl3StarsInSouth",group:"Pattern Recognition",description:"Three Stars In The South",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDL3WHITESOLDIERS:{name:"CDL3WHITESOLDIERS",camelCaseName:"cdl3WhiteSoldiers",group:"Pattern Recognition",description:"Three Advancing White Soldiers",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLABANDONEDBABY:{name:"CDLABANDONEDBABY",camelCaseName:"cdlAbandonedBaby",group:"Pattern Recognition",description:"Abandoned Baby",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[{name:"penetration",displayName:"Penetration",defaultValue:.3,hint:"Percentage of penetration of a candle within another candle",type:"Double",range:{min:0,max:3e37}}],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLADVANCEBLOCK:{name:"CDLADVANCEBLOCK",camelCaseName:"cdlAdvanceBlock",group:"Pattern Recognition",description:"Advance Block",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLBELTHOLD:{name:"CDLBELTHOLD",camelCaseName:"cdlBeltHold",group:"Pattern Recognition",description:"Belt-hold",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLBREAKAWAY:{name:"CDLBREAKAWAY",camelCaseName:"cdlBreakaway",group:"Pattern Recognition",description:"Breakaway",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLCLOSINGMARUBOZU:{name:"CDLCLOSINGMARUBOZU",camelCaseName:"cdlClosingMarubozu",group:"Pattern Recognition",description:"Closing Marubozu",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLCONCEALBABYSWALL:{name:"CDLCONCEALBABYSWALL",camelCaseName:"cdlConcealBabysWall",group:"Pattern Recognition",description:"Concealing Baby Swallow",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLCOUNTERATTACK:{name:"CDLCOUNTERATTACK",camelCaseName:"cdlCounterAttack",group:"Pattern Recognition",description:"Counterattack",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLDARKCLOUDCOVER:{name:"CDLDARKCLOUDCOVER",camelCaseName:"cdlDarkCloudCover",group:"Pattern Recognition",description:"Dark Cloud Cover",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[{name:"penetration",displayName:"Penetration",defaultValue:.5,hint:"Percentage of penetration of a candle within another candle",type:"Double",range:{min:0,max:3e37}}],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLDOJI:{name:"CDLDOJI",camelCaseName:"cdlDoji",group:"Pattern Recognition",description:"Doji",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLDOJISTAR:{name:"CDLDOJISTAR",camelCaseName:"cdlDojiStar",group:"Pattern Recognition",description:"Doji Star",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLDRAGONFLYDOJI:{name:"CDLDRAGONFLYDOJI",camelCaseName:"cdlDragonflyDoji",group:"Pattern Recognition",description:"Dragonfly Doji",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLENGULFING:{name:"CDLENGULFING",camelCaseName:"cdlEngulfing",group:"Pattern Recognition",description:"Engulfing Pattern",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLEVENINGDOJISTAR:{name:"CDLEVENINGDOJISTAR",camelCaseName:"cdlEveningDojiStar",group:"Pattern Recognition",description:"Evening Doji Star",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[{name:"penetration",displayName:"Penetration",defaultValue:.3,hint:"Percentage of penetration of a candle within another candle",type:"Double",range:{min:0,max:3e37}}],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLEVENINGSTAR:{name:"CDLEVENINGSTAR",camelCaseName:"cdlEveningStar",group:"Pattern Recognition",description:"Evening Star",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[{name:"penetration",displayName:"Penetration",defaultValue:.3,hint:"Percentage of penetration of a candle within another candle",type:"Double",range:{min:0,max:3e37}}],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLGAPSIDESIDEWHITE:{name:"CDLGAPSIDESIDEWHITE",camelCaseName:"cdlGapSideSideWhite",group:"Pattern Recognition",description:"Up/Down-gap side-by-side white lines",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLGRAVESTONEDOJI:{name:"CDLGRAVESTONEDOJI",camelCaseName:"cdlGravestoneDoji",group:"Pattern Recognition",description:"Gravestone Doji",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLHAMMER:{name:"CDLHAMMER",camelCaseName:"cdlHammer",group:"Pattern Recognition",description:"Hammer",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLHANGINGMAN:{name:"CDLHANGINGMAN",camelCaseName:"cdlHangingMan",group:"Pattern Recognition",description:"Hanging Man",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLHARAMI:{name:"CDLHARAMI",camelCaseName:"cdlHarami",group:"Pattern Recognition",description:"Harami Pattern",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLHARAMICROSS:{name:"CDLHARAMICROSS",camelCaseName:"cdlHaramiCross",group:"Pattern Recognition",description:"Harami Cross Pattern",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLHIGHWAVE:{name:"CDLHIGHWAVE",camelCaseName:"cdlHignWave",group:"Pattern Recognition",description:"High-Wave Candle",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLHIKKAKE:{name:"CDLHIKKAKE",camelCaseName:"cdlHikkake",group:"Pattern Recognition",description:"Hikkake Pattern",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLHIKKAKEMOD:{name:"CDLHIKKAKEMOD",camelCaseName:"cdlHikkakeMod",group:"Pattern Recognition",description:"Modified Hikkake Pattern",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLHOMINGPIGEON:{name:"CDLHOMINGPIGEON",camelCaseName:"cdlHomingPigeon",group:"Pattern Recognition",description:"Homing Pigeon",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLIDENTICAL3CROWS:{name:"CDLIDENTICAL3CROWS",camelCaseName:"cdlIdentical3Crows",group:"Pattern Recognition",description:"Identical Three Crows",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLINNECK:{name:"CDLINNECK",camelCaseName:"cdlInNeck",group:"Pattern Recognition",description:"In-Neck Pattern",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLINVERTEDHAMMER:{name:"CDLINVERTEDHAMMER",camelCaseName:"cdlInvertedHammer",group:"Pattern Recognition",description:"Inverted Hammer",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLKICKING:{name:"CDLKICKING",camelCaseName:"cdlKicking",group:"Pattern Recognition",description:"Kicking",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLKICKINGBYLENGTH:{name:"CDLKICKINGBYLENGTH",camelCaseName:"cdlKickingByLength",group:"Pattern Recognition",description:"Kicking - bull/bear determined by the longer marubozu",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLLADDERBOTTOM:{name:"CDLLADDERBOTTOM",camelCaseName:"cdlLadderBottom",group:"Pattern Recognition",description:"Ladder Bottom",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLLONGLEGGEDDOJI:{name:"CDLLONGLEGGEDDOJI",camelCaseName:"cdlLongLeggedDoji",group:"Pattern Recognition",description:"Long Legged Doji",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLLONGLINE:{name:"CDLLONGLINE",camelCaseName:"cdlLongLine",group:"Pattern Recognition",description:"Long Line Candle",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLMARUBOZU:{name:"CDLMARUBOZU",camelCaseName:"cdlMarubozu",group:"Pattern Recognition",description:"Marubozu",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLMATCHINGLOW:{name:"CDLMATCHINGLOW",camelCaseName:"cdlMatchingLow",group:"Pattern Recognition",description:"Matching Low",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLMATHOLD:{name:"CDLMATHOLD",camelCaseName:"cdlMatHold",group:"Pattern Recognition",description:"Mat Hold",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[{name:"penetration",displayName:"Penetration",defaultValue:.5,hint:"Percentage of penetration of a candle within another candle",type:"Double",range:{min:0,max:3e37}}],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLMORNINGDOJISTAR:{name:"CDLMORNINGDOJISTAR",camelCaseName:"cdlMorningDojiStar",group:"Pattern Recognition",description:"Morning Doji Star",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[{name:"penetration",displayName:"Penetration",defaultValue:.3,hint:"Percentage of penetration of a candle within another candle",type:"Double",range:{min:0,max:3e37}}],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLMORNINGSTAR:{name:"CDLMORNINGSTAR",camelCaseName:"cdlMorningStar",group:"Pattern Recognition",description:"Morning Star",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[{name:"penetration",displayName:"Penetration",defaultValue:.3,hint:"Percentage of penetration of a candle within another candle",type:"Double",range:{min:0,max:3e37}}],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLONNECK:{name:"CDLONNECK",camelCaseName:"cdlOnNeck",group:"Pattern Recognition",description:"On-Neck Pattern",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLPIERCING:{name:"CDLPIERCING",camelCaseName:"cdlPiercing",group:"Pattern Recognition",description:"Piercing Pattern",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLRICKSHAWMAN:{name:"CDLRICKSHAWMAN",camelCaseName:"cdlRickshawMan",group:"Pattern Recognition",description:"Rickshaw Man",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLRISEFALL3METHODS:{name:"CDLRISEFALL3METHODS",camelCaseName:"cdlRiseFall3Methods",group:"Pattern Recognition",description:"Rising/Falling Three Methods",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLSEPARATINGLINES:{name:"CDLSEPARATINGLINES",camelCaseName:"cdlSeperatingLines",group:"Pattern Recognition",description:"Separating Lines",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLSHOOTINGSTAR:{name:"CDLSHOOTINGSTAR",camelCaseName:"cdlShootingStar",group:"Pattern Recognition",description:"Shooting Star",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLSHORTLINE:{name:"CDLSHORTLINE",camelCaseName:"cdlShortLine",group:"Pattern Recognition",description:"Short Line Candle",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLSPINNINGTOP:{name:"CDLSPINNINGTOP",camelCaseName:"cdlSpinningTop",group:"Pattern Recognition",description:"Spinning Top",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLSTALLEDPATTERN:{name:"CDLSTALLEDPATTERN",camelCaseName:"cdlStalledPattern",group:"Pattern Recognition",description:"Stalled Pattern",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLSTICKSANDWICH:{name:"CDLSTICKSANDWICH",camelCaseName:"cdlStickSandwhich",group:"Pattern Recognition",description:"Stick Sandwich",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLTAKURI:{name:"CDLTAKURI",camelCaseName:"cdlTakuri",group:"Pattern Recognition",description:"Takuri (Dragonfly Doji with very long lower shadow)",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLTASUKIGAP:{name:"CDLTASUKIGAP",camelCaseName:"cdlTasukiGap",group:"Pattern Recognition",description:"Tasuki Gap",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLTHRUSTING:{name:"CDLTHRUSTING",camelCaseName:"cdlThrusting",group:"Pattern Recognition",description:"Thrusting Pattern",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLTRISTAR:{name:"CDLTRISTAR",camelCaseName:"cdlTristar",group:"Pattern Recognition",description:"Tristar Pattern",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLUNIQUE3RIVER:{name:"CDLUNIQUE3RIVER",camelCaseName:"cdlUnique3River",group:"Pattern Recognition",description:"Unique 3 River",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLUPSIDEGAP2CROWS:{name:"CDLUPSIDEGAP2CROWS",camelCaseName:"cdlUpsideGap2Crows",group:"Pattern Recognition",description:"Upside Gap Two Crows",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CDLXSIDEGAP3METHODS:{name:"CDLXSIDEGAP3METHODS",camelCaseName:"cdlXSideGap3Methods",group:"Pattern Recognition",description:"Upside/Downside Gap Three Methods",inputs:[{name:"open",type:"Double[]"},{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},CEIL:{name:"CEIL",camelCaseName:"ceil",group:"Math Transform",description:"Vector Ceil",inputs:[{name:"inReal",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},CMO:{name:"CMO",camelCaseName:"cmo",group:"Momentum Indicators",description:"Chande Momentum Oscillator",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:14,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},CORREL:{name:"CORREL",camelCaseName:"correl",group:"Statistic Functions",description:"Pearson's Correlation Coefficient (r)",inputs:[{name:"inReal0",type:"Double[]"},{name:"inReal1",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:30,hint:"Number of period",type:"Integer",range:{min:1,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},COS:{name:"COS",camelCaseName:"cos",group:"Math Transform",description:"Vector Trigonometric Cos",inputs:[{name:"inReal",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},COSH:{name:"COSH",camelCaseName:"cosh",group:"Math Transform",description:"Vector Trigonometric Cosh",inputs:[{name:"inReal",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},DEMA:{name:"DEMA",camelCaseName:"dema",group:"Overlap Studies",description:"Double Exponential Moving Average",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:30,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},DIV:{name:"DIV",camelCaseName:"div",group:"Math Operators",description:"Vector Arithmetic Div",inputs:[{name:"inReal0",type:"Double[]"},{name:"inReal1",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},DX:{name:"DX",camelCaseName:"dx",group:"Momentum Indicators",description:"Directional Movement Index",inputs:[{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:14,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},EMA:{name:"EMA",camelCaseName:"ema",group:"Overlap Studies",description:"Exponential Moving Average",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:30,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},EXP:{name:"EXP",camelCaseName:"exp",group:"Math Transform",description:"Vector Arithmetic Exp",inputs:[{name:"inReal",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},FLOOR:{name:"FLOOR",camelCaseName:"floor",group:"Math Transform",description:"Vector Floor",inputs:[{name:"inReal",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},HT_DCPERIOD:{name:"HT_DCPERIOD",camelCaseName:"htDcPeriod",group:"Cycle Indicators",description:"Hilbert Transform - Dominant Cycle Period",inputs:[{name:"inReal",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},HT_DCPHASE:{name:"HT_DCPHASE",camelCaseName:"htDcPhase",group:"Cycle Indicators",description:"Hilbert Transform - Dominant Cycle Phase",inputs:[{name:"inReal",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},HT_PHASOR:{name:"HT_PHASOR",camelCaseName:"htPhasor",group:"Cycle Indicators",description:"Hilbert Transform - Phasor Components",inputs:[{name:"inReal",type:"Double[]"}],options:[],outputs:[{name:"inPhase",type:"Double[]",plotHint:"line"},{name:"quadrature",type:"Double[]",plotHint:"line_dash"}]},HT_SINE:{name:"HT_SINE",camelCaseName:"htSine",group:"Cycle Indicators",description:"Hilbert Transform - SineWave",inputs:[{name:"inReal",type:"Double[]"}],options:[],outputs:[{name:"sine",type:"Double[]",plotHint:"line"},{name:"leadSine",type:"Double[]",plotHint:"line_dash"}]},HT_TRENDLINE:{name:"HT_TRENDLINE",camelCaseName:"htTrendline",group:"Overlap Studies",description:"Hilbert Transform - Instantaneous Trendline",inputs:[{name:"inReal",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},HT_TRENDMODE:{name:"HT_TRENDMODE",camelCaseName:"htTrendMode",group:"Cycle Indicators",description:"Hilbert Transform - Trend vs Cycle Mode",inputs:[{name:"inReal",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},IMI:{name:"IMI",camelCaseName:"imi",group:"Momentum Indicators",description:"Intraday Momentum Index",inputs:[{name:"open",type:"Double[]"},{name:"close",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:14,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},KAMA:{name:"KAMA",camelCaseName:"kama",group:"Overlap Studies",description:"Kaufman Adaptive Moving Average",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:30,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},LINEARREG:{name:"LINEARREG",camelCaseName:"linearReg",group:"Statistic Functions",description:"Linear Regression",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:14,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},LINEARREG_ANGLE:{name:"LINEARREG_ANGLE",camelCaseName:"linearRegAngle",group:"Statistic Functions",description:"Linear Regression Angle",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:14,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},LINEARREG_INTERCEPT:{name:"LINEARREG_INTERCEPT",camelCaseName:"linearRegIntercept",group:"Statistic Functions",description:"Linear Regression Intercept",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:14,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},LINEARREG_SLOPE:{name:"LINEARREG_SLOPE",camelCaseName:"linearRegSlope",group:"Statistic Functions",description:"Linear Regression Slope",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:14,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},LN:{name:"LN",camelCaseName:"ln",group:"Math Transform",description:"Vector Log Natural",inputs:[{name:"inReal",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},LOG10:{name:"LOG10",camelCaseName:"log10",group:"Math Transform",description:"Vector Log10",inputs:[{name:"inReal",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},MA:{name:"MA",camelCaseName:"movingAverage",group:"Overlap Studies",description:"Moving average",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:30,hint:"Number of period",type:"Integer",range:{min:1,max:1e5}},{name:"MAType",displayName:"MA Type",defaultValue:0,hint:"Type of Moving Average",type:"MAType"}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},MACD:{name:"MACD",camelCaseName:"macd",group:"Momentum Indicators",description:"Moving Average Convergence/Divergence",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"fastPeriod",displayName:"Fast Period",defaultValue:12,hint:"Number of period for the fast MA",type:"Integer",range:{min:2,max:1e5}},{name:"slowPeriod",displayName:"Slow Period",defaultValue:26,hint:"Number of period for the slow MA",type:"Integer",range:{min:2,max:1e5}},{name:"signalPeriod",displayName:"Signal Period",defaultValue:9,hint:"Smoothing for the signal line (nb of period)",type:"Integer",range:{min:1,max:1e5}}],outputs:[{name:"MACD",type:"Double[]",plotHint:"line"},{name:"MACDSignal",type:"Double[]",plotHint:"line_dash"},{name:"MACDHist",type:"Double[]",plotHint:"histogram"}]},MACDEXT:{name:"MACDEXT",camelCaseName:"macdExt",group:"Momentum Indicators",description:"MACD with controllable MA type",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"fastPeriod",displayName:"Fast Period",defaultValue:12,hint:"Number of period for the fast MA",type:"Integer",range:{min:2,max:1e5}},{name:"fastMAType",displayName:"Fast MA",defaultValue:0,hint:"Type of Moving Average for fast MA",type:"MAType"},{name:"slowPeriod",displayName:"Slow Period",defaultValue:26,hint:"Number of period for the slow MA",type:"Integer",range:{min:2,max:1e5}},{name:"slowMAType",displayName:"Slow MA",defaultValue:0,hint:"Type of Moving Average for slow MA",type:"MAType"},{name:"signalPeriod",displayName:"Signal Period",defaultValue:9,hint:"Smoothing for the signal line (nb of period)",type:"Integer",range:{min:1,max:1e5}},{name:"signalMAType",displayName:"Signal MA",defaultValue:0,hint:"Type of Moving Average for signal line",type:"MAType"}],outputs:[{name:"MACD",type:"Double[]",plotHint:"line"},{name:"MACDSignal",type:"Double[]",plotHint:"line_dash"},{name:"MACDHist",type:"Double[]",plotHint:"histogram"}]},MACDFIX:{name:"MACDFIX",camelCaseName:"macdFix",group:"Momentum Indicators",description:"Moving Average Convergence/Divergence Fix 12/26",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"signalPeriod",displayName:"Signal Period",defaultValue:9,hint:"Smoothing for the signal line (nb of period)",type:"Integer",range:{min:1,max:1e5}}],outputs:[{name:"MACD",type:"Double[]",plotHint:"line"},{name:"MACDSignal",type:"Double[]",plotHint:"line_dash"},{name:"MACDHist",type:"Double[]",plotHint:"histogram"}]},MAMA:{name:"MAMA",camelCaseName:"mama",group:"Overlap Studies",description:"MESA Adaptive Moving Average",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"fastLimit",displayName:"Fast Limit",defaultValue:.5,hint:"Upper limit use in the adaptive algorithm",type:"Double",range:{min:.01,max:.99}},{name:"slowLimit",displayName:"Slow Limit",defaultValue:.05,hint:"Lower limit use in the adaptive algorithm",type:"Double",range:{min:.01,max:.99}}],outputs:[{name:"MAMA",type:"Double[]",plotHint:"line"},{name:"FAMA",type:"Double[]",plotHint:"line_dash"}]},MAVP:{name:"MAVP",camelCaseName:"movingAverageVariablePeriod",group:"Overlap Studies",description:"Moving average with variable period",inputs:[{name:"inReal",type:"Double[]"},{name:"inPeriods",type:"Double[]"}],options:[{name:"minPeriod",displayName:"Minimum Period",defaultValue:2,hint:"Value less than minimum will be changed to Minimum period",type:"Integer",range:{min:2,max:1e5}},{name:"maxPeriod",displayName:"Maximum Period",defaultValue:30,hint:"Value higher than maximum will be changed to Maximum period",type:"Integer",range:{min:2,max:1e5}},{name:"MAType",displayName:"MA Type",defaultValue:0,hint:"Type of Moving Average",type:"MAType"}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},MAX:{name:"MAX",camelCaseName:"max",group:"Math Operators",description:"Highest value over a specified period",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:30,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},MAXINDEX:{name:"MAXINDEX",camelCaseName:"maxIndex",group:"Math Operators",description:"Index of highest value over a specified period",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:30,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}}],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},MEDPRICE:{name:"MEDPRICE",camelCaseName:"medPrice",group:"Price Transform",description:"Median Price",inputs:[{name:"high",type:"Double[]"},{name:"low",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},MFI:{name:"MFI",camelCaseName:"mfi",group:"Momentum Indicators",description:"Money Flow Index",inputs:[{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"},{name:"volume",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:14,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},MIDPOINT:{name:"MIDPOINT",camelCaseName:"midPoint",group:"Overlap Studies",description:"MidPoint over period",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:14,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},MIDPRICE:{name:"MIDPRICE",camelCaseName:"midPrice",group:"Overlap Studies",description:"Midpoint Price over period",inputs:[{name:"high",type:"Double[]"},{name:"low",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:14,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},MIN:{name:"MIN",camelCaseName:"min",group:"Math Operators",description:"Lowest value over a specified period",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:30,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},MININDEX:{name:"MININDEX",camelCaseName:"minIndex",group:"Math Operators",description:"Index of lowest value over a specified period",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:30,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}}],outputs:[{name:"output",type:"Integer[]",plotHint:"line"}]},MINMAX:{name:"MINMAX",camelCaseName:"minMax",group:"Math Operators",description:"Lowest and highest values over a specified period",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:30,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}}],outputs:[{name:"min",type:"Double[]",plotHint:"line"},{name:"max",type:"Double[]",plotHint:"line"}]},MINMAXINDEX:{name:"MINMAXINDEX",camelCaseName:"minMaxIndex",group:"Math Operators",description:"Indexes of lowest and highest values over a specified period",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:30,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}}],outputs:[{name:"minIdx",type:"Integer[]",plotHint:"line"},{name:"maxIdx",type:"Integer[]",plotHint:"line"}]},MINUS_DI:{name:"MINUS_DI",camelCaseName:"minusDI",group:"Momentum Indicators",description:"Minus Directional Indicator",inputs:[{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:14,hint:"Number of period",type:"Integer",range:{min:1,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},MINUS_DM:{name:"MINUS_DM",camelCaseName:"minusDM",group:"Momentum Indicators",description:"Minus Directional Movement",inputs:[{name:"high",type:"Double[]"},{name:"low",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:14,hint:"Number of period",type:"Integer",range:{min:1,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},MOM:{name:"MOM",camelCaseName:"mom",group:"Momentum Indicators",description:"Momentum",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:10,hint:"Number of period",type:"Integer",range:{min:1,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},MULT:{name:"MULT",camelCaseName:"mult",group:"Math Operators",description:"Vector Arithmetic Mult",inputs:[{name:"inReal0",type:"Double[]"},{name:"inReal1",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},NATR:{name:"NATR",camelCaseName:"natr",group:"Volatility Indicators",description:"Normalized Average True Range",inputs:[{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:14,hint:"Number of period",type:"Integer",range:{min:1,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},OBV:{name:"OBV",camelCaseName:"obv",group:"Volume Indicators",description:"On Balance Volume",inputs:[{name:"inReal",type:"Double[]"},{name:"volume",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},PLUS_DI:{name:"PLUS_DI",camelCaseName:"plusDI",group:"Momentum Indicators",description:"Plus Directional Indicator",inputs:[{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:14,hint:"Number of period",type:"Integer",range:{min:1,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},PLUS_DM:{name:"PLUS_DM",camelCaseName:"plusDM",group:"Momentum Indicators",description:"Plus Directional Movement",inputs:[{name:"high",type:"Double[]"},{name:"low",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:14,hint:"Number of period",type:"Integer",range:{min:1,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},PPO:{name:"PPO",camelCaseName:"ppo",group:"Momentum Indicators",description:"Percentage Price Oscillator",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"fastPeriod",displayName:"Fast Period",defaultValue:12,hint:"Number of period for the fast MA",type:"Integer",range:{min:2,max:1e5}},{name:"slowPeriod",displayName:"Slow Period",defaultValue:26,hint:"Number of period for the slow MA",type:"Integer",range:{min:2,max:1e5}},{name:"MAType",displayName:"MA Type",defaultValue:0,hint:"Type of Moving Average",type:"MAType"}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},ROC:{name:"ROC",camelCaseName:"roc",group:"Momentum Indicators",description:"Rate of change : ((price/prevPrice)-1)*100",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:10,hint:"Number of period",type:"Integer",range:{min:1,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},ROCP:{name:"ROCP",camelCaseName:"rocP",group:"Momentum Indicators",description:"Rate of change Percentage: (price-prevPrice)/prevPrice",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:10,hint:"Number of period",type:"Integer",range:{min:1,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},ROCR:{name:"ROCR",camelCaseName:"rocR",group:"Momentum Indicators",description:"Rate of change ratio: (price/prevPrice)",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:10,hint:"Number of period",type:"Integer",range:{min:1,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},ROCR100:{name:"ROCR100",camelCaseName:"rocR100",group:"Momentum Indicators",description:"Rate of change ratio 100 scale: (price/prevPrice)*100",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:10,hint:"Number of period",type:"Integer",range:{min:1,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},RSI:{name:"RSI",camelCaseName:"rsi",group:"Momentum Indicators",description:"Relative Strength Index",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:14,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},SAR:{name:"SAR",camelCaseName:"sar",group:"Overlap Studies",description:"Parabolic SAR",inputs:[{name:"high",type:"Double[]"},{name:"low",type:"Double[]"}],options:[{name:"acceleration",displayName:"Acceleration Factor",defaultValue:.02,hint:"Acceleration Factor used up to the Maximum value",type:"Double",range:{min:0,max:3e37}},{name:"maximum",displayName:"AF Maximum",defaultValue:.2,hint:"Acceleration Factor Maximum value",type:"Double",range:{min:0,max:3e37}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},SAREXT:{name:"SAREXT",camelCaseName:"sarExt",group:"Overlap Studies",description:"Parabolic SAR - Extended",inputs:[{name:"high",type:"Double[]"},{name:"low",type:"Double[]"}],options:[{name:"startValue",displayName:"Start Value",defaultValue:0,hint:"Start value and direction. 0 for Auto, >0 for Long, <0 for Short",type:"Double",range:{min:-3e37,max:3e37}},{name:"offsetOnReverse",displayName:"Offset on Reverse",defaultValue:0,hint:"Percent offset added/removed to initial stop on short/long reversal",type:"Double",range:{min:0,max:3e37}},{name:"accelerationInitLong",displayName:"AF Init Long",defaultValue:.02,hint:"Acceleration Factor initial value for the Long direction",type:"Double",range:{min:0,max:3e37}},{name:"accelerationLong",displayName:"AF Long",defaultValue:.02,hint:"Acceleration Factor for the Long direction",type:"Double",range:{min:0,max:3e37}},{name:"accelerationMaxLong",displayName:"AF Max Long",defaultValue:.2,hint:"Acceleration Factor maximum value for the Long direction",type:"Double",range:{min:0,max:3e37}},{name:"accelerationInitShort",displayName:"AF Init Short",defaultValue:.02,hint:"Acceleration Factor initial value for the Short direction",type:"Double",range:{min:0,max:3e37}},{name:"accelerationShort",displayName:"AF Short",defaultValue:.02,hint:"Acceleration Factor for the Short direction",type:"Double",range:{min:0,max:3e37}},{name:"accelerationMaxShort",displayName:"AF Max Short",defaultValue:.2,hint:"Acceleration Factor maximum value for the Short direction",type:"Double",range:{min:0,max:3e37}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},SIN:{name:"SIN",camelCaseName:"sin",group:"Math Transform",description:"Vector Trigonometric Sin",inputs:[{name:"inReal",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},SINH:{name:"SINH",camelCaseName:"sinh",group:"Math Transform",description:"Vector Trigonometric Sinh",inputs:[{name:"inReal",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},SMA:{name:"SMA",camelCaseName:"sma",group:"Overlap Studies",description:"Simple Moving Average",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:30,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},SQRT:{name:"SQRT",camelCaseName:"sqrt",group:"Math Transform",description:"Vector Square Root",inputs:[{name:"inReal",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},STDDEV:{name:"STDDEV",camelCaseName:"stdDev",group:"Statistic Functions",description:"Standard Deviation",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:5,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}},{name:"nbDev",displayName:"Deviations",defaultValue:1,hint:"Nb of deviations",type:"Double",range:{min:-3e37,max:3e37}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},STOCH:{name:"STOCH",camelCaseName:"stoch",group:"Momentum Indicators",description:"Stochastic",inputs:[{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[{name:"fastK_Period",displayName:"Fast-K Period",defaultValue:5,hint:"Time period for building the Fast-K line",type:"Integer",range:{min:1,max:1e5}},{name:"slowK_Period",displayName:"Slow-K Period",defaultValue:3,hint:"Smoothing for making the Slow-K line. Usually set to 3",type:"Integer",range:{min:1,max:1e5}},{name:"slowK_MAType",displayName:"Slow-K MA",defaultValue:0,hint:"Type of Moving Average for Slow-K",type:"MAType"},{name:"slowD_Period",displayName:"Slow-D Period",defaultValue:3,hint:"Smoothing for making the Slow-D line",type:"Integer",range:{min:1,max:1e5}},{name:"slowD_MAType",displayName:"Slow-D MA",defaultValue:0,hint:"Type of Moving Average for Slow-D",type:"MAType"}],outputs:[{name:"slowK",type:"Double[]",plotHint:"line_dash"},{name:"slowD",type:"Double[]",plotHint:"line_dash"}]},STOCHF:{name:"STOCHF",camelCaseName:"stochF",group:"Momentum Indicators",description:"Stochastic Fast",inputs:[{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[{name:"fastK_Period",displayName:"Fast-K Period",defaultValue:5,hint:"Time period for building the Fast-K line",type:"Integer",range:{min:1,max:1e5}},{name:"fastD_Period",displayName:"Fast-D Period",defaultValue:3,hint:"Smoothing for making the Fast-D line. Usually set to 3",type:"Integer",range:{min:1,max:1e5}},{name:"fastD_MAType",displayName:"Fast-D MA",defaultValue:0,hint:"Type of Moving Average for Fast-D",type:"MAType"}],outputs:[{name:"fastK",type:"Double[]",plotHint:"line"},{name:"fastD",type:"Double[]",plotHint:"line"}]},STOCHRSI:{name:"STOCHRSI",camelCaseName:"stochRsi",group:"Momentum Indicators",description:"Stochastic Relative Strength Index",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:14,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}},{name:"fastK_Period",displayName:"Fast-K Period",defaultValue:5,hint:"Time period for building the Fast-K line",type:"Integer",range:{min:1,max:1e5}},{name:"fastD_Period",displayName:"Fast-D Period",defaultValue:3,hint:"Smoothing for making the Fast-D line. Usually set to 3",type:"Integer",range:{min:1,max:1e5}},{name:"fastD_MAType",displayName:"Fast-D MA",defaultValue:0,hint:"Type of Moving Average for Fast-D",type:"MAType"}],outputs:[{name:"fastK",type:"Double[]",plotHint:"line"},{name:"fastD",type:"Double[]",plotHint:"line"}]},SUB:{name:"SUB",camelCaseName:"sub",group:"Math Operators",description:"Vector Arithmetic Substraction",inputs:[{name:"inReal0",type:"Double[]"},{name:"inReal1",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},SUM:{name:"SUM",camelCaseName:"sum",group:"Math Operators",description:"Summation",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:30,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},T3:{name:"T3",camelCaseName:"t3",group:"Overlap Studies",description:"Triple Exponential Moving Average (T3)",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:5,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}},{name:"VFactor",displayName:"Volume Factor",defaultValue:.7,hint:"Volume Factor",type:"Double",range:{min:0,max:1}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},TAN:{name:"TAN",camelCaseName:"tan",group:"Math Transform",description:"Vector Trigonometric Tan",inputs:[{name:"inReal",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},TANH:{name:"TANH",camelCaseName:"tanh",group:"Math Transform",description:"Vector Trigonometric Tanh",inputs:[{name:"inReal",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},TEMA:{name:"TEMA",camelCaseName:"tema",group:"Overlap Studies",description:"Triple Exponential Moving Average",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:30,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},TRANGE:{name:"TRANGE",camelCaseName:"trueRange",group:"Volatility Indicators",description:"True Range",inputs:[{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},TRIMA:{name:"TRIMA",camelCaseName:"trima",group:"Overlap Studies",description:"Triangular Moving Average",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:30,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},TRIX:{name:"TRIX",camelCaseName:"trix",group:"Momentum Indicators",description:"1-day Rate-Of-Change (ROC) of a Triple Smooth EMA",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:30,hint:"Number of period",type:"Integer",range:{min:1,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},TSF:{name:"TSF",camelCaseName:"tsf",group:"Statistic Functions",description:"Time Series Forecast",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:14,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},TYPPRICE:{name:"TYPPRICE",camelCaseName:"typPrice",group:"Price Transform",description:"Typical Price",inputs:[{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},ULTOSC:{name:"ULTOSC",camelCaseName:"ultOsc",group:"Momentum Indicators",description:"Ultimate Oscillator",inputs:[{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[{name:"timePeriod1",displayName:"First Period",defaultValue:7,hint:"Number of bars for 1st period.",type:"Integer",range:{min:1,max:1e5}},{name:"timePeriod2",displayName:"Second Period",defaultValue:14,hint:"Number of bars fro 2nd period",type:"Integer",range:{min:1,max:1e5}},{name:"timePeriod3",displayName:"Third Period",defaultValue:28,hint:"Number of bars for 3rd period",type:"Integer",range:{min:1,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},VAR:{name:"VAR",camelCaseName:"variance",group:"Statistic Functions",description:"Variance",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:5,hint:"Number of period",type:"Integer",range:{min:1,max:1e5}},{name:"nbDev",displayName:"Deviations",defaultValue:1,hint:"Nb of deviations",type:"Double",range:{min:-3e37,max:3e37}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},WCLPRICE:{name:"WCLPRICE",camelCaseName:"wclPrice",group:"Price Transform",description:"Weighted Close Price",inputs:[{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},WILLR:{name:"WILLR",camelCaseName:"willR",group:"Momentum Indicators",description:"Williams' %R",inputs:[{name:"high",type:"Double[]"},{name:"low",type:"Double[]"},{name:"close",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:14,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]},WMA:{name:"WMA",camelCaseName:"wma",group:"Overlap Studies",description:"Weighted Moving Average",inputs:[{name:"inReal",type:"Double[]"}],options:[{name:"timePeriod",displayName:"Time Period",defaultValue:30,hint:"Number of period",type:"Integer",range:{min:2,max:1e5}}],outputs:[{name:"output",type:"Double[]",plotHint:"line"}]}};var Ee=Ee;let V;function qe(n,T){const e=n._malloc(T*8);return n.HEAPF64.set(new Float64Array(T),e/8),{data:n.HEAPF64.subarray(e/8,e/8+T),offset:e}}const xa={0:"TA_SUCCESS",1:"TA_LIB_NOT_INITIALIZE",2:"TA_BAD_PARAM",3:"TA_ALLOC_ERR",4:"TA_GROUP_NOT_FOUND",5:"TA_FUNC_NOT_FOUND",6:"TA_INVALID_HANDLE",7:"TA_INVALID_PARAM_HOLDER",8:"TA_INVALID_PARAM_HOLDER_TYPE",9:"TA_INVALID_PARAM_FUNCTION",10:"TA_INPUT_NOT_ALL_INITIALIZE",11:"TA_OUTPUT_NOT_ALL_INITIALIZE",12:"TA_OUT_OF_RANGE_START_INDEX",13:"TA_OUT_OF_RANGE_END_INDEX",14:"TA_INVALID_LIST_TYPE",15:"TA_BAD_OBJECT",16:"TA_NOT_SUPPORTED",5e3:"TA_INTERNAL_ERROR",65535:"TA_UNKNOWN_ERR"};function a(n,T){const e=`TA_${n.name}`;if(!V)throw Error(`${n.name}() called before initialization.`);const H=2+n.inputs.length+n.options.length+2+n.outputs.length,te=new Array(H).fill("number");for(const{name:c}of n.inputs)if(!Array.isArray(T[c]))throw T[c]===void 0?Error(`Bad Param: "${c}" is required`):Error(`Bad Param: "${c}" should be array of number`);for(const{name:c,defaultValue:d,range:I}of n.options)if(T[c]===void 0)T[c]=d;else if(I&&(T[c]<I.min||T[c]>I.max))throw Error(`Bad Param: "${c}" out of range (min: ${I.min}, max: ${I.max})`);let{startIdx:S,endIdx:g}=T;S===void 0&&(S=0);const U=n.inputs.map(({name:c})=>T[c].length);g===void 0&&(g=Math.min(...U));const b=[S,g],P=[];n.inputs.forEach(({name:c})=>{const d=qe(V,g-S),I=T[c];for(const F in I)d.data[F]=I[F];P.push(d),b.push(d.offset)}),n.options.forEach(({name:c})=>b.push(T[c])),b.push(0),b.push(0);const q=n.outputs.map(({name:c})=>{const d=qe(V,g-S);return P.push(d),b.push(d.offset),{name:c,array:d}}),Z=V.ccall(e,"number",te,b);P.forEach(c=>V._free(c.offset));const C=q.reduce((c,d)=>(c[d.name]=Array.from(d.array.data),c),{});if(Z===0)return C;throw Error("[C_ERROR] "+xa[Z])}var Re;(function(n){n[n.SMA=0]="SMA",n[n.EMA=1]="EMA",n[n.WMA=2]="WMA",n[n.DEMA=3]="DEMA",n[n.TEMA=4]="TEMA",n[n.TRIMA=5]="TRIMA",n[n.KAMA=6]="KAMA",n[n.MAMA=7]="MAMA",n[n.T3=8]="T3"})(Re||(Re={}));function Ze(n){return V?Promise.resolve(V):n&&typeof n!="string"?Promise.reject(new Error('Invalid argument, "init(wasmBinaryFilePath)" expects a string that specifies the location of wasm binary file')):Ee({locateFile:n?()=>n:void 0}).then(e=>V=e).catch(e=>{let H="TA-Lib WASM runtime init fail.";throw e&&e.message?H+=`
2
- Error:
3
- `+e.message:H+="Unknown reason. Perhaps you specify the wrong file path to wasm binary?",new Error(H)})}let Wa=o.ACCBANDS;function ze(n){return a(Wa,n)}const Fa=ze;let Xa=o.ACOS;function Qe(n){return a(Xa,n)}const ka=Qe;let Ja=o.AD;function $e(n){return a(Ja,n)}const Ya=$e;let ja=o.ADD;function en(n){return a(ja,n)}const qa=en;let Za=o.ADOSC;function nn(n){return a(Za,n)}const za=nn;let Qa=o.ADX;function tn(n){return a(Qa,n)}const $a=tn;let ei=o.ADXR;function on(n){return a(ei,n)}const ni=on;let ti=o.APO;function an(n){return a(ti,n)}const oi=an;let ai=o.AROON;function rn(n){return a(ai,n)}const ii=rn;let ri=o.AROONOSC;function un(n){return a(ri,n)}const ui=un;let li=o.ASIN;function ln(n){return a(li,n)}const pi=ln;let mi=o.ATAN;function pn(n){return a(mi,n)}const si=pn;let _i=o.ATR;function mn(n){return a(_i,n)}const ci=mn;let Ai=o.AVGDEV;function sn(n){return a(Ai,n)}const Di=sn;let Ti=o.AVGPRICE;function _n(n){return a(Ti,n)}const di=_n;let Ii=o.BBANDS;function cn(n){return a(Ii,n)}const yi=cn;let Ci=o.BETA;function An(n){return a(Ci,n)}const fi=An;let gi=o.BOP;function Dn(n){return a(gi,n)}const Ni=Dn;let Li=o.CCI;function Tn(n){return a(Li,n)}const Ri=Tn;let Ei=o.CDL2CROWS;function dn(n){return a(Ei,n)}const Si=dn;let bi=o.CDL3BLACKCROWS;function In(n){return a(bi,n)}const Pi=In;let Oi=o.CDL3INSIDE;function yn(n){return a(Oi,n)}const Mi=yn;let hi=o.CDL3LINESTRIKE;function Cn(n){return a(hi,n)}const Hi=Cn;let vi=o.CDL3OUTSIDE;function fn(n){return a(vi,n)}const Gi=fn;let wi=o.CDL3STARSINSOUTH;function gn(n){return a(wi,n)}const Vi=gn;let Ui=o.CDL3WHITESOLDIERS;function Nn(n){return a(Ui,n)}const Bi=Nn;let Ki=o.CDLABANDONEDBABY;function Ln(n){return a(Ki,n)}const xi=Ln;let Wi=o.CDLADVANCEBLOCK;function Rn(n){return a(Wi,n)}const Fi=Rn;let Xi=o.CDLBELTHOLD;function En(n){return a(Xi,n)}const ki=En;let Ji=o.CDLBREAKAWAY;function Sn(n){return a(Ji,n)}const Yi=Sn;let ji=o.CDLCLOSINGMARUBOZU;function bn(n){return a(ji,n)}const qi=bn;let Zi=o.CDLCONCEALBABYSWALL;function Pn(n){return a(Zi,n)}const zi=Pn;let Qi=o.CDLCOUNTERATTACK;function On(n){return a(Qi,n)}const $i=On;let er=o.CDLDARKCLOUDCOVER;function Mn(n){return a(er,n)}const nr=Mn;let tr=o.CDLDOJI;function hn(n){return a(tr,n)}const or=hn;let ar=o.CDLDOJISTAR;function Hn(n){return a(ar,n)}const ir=Hn;let rr=o.CDLDRAGONFLYDOJI;function vn(n){return a(rr,n)}const ur=vn;let lr=o.CDLENGULFING;function Gn(n){return a(lr,n)}const pr=Gn;let mr=o.CDLEVENINGDOJISTAR;function wn(n){return a(mr,n)}const sr=wn;let _r=o.CDLEVENINGSTAR;function Vn(n){return a(_r,n)}const cr=Vn;let Ar=o.CDLGAPSIDESIDEWHITE;function Un(n){return a(Ar,n)}const Dr=Un;let Tr=o.CDLGRAVESTONEDOJI;function Bn(n){return a(Tr,n)}const dr=Bn;let Ir=o.CDLHAMMER;function Kn(n){return a(Ir,n)}const yr=Kn;let Cr=o.CDLHANGINGMAN;function xn(n){return a(Cr,n)}const fr=xn;let gr=o.CDLHARAMI;function Wn(n){return a(gr,n)}const Nr=Wn;let Lr=o.CDLHARAMICROSS;function Fn(n){return a(Lr,n)}const Rr=Fn;let Er=o.CDLHIGHWAVE;function Xn(n){return a(Er,n)}const Sr=Xn;let br=o.CDLHIKKAKE;function kn(n){return a(br,n)}const Pr=kn;let Or=o.CDLHIKKAKEMOD;function Jn(n){return a(Or,n)}const Mr=Jn;let hr=o.CDLHOMINGPIGEON;function Yn(n){return a(hr,n)}const Hr=Yn;let vr=o.CDLIDENTICAL3CROWS;function jn(n){return a(vr,n)}const Gr=jn;let wr=o.CDLINNECK;function qn(n){return a(wr,n)}const Vr=qn;let Ur=o.CDLINVERTEDHAMMER;function Zn(n){return a(Ur,n)}const Br=Zn;let Kr=o.CDLKICKING;function zn(n){return a(Kr,n)}const xr=zn;let Wr=o.CDLKICKINGBYLENGTH;function Qn(n){return a(Wr,n)}const Fr=Qn;let Xr=o.CDLLADDERBOTTOM;function $n(n){return a(Xr,n)}const kr=$n;let Jr=o.CDLLONGLEGGEDDOJI;function et(n){return a(Jr,n)}const Yr=et;let jr=o.CDLLONGLINE;function nt(n){return a(jr,n)}const qr=nt;let Zr=o.CDLMARUBOZU;function tt(n){return a(Zr,n)}const zr=tt;let Qr=o.CDLMATCHINGLOW;function ot(n){return a(Qr,n)}const $r=ot;let eu=o.CDLMATHOLD;function at(n){return a(eu,n)}const nu=at;let tu=o.CDLMORNINGDOJISTAR;function it(n){return a(tu,n)}const ou=it;let au=o.CDLMORNINGSTAR;function rt(n){return a(au,n)}const iu=rt;let ru=o.CDLONNECK;function ut(n){return a(ru,n)}const uu=ut;let lu=o.CDLPIERCING;function lt(n){return a(lu,n)}const pu=lt;let mu=o.CDLRICKSHAWMAN;function pt(n){return a(mu,n)}const su=pt;let _u=o.CDLRISEFALL3METHODS;function mt(n){return a(_u,n)}const cu=mt;let Au=o.CDLSEPARATINGLINES;function st(n){return a(Au,n)}const Du=st;let Tu=o.CDLSHOOTINGSTAR;function _t(n){return a(Tu,n)}const du=_t;let Iu=o.CDLSHORTLINE;function ct(n){return a(Iu,n)}const yu=ct;let Cu=o.CDLSPINNINGTOP;function At(n){return a(Cu,n)}const fu=At;let gu=o.CDLSTALLEDPATTERN;function Dt(n){return a(gu,n)}const Nu=Dt;let Lu=o.CDLSTICKSANDWICH;function Tt(n){return a(Lu,n)}const Ru=Tt;let Eu=o.CDLTAKURI;function dt(n){return a(Eu,n)}const Su=dt;let bu=o.CDLTASUKIGAP;function It(n){return a(bu,n)}const Pu=It;let Ou=o.CDLTHRUSTING;function yt(n){return a(Ou,n)}const Mu=yt;let hu=o.CDLTRISTAR;function Ct(n){return a(hu,n)}const Hu=Ct;let vu=o.CDLUNIQUE3RIVER;function ft(n){return a(vu,n)}const Gu=ft;let wu=o.CDLUPSIDEGAP2CROWS;function gt(n){return a(wu,n)}const Vu=gt;let Uu=o.CDLXSIDEGAP3METHODS;function Nt(n){return a(Uu,n)}const Bu=Nt;let Ku=o.CEIL;function Lt(n){return a(Ku,n)}const xu=Lt;let Wu=o.CMO;function Rt(n){return a(Wu,n)}const Fu=Rt;let Xu=o.CORREL;function Et(n){return a(Xu,n)}const ku=Et;let Ju=o.COS;function St(n){return a(Ju,n)}const Yu=St;let ju=o.COSH;function bt(n){return a(ju,n)}const qu=bt;let Zu=o.DEMA;function Pt(n){return a(Zu,n)}const zu=Pt;let Qu=o.DIV;function Ot(n){return a(Qu,n)}const $u=Ot;let el=o.DX;function Mt(n){return a(el,n)}const nl=Mt;let tl=o.EMA;function ht(n){return a(tl,n)}const ol=ht;let al=o.EXP;function Ht(n){return a(al,n)}const il=Ht;let rl=o.FLOOR;function vt(n){return a(rl,n)}const ul=vt;let ll=o.HT_DCPERIOD;function Gt(n){return a(ll,n)}const pl=Gt;let ml=o.HT_DCPHASE;function wt(n){return a(ml,n)}const sl=wt;let _l=o.HT_PHASOR;function Vt(n){return a(_l,n)}const cl=Vt;let Al=o.HT_SINE;function Ut(n){return a(Al,n)}const Dl=Ut;let Tl=o.HT_TRENDLINE;function Bt(n){return a(Tl,n)}const dl=Bt;let Il=o.HT_TRENDMODE;function Kt(n){return a(Il,n)}const yl=Kt;let Cl=o.IMI;function xt(n){return a(Cl,n)}const fl=xt;let gl=o.KAMA;function Wt(n){return a(gl,n)}const Nl=Wt;let Ll=o.LINEARREG;function Ft(n){return a(Ll,n)}const Rl=Ft;let El=o.LINEARREG_ANGLE;function Xt(n){return a(El,n)}const Sl=Xt;let bl=o.LINEARREG_INTERCEPT;function kt(n){return a(bl,n)}const Pl=kt;let Ol=o.LINEARREG_SLOPE;function Jt(n){return a(Ol,n)}const Ml=Jt;let hl=o.LN;function Yt(n){return a(hl,n)}const Hl=Yt;let vl=o.LOG10;function jt(n){return a(vl,n)}const Gl=jt;let wl=o.MA;function qt(n){return a(wl,n)}const Vl=qt;let Ul=o.MACD;function Zt(n){return a(Ul,n)}const Bl=Zt;let Kl=o.MACDEXT;function zt(n){return a(Kl,n)}const xl=zt;let Wl=o.MACDFIX;function Qt(n){return a(Wl,n)}const Fl=Qt;let Xl=o.MAMA;function $t(n){return a(Xl,n)}const kl=$t;let Jl=o.MAVP;function eo(n){return a(Jl,n)}const Yl=eo;let jl=o.MAX;function no(n){return a(jl,n)}const ql=no;let Zl=o.MAXINDEX;function to(n){return a(Zl,n)}const zl=to;let Ql=o.MEDPRICE;function oo(n){return a(Ql,n)}const $l=oo;let ep=o.MFI;function ao(n){return a(ep,n)}const np=ao;let tp=o.MIDPOINT;function io(n){return a(tp,n)}const op=io;let ap=o.MIDPRICE;function ro(n){return a(ap,n)}const ip=ro;let rp=o.MIN;function uo(n){return a(rp,n)}const up=uo;let lp=o.MININDEX;function lo(n){return a(lp,n)}const pp=lo;let mp=o.MINMAX;function po(n){return a(mp,n)}const sp=po;let _p=o.MINMAXINDEX;function mo(n){return a(_p,n)}const cp=mo;let Ap=o.MINUS_DI;function so(n){return a(Ap,n)}const Dp=so;let Tp=o.MINUS_DM;function _o(n){return a(Tp,n)}const dp=_o;let Ip=o.MOM;function co(n){return a(Ip,n)}const yp=co;let Cp=o.MULT;function Ao(n){return a(Cp,n)}const fp=Ao;let gp=o.NATR;function Do(n){return a(gp,n)}const Np=Do;let Lp=o.OBV;function To(n){return a(Lp,n)}const Rp=To;let Ep=o.PLUS_DI;function Io(n){return a(Ep,n)}const Sp=Io;let bp=o.PLUS_DM;function yo(n){return a(bp,n)}const Pp=yo;let Op=o.PPO;function Co(n){return a(Op,n)}const Mp=Co;let hp=o.ROC;function fo(n){return a(hp,n)}const Hp=fo;let vp=o.ROCP;function go(n){return a(vp,n)}const Gp=go;let wp=o.ROCR;function No(n){return a(wp,n)}const Vp=No;let Up=o.ROCR100;function Lo(n){return a(Up,n)}const Bp=Lo;let Kp=o.RSI;function Ro(n){return a(Kp,n)}const xp=Ro;let Wp=o.SAR;function Eo(n){return a(Wp,n)}const Fp=Eo;let Xp=o.SAREXT;function So(n){return a(Xp,n)}const kp=So;let Jp=o.SIN;function bo(n){return a(Jp,n)}const Yp=bo;let jp=o.SINH;function Po(n){return a(jp,n)}const qp=Po;let Zp=o.SMA;function Oo(n){return a(Zp,n)}const zp=Oo;let Qp=o.SQRT;function Mo(n){return a(Qp,n)}const $p=Mo;let em=o.STDDEV;function ho(n){return a(em,n)}const nm=ho;let tm=o.STOCH;function Ho(n){return a(tm,n)}const om=Ho;let am=o.STOCHF;function vo(n){return a(am,n)}const im=vo;let rm=o.STOCHRSI;function Go(n){return a(rm,n)}const um=Go;let lm=o.SUB;function wo(n){return a(lm,n)}const pm=wo;let mm=o.SUM;function Vo(n){return a(mm,n)}const sm=Vo;let _m=o.T3;function Uo(n){return a(_m,n)}const cm=Uo;let Am=o.TAN;function Bo(n){return a(Am,n)}const Dm=Bo;let Tm=o.TANH;function Ko(n){return a(Tm,n)}const dm=Ko;let Im=o.TEMA;function xo(n){return a(Im,n)}const ym=xo;let Cm=o.TRANGE;function Wo(n){return a(Cm,n)}const fm=Wo;let gm=o.TRIMA;function Fo(n){return a(gm,n)}const Nm=Fo;let Lm=o.TRIX;function Xo(n){return a(Lm,n)}const Rm=Xo;let Em=o.TSF;function ko(n){return a(Em,n)}const Sm=ko;let bm=o.TYPPRICE;function Jo(n){return a(bm,n)}const Pm=Jo;let Om=o.ULTOSC;function Yo(n){return a(Om,n)}const Mm=Yo;let hm=o.VAR;function jo(n){return a(hm,n)}const Hm=jo;let vm=o.WCLPRICE;function qo(n){return a(vm,n)}const Gm=qo;let wm=o.WILLR;function Zo(n){return a(wm,n)}const Vm=Zo;let Um=o.WMA;function zo(n){return a(Um,n)}const Bm=zo,Km=Object.freeze(Object.defineProperty({__proto__:null,ACCBANDS:ze,ACOS:Qe,AD:$e,ADD:en,ADOSC:nn,ADX:tn,ADXR:on,APO:an,AROON:rn,AROONOSC:un,ASIN:ln,ATAN:pn,ATR:mn,AVGDEV:sn,AVGPRICE:_n,BBANDS:cn,BETA:An,BOP:Dn,CCI:Tn,CDL2CROWS:dn,CDL3BLACKCROWS:In,CDL3INSIDE:yn,CDL3LINESTRIKE:Cn,CDL3OUTSIDE:fn,CDL3STARSINSOUTH:gn,CDL3WHITESOLDIERS:Nn,CDLABANDONEDBABY:Ln,CDLADVANCEBLOCK:Rn,CDLBELTHOLD:En,CDLBREAKAWAY:Sn,CDLCLOSINGMARUBOZU:bn,CDLCONCEALBABYSWALL:Pn,CDLCOUNTERATTACK:On,CDLDARKCLOUDCOVER:Mn,CDLDOJI:hn,CDLDOJISTAR:Hn,CDLDRAGONFLYDOJI:vn,CDLENGULFING:Gn,CDLEVENINGDOJISTAR:wn,CDLEVENINGSTAR:Vn,CDLGAPSIDESIDEWHITE:Un,CDLGRAVESTONEDOJI:Bn,CDLHAMMER:Kn,CDLHANGINGMAN:xn,CDLHARAMI:Wn,CDLHARAMICROSS:Fn,CDLHIGHWAVE:Xn,CDLHIKKAKE:kn,CDLHIKKAKEMOD:Jn,CDLHOMINGPIGEON:Yn,CDLIDENTICAL3CROWS:jn,CDLINNECK:qn,CDLINVERTEDHAMMER:Zn,CDLKICKING:zn,CDLKICKINGBYLENGTH:Qn,CDLLADDERBOTTOM:$n,CDLLONGLEGGEDDOJI:et,CDLLONGLINE:nt,CDLMARUBOZU:tt,CDLMATCHINGLOW:ot,CDLMATHOLD:at,CDLMORNINGDOJISTAR:it,CDLMORNINGSTAR:rt,CDLONNECK:ut,CDLPIERCING:lt,CDLRICKSHAWMAN:pt,CDLRISEFALL3METHODS:mt,CDLSEPARATINGLINES:st,CDLSHOOTINGSTAR:_t,CDLSHORTLINE:ct,CDLSPINNINGTOP:At,CDLSTALLEDPATTERN:Dt,CDLSTICKSANDWICH:Tt,CDLTAKURI:dt,CDLTASUKIGAP:It,CDLTHRUSTING:yt,CDLTRISTAR:Ct,CDLUNIQUE3RIVER:ft,CDLUPSIDEGAP2CROWS:gt,CDLXSIDEGAP3METHODS:Nt,CEIL:Lt,CMO:Rt,CORREL:Et,COS:St,COSH:bt,DEMA:Pt,DIV:Ot,DX:Mt,EMA:ht,EXP:Ht,FLOOR:vt,HT_DCPERIOD:Gt,HT_DCPHASE:wt,HT_PHASOR:Vt,HT_SINE:Ut,HT_TRENDLINE:Bt,HT_TRENDMODE:Kt,IMI:xt,KAMA:Wt,LINEARREG:Ft,LINEARREG_ANGLE:Xt,LINEARREG_INTERCEPT:kt,LINEARREG_SLOPE:Jt,LN:Yt,LOG10:jt,MA:qt,MACD:Zt,MACDEXT:zt,MACDFIX:Qt,MAMA:$t,get MAType(){return Re},MAVP:eo,MAX:no,MAXINDEX:to,MEDPRICE:oo,MFI:ao,MIDPOINT:io,MIDPRICE:ro,MIN:uo,MININDEX:lo,MINMAX:po,MINMAXINDEX:mo,MINUS_DI:so,MINUS_DM:_o,MOM:co,MULT:Ao,NATR:Do,OBV:To,PLUS_DI:Io,PLUS_DM:yo,PPO:Co,ROC:fo,ROCP:go,ROCR:No,ROCR100:Lo,RSI:Ro,SAR:Eo,SAREXT:So,SIN:bo,SINH:Po,SMA:Oo,SQRT:Mo,STDDEV:ho,STOCH:Ho,STOCHF:vo,STOCHRSI:Go,SUB:wo,SUM:Vo,T3:Uo,TAN:Bo,TANH:Ko,TEMA:xo,TRANGE:Wo,TRIMA:Fo,TRIX:Xo,TSF:ko,TYPPRICE:Jo,ULTOSC:Yo,VAR:jo,WCLPRICE:qo,WILLR:Zo,WMA:zo,accBands:Fa,acos:ka,ad:Ya,adOsc:za,add:qa,adx:$a,adxr:ni,apo:oi,aroon:ii,aroonOsc:ui,asin:pi,atan:si,atr:ci,avgDev:Di,avgPrice:di,bbands:yi,beta:fi,bop:Ni,cci:Ri,cdl2Crows:Si,cdl3BlackCrows:Pi,cdl3Inside:Mi,cdl3LineStrike:Hi,cdl3Outside:Gi,cdl3StarsInSouth:Vi,cdl3WhiteSoldiers:Bi,cdlAbandonedBaby:xi,cdlAdvanceBlock:Fi,cdlBeltHold:ki,cdlBreakaway:Yi,cdlClosingMarubozu:qi,cdlConcealBabysWall:zi,cdlCounterAttack:$i,cdlDarkCloudCover:nr,cdlDoji:or,cdlDojiStar:ir,cdlDragonflyDoji:ur,cdlEngulfing:pr,cdlEveningDojiStar:sr,cdlEveningStar:cr,cdlGapSideSideWhite:Dr,cdlGravestoneDoji:dr,cdlHammer:yr,cdlHangingMan:fr,cdlHarami:Nr,cdlHaramiCross:Rr,cdlHignWave:Sr,cdlHikkake:Pr,cdlHikkakeMod:Mr,cdlHomingPigeon:Hr,cdlIdentical3Crows:Gr,cdlInNeck:Vr,cdlInvertedHammer:Br,cdlKicking:xr,cdlKickingByLength:Fr,cdlLadderBottom:kr,cdlLongLeggedDoji:Yr,cdlLongLine:qr,cdlMarubozu:zr,cdlMatHold:nu,cdlMatchingLow:$r,cdlMorningDojiStar:ou,cdlMorningStar:iu,cdlOnNeck:uu,cdlPiercing:pu,cdlRickshawMan:su,cdlRiseFall3Methods:cu,cdlSeperatingLines:Du,cdlShootingStar:du,cdlShortLine:yu,cdlSpinningTop:fu,cdlStalledPattern:Nu,cdlStickSandwhich:Ru,cdlTakuri:Su,cdlTasukiGap:Pu,cdlThrusting:Mu,cdlTristar:Hu,cdlUnique3River:Gu,cdlUpsideGap2Crows:Vu,cdlXSideGap3Methods:Bu,ceil:xu,cmo:Fu,correl:ku,cos:Yu,cosh:qu,dema:zu,div:$u,dx:nl,ema:ol,exp:il,floor:ul,htDcPeriod:pl,htDcPhase:sl,htPhasor:cl,htSine:Dl,htTrendMode:yl,htTrendline:dl,imi:fl,init:Ze,kama:Nl,linearReg:Rl,linearRegAngle:Sl,linearRegIntercept:Pl,linearRegSlope:Ml,ln:Hl,log10:Gl,macd:Bl,macdExt:xl,macdFix:Fl,mama:kl,max:ql,maxIndex:zl,medPrice:$l,mfi:np,midPoint:op,midPrice:ip,min:up,minIndex:pp,minMax:sp,minMaxIndex:cp,minusDI:Dp,minusDM:dp,mom:yp,movingAverage:Vl,movingAverageVariablePeriod:Yl,mult:fp,natr:Np,obv:Rp,plusDI:Sp,plusDM:Pp,ppo:Mp,roc:Hp,rocP:Gp,rocR:Vp,rocR100:Bp,rsi:xp,sar:Fp,sarExt:kp,sin:Yp,sinh:qp,sma:zp,sqrt:$p,stdDev:nm,stoch:om,stochF:im,stochRsi:um,sub:pm,sum:sm,t3:cm,tan:Dm,tanh:dm,tema:ym,trima:Nm,trix:Rm,trueRange:fm,tsf:Sm,typPrice:Pm,ultOsc:Mm,variance:Hm,wclPrice:Gm,willR:Vm,wma:Bm},Symbol.toStringTag,{value:"Module"}));exports.init=Ze;exports.talib=Km;
@@ -1 +0,0 @@
1
- "use strict";const i=require("./base-ec05f348.cjs"),t=e=>i.isClient?window.requestAnimationFrame(e):setTimeout(e,16),n=e=>i.isClient?window.cancelAnimationFrame(e):clearTimeout(e);exports.cAF=n;exports.rAF=t;
@@ -1,6 +0,0 @@
1
- import { j as o } from "./base-437d17f3.js";
2
- const e = (i) => o ? window.requestAnimationFrame(i) : setTimeout(i, 16), r = (i) => o ? window.cancelAnimationFrame(i) : clearTimeout(i);
3
- export {
4
- r as c,
5
- e as r
6
- };
@@ -1,4 +0,0 @@
1
- const a = (t) => t;
2
- export {
3
- a as m
4
- };
@@ -1 +0,0 @@
1
- "use strict";const e=t=>t;exports.mutable=e;
@@ -1,2 +0,0 @@
1
- "use strict";const o=require("./base-ec05f348.cjs"),e=require("vue");var A=function(){try{var r=o.getNative(Object,"defineProperty");return r({},"",{}),r}catch{}}();const v=A;var O=9007199254740991,K=/^(?:0|[1-9]\d*)$/;function E(r,t){var n=typeof r;return t=t??O,!!t&&(n=="number"||n!="symbol"&&K.test(r))&&r>-1&&r%1==0&&r<t}function y(r,t,n){t=="__proto__"&&v?v(r,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):r[t]=n}var Z=Object.prototype,T=Z.hasOwnProperty;function B(r,t,n){var a=r[t];(!(T.call(r,t)&&o.eq(a,n))||n===void 0&&!(t in r))&&y(r,t,n)}function U(r,t,n,a){if(!o.isObject$1(r))return r;t=o.castPath(t,r);for(var l=-1,_=t.length,c=_-1,u=r;u!=null&&++l<_;){var s=o.toKey(t[l]),i=n;if(s==="__proto__"||s==="constructor"||s==="prototype")return r;if(l!=c){var d=u[s];i=a?a(d,s,u):void 0,i===void 0&&(i=o.isObject$1(d)?d:E(t[l+1])?[]:{})}B(u,s,i),u=u[s]}return r}const h={current:0},C=e.ref(0),I=2e3,x=Symbol("elZIndexContextKey"),V=Symbol("zIndexContextKey"),j=r=>{const t=e.getCurrentInstance()?e.inject(x,h):h,n=r||(e.getCurrentInstance()?e.inject(V,void 0):void 0),a=e.computed(()=>{const c=e.unref(n);return o.isNumber(c)?c:I}),l=e.computed(()=>a.value+C.value),_=()=>(t.current++,C.value=t.current,l.value);return!o.isClient&&!e.inject(x)&&o.debugWarn("ZIndexInjection",`Looks like you are using server rendering, you must provide a z-index provider to ensure the hydration process to be succeed
2
- usage: app.provide(ZINDEX_INJECTION_KEY, { current: 0 })`),{initialZIndex:a,currentZIndex:l,nextZIndex:_}},L=["","default","small","large"],D=o.buildProp({type:String,values:L,required:!1}),z=Symbol("size"),k=()=>{const r=e.inject(z,{});return e.computed(()=>e.unref(r.size)||"")},N=Symbol("emptyValuesContextKey"),q="use-empty-values",H=["",void 0,null],R=void 0,$=o.buildProps({emptyValues:Array,valueOnClear:{type:[String,Number,Boolean,Function],default:void 0,validator:r=>o.isFunction(r)?!r():!r}}),Y=(r,t)=>{const n=e.getCurrentInstance()?e.inject(N,e.ref({})):e.ref({}),a=e.computed(()=>r.emptyValues||n.value.emptyValues||H),l=e.computed(()=>o.isFunction(r.valueOnClear)?r.valueOnClear():r.valueOnClear!==void 0?r.valueOnClear:o.isFunction(n.value.valueOnClear)?n.value.valueOnClear():n.value.valueOnClear!==void 0?n.value.valueOnClear:t!==void 0?t:R),_=c=>a.value.includes(c);return a.value.includes(l.value)||o.debugWarn(q,"value-on-clear should be a value of empty-values"),{emptyValues:a,valueOnClear:l,isEmptyValue:_}},J=o.buildProps({size:{type:o.definePropType([Number,String])},color:{type:String}}),W=e.defineComponent({name:"ElIcon",inheritAttrs:!1}),X=e.defineComponent({...W,props:J,setup(r){const t=r,n=o.useNamespace("icon"),a=e.computed(()=>{const{size:l,color:_}=t;return!l&&!_?{}:{fontSize:o.isUndefined(l)?void 0:o.addUnit(l),"--color":_}});return(l,_)=>(e.openBlock(),e.createElementBlock("i",e.mergeProps({class:e.unref(n).b(),style:e.unref(a)},l.$attrs),[e.renderSlot(l.$slots,"default")],16))}});var Q=o._export_sfc(X,[["__file","icon.vue"]]);const G=o.withInstall(Q);/*! Element Plus Icons Vue v2.3.1 */var ee=e.defineComponent({name:"ArrowDown",__name:"arrow-down",setup(r){return(t,n)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M831.872 340.864 512 652.672 192.128 340.864a30.592 30.592 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.592 30.592 0 0 0-42.752 0z"})]))}}),te=ee,re=e.defineComponent({name:"ArrowLeft",__name:"arrow-left",setup(r){return(t,n)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M609.408 149.376 277.76 489.6a32 32 0 0 0 0 44.672l331.648 340.352a29.12 29.12 0 0 0 41.728 0 30.592 30.592 0 0 0 0-42.752L339.264 511.936l311.872-319.872a30.592 30.592 0 0 0 0-42.688 29.12 29.12 0 0 0-41.728 0z"})]))}}),ne=re,le=e.defineComponent({name:"ArrowRight",__name:"arrow-right",setup(r){return(t,n)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M340.864 149.312a30.592 30.592 0 0 0 0 42.752L652.736 512 340.864 831.872a30.592 30.592 0 0 0 0 42.752 29.12 29.12 0 0 0 41.728 0L714.24 534.336a32 32 0 0 0 0-44.672L382.592 149.376a29.12 29.12 0 0 0-41.728 0z"})]))}}),oe=le,ae=e.defineComponent({name:"ArrowUp",__name:"arrow-up",setup(r){return(t,n)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"m488.832 344.32-339.84 356.672a32 32 0 0 0 0 44.16l.384.384a29.44 29.44 0 0 0 42.688 0l320-335.872 319.872 335.872a29.44 29.44 0 0 0 42.688 0l.384-.384a32 32 0 0 0 0-44.16L535.168 344.32a32 32 0 0 0-46.336 0"})]))}}),_e=ae,ue=e.defineComponent({name:"CircleCheck",__name:"circle-check",setup(r){return(t,n)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"}),e.createElementVNode("path",{fill:"currentColor",d:"M745.344 361.344a32 32 0 0 1 45.312 45.312l-288 288a32 32 0 0 1-45.312 0l-160-160a32 32 0 1 1 45.312-45.312L480 626.752l265.344-265.408z"})]))}}),ce=ue,se=e.defineComponent({name:"CircleCloseFilled",__name:"circle-close-filled",setup(r){return(t,n)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 393.664L407.936 353.6a38.4 38.4 0 1 0-54.336 54.336L457.664 512 353.6 616.064a38.4 38.4 0 1 0 54.336 54.336L512 566.336 616.064 670.4a38.4 38.4 0 1 0 54.336-54.336L566.336 512 670.4 407.936a38.4 38.4 0 1 0-54.336-54.336z"})]))}}),m=se,ie=e.defineComponent({name:"CircleClose",__name:"circle-close",setup(r){return(t,n)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"m466.752 512-90.496-90.496a32 32 0 0 1 45.248-45.248L512 466.752l90.496-90.496a32 32 0 1 1 45.248 45.248L557.248 512l90.496 90.496a32 32 0 1 1-45.248 45.248L512 557.248l-90.496 90.496a32 32 0 0 1-45.248-45.248z"}),e.createElementVNode("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"})]))}}),M=ie,pe=e.defineComponent({name:"Close",__name:"close",setup(r){return(t,n)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z"})]))}}),f=pe,de=e.defineComponent({name:"DArrowLeft",__name:"d-arrow-left",setup(r){return(t,n)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M529.408 149.376a29.12 29.12 0 0 1 41.728 0 30.592 30.592 0 0 1 0 42.688L259.264 511.936l311.872 319.936a30.592 30.592 0 0 1-.512 43.264 29.12 29.12 0 0 1-41.216-.512L197.76 534.272a32 32 0 0 1 0-44.672l331.648-340.224zm256 0a29.12 29.12 0 0 1 41.728 0 30.592 30.592 0 0 1 0 42.688L515.264 511.936l311.872 319.936a30.592 30.592 0 0 1-.512 43.264 29.12 29.12 0 0 1-41.216-.512L453.76 534.272a32 32 0 0 1 0-44.672l331.648-340.224z"})]))}}),ve=de,me=e.defineComponent({name:"DArrowRight",__name:"d-arrow-right",setup(r){return(t,n)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M452.864 149.312a29.12 29.12 0 0 1 41.728.064L826.24 489.664a32 32 0 0 1 0 44.672L494.592 874.624a29.12 29.12 0 0 1-41.728 0 30.592 30.592 0 0 1 0-42.752L764.736 512 452.864 192a30.592 30.592 0 0 1 0-42.688m-256 0a29.12 29.12 0 0 1 41.728.064L570.24 489.664a32 32 0 0 1 0 44.672L238.592 874.624a29.12 29.12 0 0 1-41.728 0 30.592 30.592 0 0 1 0-42.752L508.736 512 196.864 192a30.592 30.592 0 0 1 0-42.688z"})]))}}),fe=me,we=e.defineComponent({name:"Hide",__name:"hide",setup(r){return(t,n)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M876.8 156.8c0-9.6-3.2-16-9.6-22.4-6.4-6.4-12.8-9.6-22.4-9.6-9.6 0-16 3.2-22.4 9.6L736 220.8c-64-32-137.6-51.2-224-60.8-160 16-288 73.6-377.6 176C44.8 438.4 0 496 0 512s48 73.6 134.4 176c22.4 25.6 44.8 48 73.6 67.2l-86.4 89.6c-6.4 6.4-9.6 12.8-9.6 22.4 0 9.6 3.2 16 9.6 22.4 6.4 6.4 12.8 9.6 22.4 9.6 9.6 0 16-3.2 22.4-9.6l704-710.4c3.2-6.4 6.4-12.8 6.4-22.4Zm-646.4 528c-76.8-70.4-128-128-153.6-172.8 28.8-48 80-105.6 153.6-172.8C304 272 400 230.4 512 224c64 3.2 124.8 19.2 176 44.8l-54.4 54.4C598.4 300.8 560 288 512 288c-64 0-115.2 22.4-160 64s-64 96-64 160c0 48 12.8 89.6 35.2 124.8L256 707.2c-9.6-6.4-19.2-16-25.6-22.4Zm140.8-96c-12.8-22.4-19.2-48-19.2-76.8 0-44.8 16-83.2 48-112 32-28.8 67.2-48 112-48 28.8 0 54.4 6.4 73.6 19.2zM889.599 336c-12.8-16-28.8-28.8-41.6-41.6l-48 48c73.6 67.2 124.8 124.8 150.4 169.6-28.8 48-80 105.6-153.6 172.8-73.6 67.2-172.8 108.8-284.8 115.2-51.2-3.2-99.2-12.8-140.8-28.8l-48 48c57.6 22.4 118.4 38.4 188.8 44.8 160-16 288-73.6 377.6-176C979.199 585.6 1024 528 1024 512s-48.001-73.6-134.401-176Z"}),e.createElementVNode("path",{fill:"currentColor",d:"M511.998 672c-12.8 0-25.6-3.2-38.4-6.4l-51.2 51.2c28.8 12.8 57.6 19.2 89.6 19.2 64 0 115.2-22.4 160-64 41.6-41.6 64-96 64-160 0-32-6.4-64-19.2-89.6l-51.2 51.2c3.2 12.8 6.4 25.6 6.4 38.4 0 44.8-16 83.2-48 112-32 28.8-67.2 48-112 48Z"})]))}}),ge=we,he=e.defineComponent({name:"InfoFilled",__name:"info-filled",setup(r){return(t,n)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896.064A448 448 0 0 1 512 64m67.2 275.072c33.28 0 60.288-23.104 60.288-57.344s-27.072-57.344-60.288-57.344c-33.28 0-60.16 23.104-60.16 57.344s26.88 57.344 60.16 57.344M590.912 699.2c0-6.848 2.368-24.64 1.024-34.752l-52.608 60.544c-10.88 11.456-24.512 19.392-30.912 17.28a12.992 12.992 0 0 1-8.256-14.72l87.68-276.992c7.168-35.136-12.544-67.2-54.336-71.296-44.096 0-108.992 44.736-148.48 101.504 0 6.784-1.28 23.68.064 33.792l52.544-60.608c10.88-11.328 23.552-19.328 29.952-17.152a12.8 12.8 0 0 1 7.808 16.128L388.48 728.576c-10.048 32.256 8.96 63.872 55.04 71.04 67.84 0 107.904-43.648 147.456-100.416z"})]))}}),w=he,Ce=e.defineComponent({name:"Loading",__name:"loading",setup(r){return(t,n)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 64a32 32 0 0 1 32 32v192a32 32 0 0 1-64 0V96a32 32 0 0 1 32-32m0 640a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V736a32 32 0 0 1 32-32m448-192a32 32 0 0 1-32 32H736a32 32 0 1 1 0-64h192a32 32 0 0 1 32 32m-640 0a32 32 0 0 1-32 32H96a32 32 0 0 1 0-64h192a32 32 0 0 1 32 32M195.2 195.2a32 32 0 0 1 45.248 0L376.32 331.008a32 32 0 0 1-45.248 45.248L195.2 240.448a32 32 0 0 1 0-45.248zm452.544 452.544a32 32 0 0 1 45.248 0L828.8 783.552a32 32 0 0 1-45.248 45.248L647.744 692.992a32 32 0 0 1 0-45.248zM828.8 195.264a32 32 0 0 1 0 45.184L692.992 376.32a32 32 0 0 1-45.248-45.248l135.808-135.808a32 32 0 0 1 45.248 0m-452.544 452.48a32 32 0 0 1 0 45.248L240.448 828.8a32 32 0 0 1-45.248-45.248l135.808-135.808a32 32 0 0 1 45.248 0z"})]))}}),S=Ce,xe=e.defineComponent({name:"Minus",__name:"minus",setup(r){return(t,n)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64"})]))}}),Ee=xe,ye=e.defineComponent({name:"MoreFilled",__name:"more-filled",setup(r){return(t,n)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M176 416a112 112 0 1 1 0 224 112 112 0 0 1 0-224m336 0a112 112 0 1 1 0 224 112 112 0 0 1 0-224m336 0a112 112 0 1 1 0 224 112 112 0 0 1 0-224"})]))}}),Be=ye,Ie=e.defineComponent({name:"More",__name:"more",setup(r){return(t,n)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M176 416a112 112 0 1 0 0 224 112 112 0 0 0 0-224m0 64a48 48 0 1 1 0 96 48 48 0 0 1 0-96m336-64a112 112 0 1 1 0 224 112 112 0 0 1 0-224m0 64a48 48 0 1 0 0 96 48 48 0 0 0 0-96m336-64a112 112 0 1 1 0 224 112 112 0 0 1 0-224m0 64a48 48 0 1 0 0 96 48 48 0 0 0 0-96"})]))}}),Ve=Ie,Le=e.defineComponent({name:"Plus",__name:"plus",setup(r){return(t,n)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M480 480V128a32 32 0 0 1 64 0v352h352a32 32 0 1 1 0 64H544v352a32 32 0 1 1-64 0V544H128a32 32 0 0 1 0-64z"})]))}}),ze=Le,ke=e.defineComponent({name:"QuestionFilled",__name:"question-filled",setup(r){return(t,n)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m23.744 191.488c-52.096 0-92.928 14.784-123.2 44.352-30.976 29.568-45.76 70.4-45.76 122.496h80.256c0-29.568 5.632-52.8 17.6-68.992 13.376-19.712 35.2-28.864 66.176-28.864 23.936 0 42.944 6.336 56.32 19.712 12.672 13.376 19.712 31.68 19.712 54.912 0 17.6-6.336 34.496-19.008 49.984l-8.448 9.856c-45.76 40.832-73.216 70.4-82.368 89.408-9.856 19.008-14.08 42.24-14.08 68.992v9.856h80.96v-9.856c0-16.896 3.52-31.68 10.56-45.76 6.336-12.672 15.488-24.64 28.16-35.2 33.792-29.568 54.208-48.576 60.544-55.616 16.896-22.528 26.048-51.392 26.048-86.592 0-42.944-14.08-76.736-42.24-101.376-28.16-25.344-65.472-37.312-111.232-37.312zm-12.672 406.208a54.272 54.272 0 0 0-38.72 14.784 49.408 49.408 0 0 0-15.488 38.016c0 15.488 4.928 28.16 15.488 38.016A54.848 54.848 0 0 0 523.072 768c15.488 0 28.16-4.928 38.72-14.784a51.52 51.52 0 0 0 16.192-38.72 51.968 51.968 0 0 0-15.488-38.016 55.936 55.936 0 0 0-39.424-14.784z"})]))}}),Ne=ke,Me=e.defineComponent({name:"Right",__name:"right",setup(r){return(t,n)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M754.752 480H160a32 32 0 1 0 0 64h594.752L521.344 777.344a32 32 0 0 0 45.312 45.312l288-288a32 32 0 0 0 0-45.312l-288-288a32 32 0 1 0-45.312 45.312z"})]))}}),Se=Me,be=e.defineComponent({name:"SortDown",__name:"sort-down",setup(r){return(t,n)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M576 96v709.568L333.312 562.816A32 32 0 1 0 288 608l297.408 297.344A32 32 0 0 0 640 882.688V96a32 32 0 0 0-64 0"})]))}}),Fe=be,Pe=e.defineComponent({name:"SortUp",__name:"sort-up",setup(r){return(t,n)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M384 141.248V928a32 32 0 1 0 64 0V218.56l242.688 242.688A32 32 0 1 0 736 416L438.592 118.656A32 32 0 0 0 384 141.248"})]))}}),Ae=Pe,Oe=e.defineComponent({name:"SuccessFilled",__name:"success-filled",setup(r){return(t,n)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m-55.808 536.384-99.52-99.584a38.4 38.4 0 1 0-54.336 54.336l126.72 126.72a38.272 38.272 0 0 0 54.336 0l262.4-262.464a38.4 38.4 0 1 0-54.272-54.336z"})]))}}),b=Oe,Ke=e.defineComponent({name:"UserFilled",__name:"user-filled",setup(r){return(t,n)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M288 320a224 224 0 1 0 448 0 224 224 0 1 0-448 0m544 608H160a32 32 0 0 1-32-32v-96a160 160 0 0 1 160-160h448a160 160 0 0 1 160 160v96a32 32 0 0 1-32 32z"})]))}}),Ze=Ke,Te=e.defineComponent({name:"View",__name:"view",setup(r){return(t,n)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 160c320 0 512 352 512 352S832 864 512 864 0 512 0 512s192-352 512-352m0 64c-225.28 0-384.128 208.064-436.8 288 52.608 79.872 211.456 288 436.8 288 225.28 0 384.128-208.064 436.8-288-52.608-79.872-211.456-288-436.8-288zm0 64a224 224 0 1 1 0 448 224 224 0 0 1 0-448m0 64a160.192 160.192 0 0 0-160 160c0 88.192 71.744 160 160 160s160-71.808 160-160-71.744-160-160-160"})]))}}),Ue=Te,je=e.defineComponent({name:"WarningFilled",__name:"warning-filled",setup(r){return(t,n)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 192a58.432 58.432 0 0 0-58.24 63.744l23.36 256.384a35.072 35.072 0 0 0 69.76 0l23.296-256.384A58.432 58.432 0 0 0 512 256m0 512a51.2 51.2 0 1 0 0-102.4 51.2 51.2 0 0 0 0 102.4"})]))}}),F=je;const De=o.definePropType([String,Object,Function]),qe={Close:f},He={Close:f,SuccessFilled:b,InfoFilled:w,WarningFilled:F,CircleCloseFilled:m},Re={success:b,warning:F,error:m,info:w},$e={validating:S,success:ce,error:M},p=Symbol("formContextKey"),g=Symbol("formItemContextKey"),Ye=()=>{const r=e.inject(p,void 0),t=e.inject(g,void 0);return{form:r,formItem:t}},Je=(r,{formItemContext:t,disableIdGeneration:n,disableIdManagement:a})=>{n||(n=e.ref(!1)),a||(a=e.ref(!1));const l=e.ref();let _;const c=e.computed(()=>{var u;return!!(!(r.label||r.ariaLabel)&&t&&t.inputIds&&((u=t.inputIds)==null?void 0:u.length)<=1)});return e.onMounted(()=>{_=e.watch([e.toRef(r,"id"),n],([u,s])=>{const i=u??(s?void 0:o.useId().value);i!==l.value&&(t!=null&&t.removeInputId&&(l.value&&t.removeInputId(l.value),!(a!=null&&a.value)&&!s&&i&&t.addInputId(i)),l.value=i)},{immediate:!0})}),e.onUnmounted(()=>{_&&_(),t!=null&&t.removeInputId&&l.value&&t.removeInputId(l.value)}),{isLabeledByFormItem:c,inputId:l}},P=r=>{const t=e.getCurrentInstance();return e.computed(()=>{var n,a;return(a=(n=t==null?void 0:t.proxy)==null?void 0:n.$props)==null?void 0:a[r]})},We=(r,t={})=>{const n=e.ref(void 0),a=t.prop?n:P("size"),l=t.global?n:k(),_=t.form?{size:void 0}:e.inject(p,void 0),c=t.formItem?{size:void 0}:e.inject(g,void 0);return e.computed(()=>a.value||e.unref(r)||(c==null?void 0:c.size)||(_==null?void 0:_.size)||l.value||"")},Xe=r=>{const t=P("disabled"),n=e.inject(p,void 0);return e.computed(()=>t.value||e.unref(r)||(n==null?void 0:n.disabled)||!1)};exports.CloseComponents=qe;exports.ElIcon=G;exports.SIZE_INJECTION_KEY=z;exports.TypeComponents=He;exports.TypeComponentsMap=Re;exports.ValidateComponentsMap=$e;exports.arrow_down_default=te;exports.arrow_left_default=ne;exports.arrow_right_default=oe;exports.arrow_up_default=_e;exports.assignValue=B;exports.baseAssignValue=y;exports.baseSet=U;exports.circle_close_default=M;exports.circle_close_filled_default=m;exports.close_default=f;exports.componentSizes=L;exports.d_arrow_left_default=ve;exports.d_arrow_right_default=fe;exports.defaultInitialZIndex=I;exports.defineProperty=v;exports.emptyValuesContextKey=N;exports.formContextKey=p;exports.formItemContextKey=g;exports.hide_default=ge;exports.iconPropType=De;exports.info_filled_default=w;exports.isIndex=E;exports.loading_default=S;exports.minus_default=Ee;exports.more_default=Ve;exports.more_filled_default=Be;exports.plus_default=ze;exports.question_filled_default=Ne;exports.right_default=Se;exports.sort_down_default=Fe;exports.sort_up_default=Ae;exports.useEmptyValues=Y;exports.useEmptyValuesProps=$;exports.useFormDisabled=Xe;exports.useFormItem=Ye;exports.useFormItemInputId=Je;exports.useFormSize=We;exports.useGlobalSize=k;exports.useSizeProp=D;exports.useZIndex=j;exports.user_filled_default=Ze;exports.view_default=Ue;exports.zIndexContextKey=V;