(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8721],{960521:function(r,t,e){var n;!function(i){"use strict";var o,s=1e6,c=1e6,f="[big.js] ",u=f+"Invalid ",a=u+"decimal places",l=f+"Division by zero",h={},d=void 0,g=/^-?(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i;function p(r,t,e,n){var i=r.c;if(e===d&&(e=r.constructor.RM),0!==e&&1!==e&&2!==e&&3!==e)throw Error("[big.js] Invalid rounding mode");if(t<1)n=3===e&&(n||!!i[0])||0===t&&(1===e&&i[0]>=5||2===e&&(i[0]>5||5===i[0]&&(n||i[1]!==d))),i.length=1,n?(r.e=r.e-t+1,i[0]=1):i[0]=r.e=0;else if(t=5||2===e&&(i[t]>5||5===i[t]&&(n||i[t+1]!==d||1&i[t-1]))||3===e&&(n||!!i[0]),i.length=t--,n)for(;++i[t]>9;)i[t]=0,t--||(++r.e,i.unshift(1));for(t=i.length;!i[--t];)i.pop()}return r}function v(r,t,e){var n=r.e,i=r.c.join(""),o=i.length;if(t)i=i.charAt(0)+(o>1?"."+i.slice(1):"")+(n<0?"e":"e+")+n;else if(n<0){for(;++n;)i="0"+i;i="0."+i}else if(n>0)if(++n>o)for(n-=o;n--;)i+="0";else n1&&(i=i.charAt(0)+"."+i.slice(1));return r.s<0&&e?"-"+i:i}h.abs=function(){var r=new this.constructor(this);return r.s=1,r},h.cmp=function(r){var t,e=this,n=e.c,i=(r=new e.constructor(r)).c,o=e.s,s=r.s,c=e.e,f=r.e;if(!n[0]||!i[0])return n[0]?o:i[0]?-s:0;if(o!=s)return o;if(t=o<0,c!=f)return c>f^t?1:-1;for(s=(c=n.length)<(f=i.length)?c:f,o=-1;++oi[o]^t?1:-1;return c==f?0:c>f^t?1:-1},h.div=function(r){var t=this,e=t.constructor,n=t.c,i=(r=new e(r)).c,o=t.s==r.s?1:-1,c=e.DP;if(c!==~~c||c<0||c>s)throw Error(a);if(!i[0])throw Error(l);if(!n[0])return r.s=o,r.c=[r.e=0],r;var f,u,h,g,v,w=i.slice(),b=f=i.length,E=n.length,m=n.slice(0,f),y=m.length,A=r,D=A.c=[],P=0,_=c+(A.e=t.e-r.e)+1;for(A.s=o,o=_<0?0:_,w.unshift(0);y++y?1:-1;else for(v=-1,g=0;++vm[v]?1:-1;break}if(!(g<0))break;for(u=y==f?i:w;y;){if(m[--y]_&&p(A,_,e.RM,m[0]!==d),A},h.eq=function(r){return 0===this.cmp(r)},h.gt=function(r){return this.cmp(r)>0},h.gte=function(r){return this.cmp(r)>-1},h.lt=function(r){return this.cmp(r)<0},h.lte=function(r){return this.cmp(r)<1},h.minus=h.sub=function(r){var t,e,n,i,o=this,s=o.constructor,c=o.s,f=(r=new s(r)).s;if(c!=f)return r.s=-f,o.plus(r);var u=o.c.slice(),a=o.e,l=r.c,h=r.e;if(!u[0]||!l[0])return l[0]?r.s=-f:u[0]?r=new s(o):r.s=1,r;if(c=a-h){for((i=c<0)?(c=-c,n=u):(h=a,n=l),n.reverse(),f=c;f--;)n.push(0);n.reverse()}else for(e=((i=u.length0)for(;f--;)u[t++]=0;for(f=t;e>c;){if(u[--e]0?(f=s,n=u):(t=-t,n=c),n.reverse();t--;)n.push(0);n.reverse()}for(c.length-u.length<0&&(n=u,u=c,c=n),t=u.length,e=0;t;c[t]%=10)e=(c[--t]=c[t]+u[t]+e)/10|0;for(e&&(c.unshift(e),++f),t=c.length;0===c[--t];)c.pop();return r.c=c,r.e=f,r},h.pow=function(r){var t=this,e=new t.constructor("1"),n=e,i=r<0;if(r!==~~r||r<-1e6||r>c)throw Error(u+"exponent");for(i&&(r=-r);1&r&&(n=n.times(t)),r>>=1;)t=t.times(t);return i?e.div(n):n},h.prec=function(r,t){if(r!==~~r||r<1||r>s)throw Error(u+"precision");return p(new this.constructor(this),r,t)},h.round=function(r,t){if(r===d)r=0;else if(r!==~~r||r<-s||r>s)throw Error(a);return p(new this.constructor(this),r+this.e+1,t)},h.sqrt=function(){var r,t,e,n=this,i=n.constructor,o=n.s,s=n.e,c=new i("0.5");if(!n.c[0])return new i(n);if(o<0)throw Error(f+"No square root");0===(o=Math.sqrt(n+""))||o===1/0?((t=n.c.join("")).length+s&1||(t+="0"),s=((s+1)/2|0)-(s<0||1&s),r=new i(((o=Math.sqrt(t))==1/0?"5e":(o=o.toExponential()).slice(0,o.indexOf("e")+1))+s)):r=new i(o+""),s=r.e+(i.DP+=4);do{e=r,r=c.times(e.plus(n.div(e)))}while(e.c.slice(0,s).join("")!==r.c.slice(0,s).join(""));return p(r,(i.DP-=4)+r.e+1,i.RM)},h.times=h.mul=function(r){var t,e=this,n=e.constructor,i=e.c,o=(r=new n(r)).c,s=i.length,c=o.length,f=e.e,u=r.e;if(r.s=e.s==r.s?1:-1,!i[0]||!o[0])return r.c=[r.e=0],r;for(r.e=f+u,sf;)c=t[u]+o[f]*i[u-f-1]+c,t[u--]=c%10,c=c/10|0;t[u]=c}for(c?++r.e:t.shift(),f=t.length;!t[--f];)t.pop();return r.c=t,r},h.toExponential=function(r,t){var e=this,n=e.c[0];if(r!==d){if(r!==~~r||r<0||r>s)throw Error(a);for(e=p(new e.constructor(e),++r,t);e.c.lengths)throw Error(a);for(r=r+(e=p(new e.constructor(e),r+e.e+1,t)).e+1;e.c.length=t.PE,!!r.c[0])},h.toNumber=function(){var r=Number(v(this,!0,!0));if(!0===this.constructor.strict&&!this.eq(r.toString()))throw Error(f+"Imprecise conversion");return r},h.toPrecision=function(r,t){var e=this,n=e.constructor,i=e.c[0];if(r!==d){if(r!==~~r||r<1||r>s)throw Error(u+"precision");for(e=p(new n(e),r,t);e.c.length=n.PE,!!i)},h.valueOf=function(){var r=this,t=r.constructor;if(!0===t.strict)throw Error(f+"valueOf disallowed");return v(r,r.e<=t.NE||r.e>=t.PE,!0)},o=function r(){function t(e){var n=this;if(!(n instanceof t))return e===d?r():new t(e);if(e instanceof t)n.s=e.s,n.e=e.e, n.c=e.c.slice();else{if("string"!=typeof e){if(!0===t.strict)throw TypeError(u+"number");e=0===e&&1/e<0?"-0":String(e)}!function(r,t){var e,n,i;if(!g.test(t))throw Error(u+"number");r.s="-"==t.charAt(0)?(t=t.slice(1),-1):1,(e=t.indexOf("."))>-1&&(t=t.replace(".",""));(n=t.search(/e/i))>0?(e<0&&(e=n),e+=+t.slice(n+1),t=t.substring(0,n)):e<0&&(e=t.length);for(i=t.length,n=0;n0&&"0"==t.charAt(--i););for(r.e=e-n-1,r.c=[],e=0;n<=i;)r.c[e++]=+t.charAt(n++)}}(n,e)}n.constructor=t}return t.prototype=h,t.DP=20,t.RM=1,t.NE=-7,t.PE=21,t.strict=false,t.roundDown=0,t.roundHalfUp=1,t.roundHalfEven=2,t.roundUp=3,t}(),o.default=o.Big=o,void 0===(n=function(){return o}.call(t,e,t,r))||(r.exports=n)}()},203308:(r,t,e)=>{"use strict";e.d(t,{default:()=>o});var n=e(128177),i=e(383527);const o=function(r){return"number"==typeof r||(0,i.default)(r)&&"[object Number]"==(0,n.default)(r)}},343370:(r,t,e)=>{"use strict";e.d(t,{default:()=>o});var n=e(12481),i=e(598279);const o=function(r,t,e){var o=!0,s=!0;if("function"!=typeof r)throw new TypeError("Expected a function");return(0,i.default)(e)&&(o="leading"in e?!!e.leading:o,s="trailing"in e?!!e.trailing:s),(0,n.default)(r,t,{leading:o,maxWait:t,trailing:s})}},444372:(r,t,e)=>{"use strict";e.d(t,{t:()=>n.t});e(586463);var n=e(631110)},244842:(r,t,e)=>{"use strict";var n;e.r(t),e.d(t,{disable:()=>l,enable:()=>a,enabled:()=>f,getAllFeatures:()=>h,setEnabled:()=>u});var i=e(978331);const o=new Map,s=new Map,c=new Set;function f(r){const t=o.get(r);if(void 0!==t)return t;const e=s.get(r);return!!e&&e.some(f)}function u(r,t){o.set(String(r),Boolean(t))}function a(r){u(r,!0)}function l(r){u(r,!1)}function h(){const r=Object.create(null);for(const t of c)r[t]=f(t);return r}!function(){for(const[r,t]of Object.entries(n||(n=e.t(i,2))))if(c.add(r),"subsets"in t)for(const e of t.subsets){c.add(e);let t=s.get(e);void 0===t&&(t=[],s.set(e,t)),t.push(r)}"object"==typeof __initialDisabledFeaturesets&&Array.isArray(__initialDisabledFeaturesets)&&__initialDisabledFeaturesets.forEach(l),"object"==typeof __initialEnabledFeaturesets&&Array.isArray(__initialEnabledFeaturesets)&&__initialEnabledFeaturesets.forEach(a)}()}}]);